Welcome to Zenphoto! This page will set up Zenphoto on your web server.
Systems Check:
- Installing Zenphoto v1.4.2
- PHP version 5.2.17
Warning!
Version 5.0.0 or greater is required. Version 5.3 or greater is strongly recommended. Use earlier versions at your own risk.
- Log security
- PHP
Register Globals[is set]Error!
PHP Register globals presents a security risk to any PHP application. See Using Register Globals. Zenphoto refuses to operate under these conditions. Change your PHP.ini settings to
register_globals = off. Note: There should be no quotation marks in this setting! - PHP
Safe Mode - PHP
magic_quotes_gpc - PHP
magic_quotes_runtime - PHP
magic_quotes_sybase - PHP
gettext()support - PHP
mbstringpackage - zenphoto.cfg file
- File/Folder Permissions [are relaxed (
0775)] Notice! click for details - PHP
MySQLsupport - PHP
PDO_MySQLsupport for configured Database - Database setup in configuration file
Error!
PDO::MySql not connected
-
Fill in the information below and setup will attempt to update your configuration file.
- Zenphoto core files [Some files are missing or seem wrong]
Warning!
Perhaps there was a problem with the upload. You should check the following files:
zp-core/setup.php - .htaccess file (RewriteEngine is ON)
- .htaccess RewriteBase is
/ - robots.txt file [Not created] Notice! click for details
- albums folder
- cache folder
- locale folders
- uploaded folder
- zp-data folder
- HTML cache folder (cache_html)
- Third party plugins folder (plugins)
Testing Magic_quotes.
Testing mb_strings.
Testing File/Folder permissions.
Testing Database.
Testing Database connection.
Testing Zenphoto files.
You need to address the problems indicated above then run
setup.php again.
Refresh