Welcome to Zenphoto! This page will set up Zenphoto 1.4.11 on your web server.
Systems Check:
- Reinstalling current Zenphoto release
- zp-data security [is compromised]
Warning!
Zenphoto suggests you make the sensitive files in the zp-data folder accessable by owner only (permissions = 0600). The file permissions for debug-1.log are 0664 which may allow unauthorized access.
- PHP version 5.6.40
- 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 - Graphics support:
PHP GD library 2.2.5
- zenphoto.cfg.php file
- File Permissions [are relaxed (
0664
)] Notice! click for details - PHP
MySQLi
support - PHP
PDO_MySQL
support - PHP
MySQL
support - MySQLi version 5.1.73
Warning!
MySQLi Version 5.0.0 or greater is required. Version 5.5.0 or greater is preferred. Use a lower version at your own risk.
- Connect to MySQLi
SQL mode
- Database
access rights
for election2011other - SHOW TABLES found:
.admin_to_object
,.administrators
,.albums
,.captcha
,.comments
,.images
,.menu
,.news
,.news2cat
,.news_categories
,.obj_to_tag
,.options
,.pages
,.plugin_storage
,.search_cache
,.tags
- Database
field collations
- Zenphoto core files
- .htaccess file [is empty or does not exist]
Warning!
If you have the mod_rewrite module enabled an .htaccess file is required the root zenphoto folder to create cruft-free URLs.
You can ignore this warning if you do not intend to set themod_rewrite
option. - 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
)