coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: mandie on February 21, 2007, 10:35:35 PM

Title: Fatal error: "Failed opening required 'bridge/..."
Post by: mandie on February 21, 2007, 10:35:35 PM
I'm seeing this error message when I try to access my gallery (http://smkutopia.brucefan.net/gallery/ (http://smkutopia.brucefan.net/gallery/)).

QuoteFatal error: require_once() [function.require]: Failed opening required 'bridge/udb_base.inc.php' (include_path='/usr/local/lib/php') in /home/tna0013m/public_html/gallery/bridge/coppermine.inc.php on line 26

I haven't had any problems with it in the past, and I don't recall doing anything to the gallery recently (I may just be forgetting something, but I'm 95% sure), but a few days ago I happened to try and access it and instead found the error. I've been trying to communicate with my host, who hasn't been able to help me. I've tried putting it in debug mode (and I still got the same error) and re-uploading all of the files in the bridge folder, and I've searched around the boards for ideas, but I haven't been able to figure out what's wrong.

Help would be greatly appreciated!
Title: Re: Fatal error: "Failed opening required 'bridge/..."
Post by: Nibbler on February 21, 2007, 10:41:05 PM
Include path must contain a dot. They should be able to help you with that.
Title: Re: Fatal error: "Failed opening required 'bridge/..."
Post by: mandie on February 21, 2007, 10:43:04 PM
So what do I need to do to fix this?
Title: Re: Fatal error: "Failed opening required 'bridge/..."
Post by: Nibbler on February 21, 2007, 10:45:24 PM
Add a dot to your include path (include_path='.:/usr/local/lib/php'). If you don't have access to do that then ask your host to fix it for you.
Title: Re: Fatal error: "Failed opening required 'bridge/..."
Post by: mandie on March 02, 2007, 09:10:33 PM
Okay, my host got the problem fixed. Thank you so much for your assistance!