Gallery version
Check to see how old Gallery version 1.5.3 is.
|
|
|
|
PHP version
Check to see if you are running a supported Version of PHP. Due to bugs and missing functionality in some PHP versions, the minimum PHP version for Gallery 1.5 and newer is at least PHP 4.1.0
|
|
|
PHP v4.4.7 is OK.
|
Register globals
Gallery highly recommends that the PHP option 'register_globals' be turned off, for security purposes. Some software, notably the 'Geeklog' CMS, requires that 'register_globals' be enabled.
|
|
|
register_globals is off.
|
PHPs safe mode disabled
Check to see if PHP is running in safe_mode. Safe Mode is a PHP security feature commonly used in shared environments. Gallery cannot run when Safe Mode is enabled because it imposes too many restrictions.
|
|
|
safe_mode is off.
|
PHPs exec() function enabled
The exec() function is what Gallery uses to launch programs such as NetPBM, ImageMagick, and jhead. If exec() is disabled on your server then Gallery will not be able operate.
|
|
|
exec() is enabled on this server.
|
.htaccess processed by apache
Allow the Gallery .htaccess file to set application specific configuration options for the Gallery application. This is controlled by the webserver owner so it's not always possible for you to change it. The main drawbacks to not having this are that you may not be able to upload files > 2MB (e.g. big ZIP files or movies).
|
|
|
Apache is not obeying the 'php_value' lines in your .htaccess file. Try entering the following into your web server's httpd.conf file: <Directory /hermes/web03/b505/pow.djkale/htdocs>
AllowOverride Options FileInfo
</Directory>
If you are running PHP in CGI mode, this message is unavoidable.
|
PHPs magic quotes off
Check to see if magic quotes are enabled on your PHP server. If they're on, you may notice strange behavior if you put ' (single-quote), " (double quote) or \ (backslash) characters in titles or captions in Gallery.
|
|
|
magic_quotes are off.
|
Apache mod_rewrite
Check to see if your webserver is compiled with mod_rewrite. This Apache module allows Gallery to use shorter URLs that are easier to read and look nicer when you mail them to your web-challenged relatives. It's not an essential feature.
|
|
|
Either mod_rewrite is not installed or your .htaccess file is not enabled (see above). Either way, we'll have to use longer URLs in the Gallery. If you want to turn it on, first make sure that your .htaccess file is being obeyed. If it still doesn't work, you may need to reconfigure and rebuild Apache with this flag: --enable-module=rewrite
|
NetPBM installed
Check to see if NetPBM is installed so that Gallery can manipulate images (rotate, resize, make thumbnails, etc.). You only need to have either NetPBM or ImageMagick installed.
|
|
|
13 of 13 NetPBM binaries located.
|
ImageMagick installed
Check to see if ImageMagick is installed so that Gallery can manipulate images (rotate, resize, make thumbnails, etc.). You only need to have either ImageMagick or NetPBM installed.
|
|
|
3 of 3 ImageMagick binaries located.
|
Jhead installed
Check to see if jhead is installed so that Gallery can examine EXIF headers embedded in images created with most digital cameras.
|
|
|
jhead binary located.
|
jpegtran installed
Check to see if jpegtran is installed so that Gallery can perform lossless rotations on JPEG images.
|
|
|
jpegtran binary located.
|
Gettext support in PHP
Check to see if PHP is compiled with GNU gettext support for fast translations.
|
|
|
PHP has GNU gettext support.
|
Locales needed for Gallery
Check to see what languages are available.
|
|
|
It seems you didn't download any additional languages. This is not a problem! Gallery will appear just in English. Note: If this is not true, check that all files in locale folder are readable for the webserver, or contact the Gallery Team.
|
File integrity
Checking to see if you have the latest versions of all Gallery files.
|
|
|
All tested files up-to-date.
|