I am trying to install Dolphin Ver. 7. Everything goes fine and I get to the screen that tells me I need to delete the Install Directory. Once I have deleted it and try going to my main link I get the following message on the screen.
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/cswillar/public_html/social/inc/db.inc.php on line 96
SET NAMES 'utf8'
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/cswillar/public_html/social/inc/db.inc.php on line 228
at line 36. Called db_res function with erroneous argument #0
Debug backtrace:
ArrayCalled script: /install/index.php
(
[1] => Array
(
[file] => /home/cswillar/public_html/social/inc/db.inc.php
[line] => 36
[function] => db_res
[args] => Array
(
[0] => SET NAMES 'utf8'
)
)
[2] => Array
(
[file] => /home/cswillar/public_html/social/inc/security.inc.php
[line] => 113
[args] => Array
(
[0] => /home/cswillar/public_html/social/inc/db.inc.php
)
[function] => require_once
)
[3] => Array
(
[file] => /home/cswillar/public_html/social/inc/security.inc.php
[line] => 3
[function] => bx_sys_security_get_impact_threshold
[args] => Array
(
)
)
[4] => Array
(
[file] => /home/cswillar/public_html/social/inc/header.inc.php
[line] => 172
[args] => Array
(
[0] => /home/cswillar/public_html/social/inc/security.inc.php
)
[function] => require_once
)
[5] => Array
(
[file] => /home/cswillar/public_html/social/install/index.php
[line] => 453
[args] => Array
(
[0] => /home/cswillar/public_html/social/inc/header.inc.php
)
[function] => require_once
)
)
Request parameters:
Array
(
[x] => 60
[y] => 10
[action] => step6
)
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/cswillar/public_html/social/inc/db.inc.php on line 251
Any help or recommendations on how to fix this would be appreciated.