Error: Can't open ../html_wrap/framesError: Can't open ../html_wrap/framesError: Can't open ../html_wrap/framesError: Can't open ../html_wrap/framesError: Can't open ../html_wrap/framesError: Can't open ../html_wrap/frames
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.4.2 is.  

Warning!

This version of Gallery was released on 2/12/2004. You can check for more recent versions by visiting http://gallery.sourceforge.net.

Check to see if you are running PHP 4. Note that some versions of PHP have bugs that cause Gallery to fail. PHP 4.0.0 uses a different file upload protocol, and versions 4.0.3 and 4.0.3pl1 have a bug in the unserialization code that cause Gallery to be unable to read its own database. Upgrade to at least PHP 4.0.4pl1 if you can.

 

Success

PHP v4.4.9 is OK.

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.

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) and you may not be able to use mod_rewrite (see below).  

Warning!

Apache is not obeying your .htaccess file. Try entering the following into your web server's httpd.conf file:

<Directory d:\hosting\jbertsch\gallery>
	AllowOverride Options FileInfo
</Directory>

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.  

Success

magic_quotes are off.

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.  

Warning!

I can't find ImageMagick. If it's installed and not in the path of the webserver user that's OK—you can specify the path to ImageMagick by hand on the following page. If it's not installed, you must install it. Gallery prefers ImageMagick version 5.4.8 and up. You can compile and install the entire ImageMagick package from the ImageMagick website.

Note: The site also has binaries available for assorted operating systems. If you can't get it working, try leaving the ImageMagick path blank and using NetPBM instead.

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.

Can't find jhead

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

Warning

I can't find jpegtran. 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.

Can't find jpegtran!

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.  

Serious Warning!

The following files are out of date, corrupted or missing:
    AUTHORS
    LICENSE.txt
    README
    Version.php
    add_comment.php
    add_photo.php
    add_photos.php
    adv_search.php
    album_permissions.php
    albums.php
    captionator.php
    configure.bat
    configure.sh
    copy_photo.php
    create_user.php
    delete_album.php
    delete_photo.php
    delete_user.php
    do_command.php
    edit_appearance.php
    edit_caption.php
    edit_field.php
    edit_thumb.php
    extra_fields.php
    gallery_remote.php
    gallery_remote2.php
    index.php
    init.php
    login.php
    manage_users.php
    modify_user.php
    move_album.php
    move_photo.php
    multi_create_user.php
    new_password.php
    nls.php
    photo_owner.php
    poll_properties.php
    poll_results.php
    progress_uploading.php
    publish_xp.php
    publish_xp_docs.php
    register.php
    rename_album.php
    reset_votes.php
    resize_photo.php
    rotate_photo.php
    save_photos.php
    search.php
    secure.bat
    secure.sh
    session.php
    slideshow.php
    slideshow_low.php
    sort_album.php
    upgrade_album.php
    upgrade_users.php
    user_preferences.php
    util.php
    view_album.php
    view_comments.php
    view_photo.php
    view_photo_properties.php
    classes/Album.php
    classes/AlbumDB.php
    classes/AlbumItem.php
    classes/Comment.php
    classes/Database.php
    classes/EverybodyUser.php
    classes/Image.php
    classes/LoggedInUser.php
    classes/NobodyUser.php
    classes/User.php
    classes/UserDB.php
    classes/database/mysql/Database.php
    classes/gallery/User.php
    classes/gallery/UserDB.php
    classes/nuke5/AdminUser.php
    classes/nuke5/User.php
    classes/nuke5/UserDB.php
    classes/postnuke/User.php
    classes/postnuke/UserDB.php
    classes/postnuke0.7.1/User.php
    classes/postnuke0.7.1/UserDB.php
    classes/remote/GalleryRemoteProperties.php
    css/config.css.default
    css/embedded_style.css.default
    css/standalone_style.css.default
    errors/configmode.php
    errors/configure_help.php
    errors/configure_instructions.php
    errors/reconfigure.php
    errors/unconfigured.php
    html/errorRow.inc
    html/userData.inc
    html_wrap/album.footer.default
    html_wrap/album.header.default
    html_wrap/gallery.footer.default
    html_wrap/gallery.header.default
    html_wrap/inline_albumthumb.footer.default
    html_wrap/inline_albumthumb.frame.default
    html_wrap/inline_albumthumb.header.default
    html_wrap/inline_gallerythumb.frame.default
    html_wrap/inline_imagewrap.inc
    html_wrap/inline_moviethumb.frame.default
    html_wrap/inline_photo.footer.default
    html_wrap/inline_photo.frame.default
    html_wrap/inline_photo.header.default
    html_wrap/inline_photothumb.frame.default
    html_wrap/photo.footer.default
    html_wrap/photo.header.default
    html_wrap/search.footer.default
    html_wrap/search.header.default
    html_wrap/slideshow.footer.default
    html_wrap/slideshow.header.default
    html_wrap/wrapper.footer.default
    html_wrap/wrapper.header.default
    html_wrap/frames/README.php
    html_wrap/frames/polaroid/frame.def
    html_wrap/frames/polaroids/frame.def
    html_wrap/frames/shadows/frame.def
    html_wrap/frames/simple_book/frame.def
    js/client_sniff.js
    layout/adminbox.inc
    layout/breadcrumb.inc
    layout/commentbox.inc
    layout/commentboxbottom.inc
    layout/commentboxtop.inc
    layout/commentdraw.inc
    layout/ml_pulldown.inc
    layout/navigator.inc
    layout/navphoto.inc
    layout/navtablebegin.inc
    layout/navtableend.inc
    layout/navtablemiddle.inc
    layout/searchdraw.inc
    platform/fs_unix.php
    platform/fs_win32.php
    setup/backup_albums.php
    setup/check.inc
    setup/check_imagemagick.php
    setup/check_mail.php
    setup/check_netpbm.php
    setup/check_versions.php
    setup/config_data.inc
    setup/confirm.inc
    setup/constants.inc
    setup/defaults.inc
    setup/diagnostics.php
    setup/functions.inc
    setup/gpl.txt
    setup/index.php
    setup/init.php
    setup/mod_rewrite.template
    setup/php_value.template
    setup/php_value_ok.php
    setup/phpinfo.php
    setup/session_test.php
    setup/write.inc.


This should be fixed before proceeding
Look at Check Versions for more details.

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