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.
|
|
|
The PHP option 'register_globals' is enabled on your server. Gallery highly recommends that you disable 'register_globals' unless it is required by software on your site. Gallery does not officially support 'register_globals' being enabled, and will attempt to disable it internally.
|
.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).
|
|
|
Gallery could not test if your webserver is obeying the 'php_value' lines in your .htaccess as the (original) .htaccess file in your setup folder is missing.
|
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 on. Your webserver administrator can turn them off by putting :
magic_quotes_gpc = Off in your php.ini file.
|
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.
|
|
|
Gallery could not test if mod_rewrite is working, as the (original) .htaccess file in your setup folder is missing.
|
Jhead installed
Check to see if jhead is installed so that Gallery can examine EXIF headers embedded in images created with most digital cameras.
|
|
|
Can't find jhead.
|
jpegtran installed
Check to see if jpegtran is installed so that Gallery can perform lossless rotations on JPEG images.
|
|
|
jpegtran was not found.
If it's installed and not in the path of the webserver user that's OK—you can specify the path by hand on the following page. If it's not installed, you can install it yourself. Jpegtran is a free tool distributed by the Independent JPEG Group as part of libjpeg. Source may be found at the IJG homepage. Binaries may be found at the JPEG Club website or in the libjpeg package of Linux distributions.
|
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.
|
|
|
|
missing locales
Testing to see which system locales (if any) are absent. These locales are required to use multilanguage capabilities of Gallery when your PHP has gettext support. They are also needed to format dates and times according to the selected language.
|
|
|
All gallery locales are available on this host.
|