Sorry for the slow response...
The Admin Overview Installation Info panel for my set up reports:
Zenphoto version 1.6.8
Locale setting has failed
Server path:[redacted]/imageGallery
WEB path: /imageGallery
PHP Session path: /var/lib/php/sessions
Current gallery theme: Zenpage
Server software: Apache/2.4.68 (Debian)
PHP version: 8.4.24
Graphics support: PHP GD library 2.3.3
supporting: gif, jpg, jpeg, png, wbmp, webp, avif
PHP memory limit: 128M (Note: Your server might allocate less!)
Database: MariaDB 11.8.6
Database handler: mysqli
Database client: mysqlnd 8.4.24
Database name: [redacted]
Database table prefix: zp_
Spam filter: No spam filter configured
CAPTCHA generator:
ZP setup explicit reports it can't find a working modrewrite. Asking my hosting company about modrewrite is on my To Do list, but it's low priority as having ZP work by unticking that option is OK for me.
There is a .htacces file in the /imageGallery folder. It's contents are:
# htaccess file version 1.4.12;
# Rewrite rules are now handled by PHP code
# See the file "zenphoto-rewrite.txt" for the actual rules
#
# These rules redirect everything not directly accessing a file to the Zenphoto index.php script
#
<IfModule mod_autoindex.c>
IndexIgnore *
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /imageGallery/
RewriteCond %{REQUEST_URI} !(/$|\.)
RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [L]
RewriteRule ^.*/?$ index.php [L,QSA]
</IfModule>
This post was last modified: 2026-08-10, 17:38 by zenzational.