Welcome to Zenphoto! This page will set up Zenphoto on your web server.
Systems Check:
- Updating current Zenphoto release
- PHP version 5.6.40
- PHP
Safe Mode
- PHP
magic_quotes_gpc
- Graphics support:
PHP GD library bundled (2.1.0 compatible)
- PHP
gettext()
support - PHP
mbstring
package - PHP
MySQL
support for configured Database - PHP
PDO_MySQL
support -
PDO_SQLite
support (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.7.27
- Connect to the database
SQL mode
- Database
access rights
- 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_rewrite
option. - 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.