View Single Post
Old January 23rd, 2010, 09:05 AM   #8 (permalink)
Luciano
Registered User
 
Join Date: Aug 2005
Posts: 1,229
the file settings seem correct..
BUT

Quote:
Warning: require_once(./gallery_config.php) [function.require-once]: failed to open stream: No such file or directory in /home/asabet/public_html/mu-43.com/gallery/gallery_global.php on line 55

Fatal error: require_once() [function.require]: Failed opening required './gallery_config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/asabet/public_html/mu-43.com/gallery/gallery_global.php on line 55

That error comes from the fact that it didnt find gallery_config.php in your gallery directory....
it is searching for that file in /home/asabet/public_html/mu-43.com/gallery/

ie the same directory your gallery is in...
1 . did you rename gallery_config.php.new to gallery_config.php????

2 . after renaming it to gallery_config.php , check the syntax around line 22.. there might be a stray slash / hanging around..

Luc

Last edited by Luciano; January 23rd, 2010 at 09:30 AM.
Luciano is offline   Reply With Quote