Welcome to Zenphoto! This page will set up Zenphoto on your web server.
Systems Check:
- PHP version 5.2.4-2ubuntu5.5
- PHP
Safe Mode - PHP
magic_quotes_gpc - PHP
gettext()support -
PHP
setlocale()failedWarning!
Locale functionality is not implemented on your platform or the specified locale does not exist. Language translation may not work.
See the troubleshooting guide on zenphoto.org for details. -
PHP
mbstringpackage [Your internal character set is ISO-8859-1]Warning!
Setting mbstring.internal_encoding to UTF-8 in your php.ini file is recommended to insure accented and multi-byte characters function properly. - PHP
MySQL support -
zp-config.php file [does not exist]
Error!
Setup was not able to create this file. You will need to edit thezp-config.php.sourcefile as indicated in the file's comments and rename it tozp-config.php. Place the file in the zp-data folder.
You can find the file in the "zp-core" directory. -
Connect to MySQL [
CONNECTquery failed]Error!
Access denied for user 'www-data'@'localhost' (using password: NO) - Zenphoto core files
-
Zenphoto core file permissions [not correct]
Warning!
Setup could not set the one or more components to the selected permissions level. You will have to set the permissions manually. See the Troubleshooting guide for details on Zenphoto permissions requirements. -
.htaccess file [wrong version]
Error!
The .htaccess file in your root folder is not the same version as the one distributed with this version of Zenphoto. If you have made changes to .htaccess, merge those changes with the zp-core/htaccess file to produce a new .htaccess file. Click here to have setup replace your .htaccess file with the current version. - robots.txt file [Not created] Notice! click for details
-
albums folder [The line
$conf['album_folder']is missing from your zp-config.php file]Warning!
You should update your zp-config.php file to conform to the current zp-config.php.example file. - cache folder
- locale folders
- uploaded folder
-
zp-data folder [zp-data is not writeable and setup could not make it so]
Error!
Change the permissions on thezp-datafolder to be writable by the server (chmod 777 zp-data) - HTML cache folder (cache_html)
- Third party plugins folder (plugins)
You need to address the problems indicated above then run
setup.php again.
Setup
Stop