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.
|
.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).
|
|
 |
 Your webserver is not obeying the 'php_value' lines in your .htaccess file. Try entering the following into your web server's httpd.conf file: <Directory /home/rockange/public_html/gallery>
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 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.
|
|
 |
 mod_rewrite is enabled.
|
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 version 2.8 located.
|
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.
|