Not a bug  Fatal Error on Line 339

The users on our forum will randomly experience this error while casually browsing the forum. In fact, I just got it and I'm wondering what it is. Here's the message that I/we get:

Fatal error: Zend_Db_Adapter_Mysqli::_connect() [function.require]: Failed opening required 'Zend/Db/Adapter/Mysqli/Exception.php' (include_path='/home/nexusof/public_html/library:.') in /home/nexusof/public_html/library/Zend/Db/Adapter/Mysqli.php on line 339

Any ideas on what this is or how it can be resolved? I've tried searching here, but I couldn't find anything.
 
I think you have two problems there.

1) It appears that your database connection is failing. It might be a normal occurrence (e.g. a server restart). If the problem persists then you should contact your host.

2) It also appears that this file is missing:

library/Zend/Db/Adapter/Mysqli/Exception.php

Make sure that file exists on the server.
 
Top Bottom