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