Welcome to Zenphoto! This page will set up Zenphoto 1.4.13 on your web server.
Systems Check:
- Installing Zenphoto v1.4.13
- zp-data security
- PHP version 7.3.7
- PHP
Sessions
. - PHP
Register Globals
- PHP
Safe Mode
- PHP
magic_quotes_gpc
- PHP
magic_quotes_runtime
- PHP
magic_quotes_sybase
- PHP
display_errors
- PHP
gettext()
support - PHP
flock
support - PHP
mbstring
package - zenphoto.cfg.php file
- File Permissions [are loose (
0666
)]Warning!
If file permissions are not set to strict or tighter there could be a security risk. However, on some servers Zenphoto does not function correctly with tight file permissions. If Zenphoto has permission errors, run setup again and select a more relaxed permission.
- PHP
MySQLi
support for configured Database - PHP
PDO_MySQL
support - PHP
MySQL
support [is not installed] - Database setup in configuration file
Error!
Access denied for user 'samospougalerie'@'2a02:4a8:ac24:104::98:166' (using password: YES)
- Zenphoto core files
- .htaccess file (RewriteEngine is ON)
- .htaccess RewriteBase is
/galerie
- robots.txt file [Not created] Notice! click for details
- albums folder [albums is not writeable and setup could not make it so]
Error!
Change the permissions on the
albums
folder to be writable by the server (chmod 777 albums
) - cache folder [cache is not writeable and setup could not make it so]
Error!
Change the permissions on the
cache
folder to be writable by the server (chmod 777 cache
) - locale folders
- uploaded folder [uploaded is not writeable and setup could not make it so]
Error!
Change the permissions on the
uploaded
folder to be writable by the server (chmod 777 uploaded
) - zp-data folder [zp-data is not writeable and setup could not make it so]
Error!
Change the permissions on the
zp-data
folder to be writable by the server (chmod 777 zp-data
) - HTML cache folder [cache_html is not writeable and setup could not make it so]
Error!
Change the permissions on the
HTML cache
folder to be writable by the server (chmod 777 cache_html
) - Third party plugins folder [plugins is not writeable and setup could not make it so]
Error!
Change the permissions on the
Third party plugins
folder to be writable by the server (chmod 777 plugins
)
setup
again.