Out of the blue I get this error

Error
Cannot complete query (select_db)


Fatal error: Call to a member function getRow() on a non-object in /home/removed/public_html/inc/utils.inc.php on line 421

I have tried everything to get my site back up.

Is there something im missing?

Quote · 1 Sep 2012

The red box is useless. You will need to find the full error message which should have been sent to your email address. The one you used when you first setup dolphin for a debug address.

Or turn on full error display. Edit inc/classes/BxDolDb.php and at the top you will see this.

define( 'DB_FULL_VISUAL_PROCESSING', true );
define( 'DB_FULL_DEBUG_MODE', false );
define( 'DB_DO_EMAIL_ERROR_REPORT', true );


Change all false to true, save and try again.

But based on that little short message i would say your database server is either down or the database is damaged. You may need to contact your host.


Don't leave full error reporting turned on. Once you have what you need, put those settings back where they were. The full error report contains information your members should not see.


https://www.deanbassett.com
Quote · 1 Sep 2012

Did you even created a DB and granted the full access to it?

so much to do....
Quote · 1 Sep 2012

yeah the sites been up over 7 months.

I tried reinstalling the DB and was successful. but its not recognizing any of the information in the DB

All of the information is still in the DB.

Quote · 1 Sep 2012

Debug backtrace: Array ( [1] => Array ( [file] => /home/clanvids/public_html/inc/classes/BxDolDb.php [line] => 82 [function] => error [class] => BxDolDb [type] => -> [object] => BxDolDb Object ( [error_checking] => 1 [error_message] => [host] => localhost [port] => [socket] => [dbname] => clanvids_oglsvr [user] => ***** [password] => ***** [link] => [current_res] => [current_arr_type] => 1 [oParams] => [oDbCacheObject] => [_error] => ) [args] => Array ( [0] => Database connect failed [1] => 1 ) ) [2] => Array ( [file] => /home/clanvids/public_html/inc/classes/BxDolDb.php [line] => 58 [function] => connect [class] => BxDolDb [type] => -> [object] => BxDolDb Object ( [error_checking] => 1 [error_message] => [host] => localhost [port] => [socket] => [dbname] => clanvids_oglsvr [user] => ***** [password] => ***** [link] => [current_res] => [current_arr_type] => 1 [oParams] => [oDbCacheObject] => [_error] => ) [args] => Array ( ) ) [3] => Array ( [file] => /home/clanvids/public_html/inc/db.inc.php [line] => 25 [function] => BxDolDb [class] => BxDolDb [type] => -> [object] => BxDolDb Object ( [error_checking] => 1 [error_message] => [host] => localhost [port] => [socket] => [dbname] => clanvids_oglsvr [user] => ***** [password] => ***** [link] => [current_res] => [current_arr_type] => 1 [oParams] => [oDbCacheObject] => [_error] => ) [args] => Array ( ) ) [4] => Array ( [file] => /home/clanvids/public_html/inc/classes/BxDolAlerts.php [line] => 20 [args] => Array ( [0] => /home/clanvids/public_html/inc/db.inc.php ) [function] => require_once ) [5] => Array ( [file] => /home/clanvids/public_html/inc/header.inc.php [line] => 177 [args] => Array ( [0] => /home/clanvids/public_html/inc/classes/BxDolAlerts.php ) [function] => require_once ) [6] => Array ( [file] => /home/clanvids/public_html/index.php [line] => 40 [args] => Array ( [0] => /home/clanvids/public_html/inc/header.inc.php ) [function] => require_once ) ) Called script: /index.php Request parameters: Array ( [memberSession] => mFQMN+K8hyPYFzPa.b&gUAGQYFckyfa= [memberID] => 1 [memberPassword] => fa203ff7418a9ed07803d4fdaefe2b52f0c3c9e3 [cprelogin] => no [cpsession] => clanvids:JqvF5PIN7npYHzBYZ8_MUEpoGGe3oVE_akjaUDZSkCgR0iGXw8cUdZx9oviCaWj7 [langedit] => [lang] => )

Quote · 2 Sep 2012

 

Debug backtrace:

 Do not provide anything below the words Debug Backtrace. You only want what is above it.

But i see database connect failed in there.

Your database server is not working. Hosting problem. Contact your host.




https://www.deanbassett.com
Quote · 2 Sep 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.