Welcome to Zenphoto! This page will set up Zenphoto 1.4.7 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.log are 0644 which may allow unauthorized access.
- PHP version 7.0.33-0ubuntu0.16.04.16
- 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
setlocale()
failedWarning!
Locale functionality is not implemented on your platform or the specified locale does not exist. Language translation may not work.
See the user guide on zenphoto.org for details. - PHP
mbstring
package - Graphics support:
PHP GD library 2.1.1
- zenphoto.cfg.php file
- File Permissions [are strict (
0644
)] Notice! click for details - PHP
MySQLi
support - PHP
PDO_MySQL
support - PHP
MySQL
support [is not installed] - MySQLi version 5.7.33
- Connect to MySQLi
SQL mode
- Database
access rights
for speleo19db - SHOW TABLES found:
zenphoto_admin_to_object
,zenphoto_administrators
,zenphoto_albums
,zenphoto_captcha
,zenphoto_comments
,zenphoto_images
,zenphoto_menu
,zenphoto_news
,zenphoto_news2cat
,zenphoto_news_categories
,zenphoto_obj_to_tag
,zenphoto_options
,zenphoto_pages
,zenphoto_plugin_storage
,zenphoto_search_cache
,zenphoto_tags
- Database
field collations
- Zenphoto core files
- .htaccess file (RewriteEngine is ON)
- .htaccess RewriteBase is
/zenphoto
- 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
)