Fatal error: "Failed opening required 'bridge/..." Fatal error: "Failed opening required 'bridge/..."
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Fatal error: "Failed opening required 'bridge/..."

Started by mandie, February 21, 2007, 10:35:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mandie

I'm seeing this error message when I try to access my 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!

Nibbler

Include path must contain a dot. They should be able to help you with that.

mandie


Nibbler

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.

mandie

Okay, my host got the problem fixed. Thank you so much for your assistance!