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!
Include path must contain a dot. They should be able to help you with that.
So what do I need to do to fix this?
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.
Okay, my host got the problem fixed. Thank you so much for your assistance!