Welcome to Zenphoto! This page will set up Zenphoto on your web server.
Systems Check:
- Updating current Zenphoto release
- PHP version 5.2.6-1+lenny9
- PHP
Safe Mode - PHP
magic_quotes_gpc[is enabled]Warning!
You should consider disablingmagic_quotes_gpc. For more information See What is magic_quotes_gpc and why should it be disabled? in the Zenphoto troubleshooting guide. - Graphics support:
PHP GD library 2.0 or higher - Graphics Library rotation support [is not present]
Warning!
The graphics support library does not provide support for image rotation. - PHP
gettext()support - 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
MySQLsupport for configured Database - PHP
PDO_MySQLsupport -
PDO_SQLitesupport (experimental) - zp-config.php file
- File/Folder Permissions [are loose (
0777)]Warning!
If file and folder 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/folder permissions. If Zenphoto has permission errors, run setup again and select a more relaxed permission.
You must be logged in to change permissions.
- Database setup in zp-config.php
- MySQL version 5.0.94
- Connect to the database
SQL mode- Database
access rights[insufficient]Warning!
Your Database user must haveAlter,Create,Delete,Drop,Index,Insert,SelectandUpdaterights.
Grants found:
GRANT USAGE ON *.* TO '74a49a82e_29db19'@'%' IDENTIFIED BY PASSWORD '0b5545ca2fcf3605' WITH MAX_QUERIES_PER_HOUR 100000 - SHOW TABLES found:
zp_admin_to_object,zp_administrators,zp_albums,zp_captcha,zp_comments,zp_images,zp_menu,zp_news,zp_news2cat,zp_news_categories,zp_obj_to_tag,zp_options,zp_pages,zp_plugin_storage,zp_tags - Database
field collations - 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:index.php - .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_rewriteoption. - 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 Graphics library.
Testing mb_strings.
Testing Database.
Testing File/Folder permissions.
Testing Database connection.
Testing Zenphoto files.