Gallery Configuration Wizard: Step 1
This is the Gallery system check page. This page will validate your installation to make sure that you have all the necessary components and permissions on this system and that everything is configured reasonably.

Having problems? Try the documentation, Gallery Diagnostics Page and Gallery Help Page.

Check to see how old Gallery version 1.5.1 is.  

Warning!

This version of Gallery was released on 09/22/2005. You can check for more recent versions by visiting http://gallery.sourceforge.net.

Check to see if you are running PHP 4.1.0 or greater.
Since Gallery 1.4.5 Gallery needs at least PHP 4.1.0, this is due to that some versions of PHP have bugs that cause Gallery to fail and that older Version does not have required functionality.
 

Success

PHP v4.3.10 is OK.

We are using predefined variables which some older version of PHP have problems with.  

Success

Your version of PHP handles this issue properly.

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.  

Serious Warning!

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.

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.  

Success

safe_mode is off.

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.  

Success

exec() is not disabled on this server.

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).  

Warning!

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 /var/www/html/gallery>
	AllowOverride Options FileInfo
</Directory>
If you are running PHP in CGI mode, this message is unavoidable.

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.  

Warning!

Magic quotes are on. Your webserver administrator can turn them off by putting :

	magic_quotes_gpc = Off
in your php.ini file.

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.  

Warning!

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

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.  

Warning!

I can't find NetPBM. If it's installed and not in the path of the webserver user that's OK—you can specify the path to NetPBM by hand on the following page. If it's not installed, you have two choices: Gallery prefers NetPBM version 9.9 and up. You can install just the binaries Gallery needs from the Gallery Download Page. Or, you can compile and install the entire NetPBM package from the NetPBM website.
Note: You can install the binaries from the Gallery site even if you don't have root access on your box! If you can't get it working, try leaving the NetPBM path blank and using ImageMagick instead.

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.  

Success

3 of 3 ImageMagick binaries located.

Check to see if jhead is installed so that Gallery can examine EXIF headers embedded in images created with most digital cameras.  

Warning

I can't find jhead. 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. Jhead is a public domain EXIF parser. Source, linux binaries, and windows binaries can be found at the jhead homepage.

Check to see if jpegtran is installed so that Gallery can perform lossless rotations on JPEG images.  

Success

jpegtran binary located.

Check to see if PHP is compiled with GNU gettext support for fast translations.  

Success

PHP has GNU gettext support.

Check to see what languages are available.  

Warning

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.

Checking to see if you have the latest versions of all Gallery files.  

Success

All tested files up-to-date.

Your installation has serious warnings!
Continue at your own risk...