Hello,
I just took over a site which uses Dolphin. The host transferred it to my VPS (same host), and the following now shows on all the pages:
Debug backtrace:
Array
(
[1] => Array
(
[file] => /home/domain/public_html/inc/classes/BxDolDb.php
[line] => 68
[function] => error
[class] => BxDolDb
[object] => BxDolDb Object
(
[error_checking] => 1
[error_message] =>
[host] => localhost
[port] =>
[socket] =>
[dbname] => domain_daily
[user] => *****
[password] => *****
[link] =>
[current_res] =>
[current_arr_type] => 1
[oParams] =>
[oDbCacheObject] =>
)
[type] => ->
[args] => Array
(
[0] => Database connect failed
[1] => 1
)
)
[2] => Array
(
[file] => /home/domain/public_html/inc/classes/BxDolDb.php
[line] => 44
[function] => connect
[class] => BxDolDb
[object] => BxDolDb Object
(
[error_checking] => 1
[error_message] =>
[host] => localhost
[port] =>
[socket] =>
[dbname] => domain_daily
[user] => *****
[password] => *****
[link] =>
[current_res] =>
[current_arr_type] => 1
[oParams] =>
[oDbCacheObject] =>
)
[type] => ->
[args] => Array
(
)
)
[3] => Array
(
[file] => /home/domain/public_html/inc/db.inc.php
[line] => 12
[function] => BxDolDb
[class] => BxDolDb
[object] => BxDolDb Object
(
[error_checking] => 1
[error_message] =>
[host] => localhost
[port] =>
[socket] =>
[dbname] => domain_daily
[user] => *****
[password] => *****
[link] =>
[current_res] =>
[current_arr_type] => 1
[oParams] =>
[oDbCacheObject] =>
)
[type] => ->
[args] => Array
(
)
)
[4] => Array
(
[file] => /home/domain/public_html/inc/classes/BxDolAlerts.php
[line] => 7
[args] => Array
(
[0] => /home/domain/public_html/inc/db.inc.php
)
[function] => require_once
)
[5] => Array
(
[file] => /home/domain/public_html/inc/header.inc.php
[line] => 167
[args] => Array
(
[0] => /home/domain/public_html/inc/classes/BxDolAlerts.php
)
[function] => require_once
)
[6] => Array
(
[file] => /home/domain/public_html/index.php
[line] => 24
[args] => Array
(
[0] => /home/domain/public_html/inc/header.inc.php
)
[function] => require_once
)
)
Called script: /index.php
Request parameters:
Array
(
)
Fatal error: Call to a member function getRow() on a non-object in /home/domain/public_html/inc/utils.inc.php on line 437
Can someone tell me how to fix? The host is asking me for the database username and password, however, I do not know where that is located. I checked the header php file, and it is not listed there either.
Please help!