I have just migrated all my server files from one server to another and it all went smoothly except for the gallery. It seems at some point gallery2 came out with a new release and wants to force upgrade my gallery. Well it didn't work out to well and now I get stuck with a blank page. I did some debugging setup and got this useful peice of information.
Fatal error: session_start() [function.session-start]: Failed to initialize storage module: user (path: X:/XXX/tmp) in
I'm wonder if anyone knows of a fix for this. It seems like a simple add line here fix.
Comments
Comment #1
Haggle commentedFixed by adding this to .htaccess file in the gallery folder
php_value session.save_handler files
Comment #2
alexandreracine commentedThis is good :)
DEV version not supported anymore.
------------
Feel free to reopen but please look at the latest version first! It's probably fixed.
http://drupal.org/project/gallery
Closing (cleanup)