Hi. When I finished the install of Dolphin, the install script
tried to redirect me to ... I don't know ... some sort of "Installation complete" page ... but it
didn't work. The browser gave me the following error:
--------------------
Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
The
browser has stopped trying to retrieve the requested item. The site is
redirecting the request in a way that will never complete.
* Have you disabled or blocked cookies required by this site?
* NOTE: If accepting the site's cookies does not resolve the problem,
it is likely a server configuration issue and not your computer.
--------------------
Cookies
are not the issue -- I'm sure of it. Then immediately, I started
getting the following from cron by e-mail, every couple of minutes:
Database error in Social Networking MODEL
Query:
SELECT `ID` FROM `LocalizationLanguages` WHERE `Name` = 'en'
Mysql error:
Table 'usernm_Dolphin.LocalizationLanguages' doesn't exist
Found error in file /path/to/site/inc/languages.inc.php
at line 98. Called db_value function
with erroneous argument #0
Debug backtrace:
Array
(
[1] => Array
(
[file] => /path/to/site/inc/db.inc.php
[line] => 115
[function] => db_res
[args] => Array
(
[0] => SELECT `ID` FROM `LocalizationLanguages` WHERE `Name` = 'en'
[1] => 1
)
)
[2] => Array
(
[file] => /path/to/site/inc/db.inc.php
[line] => 133
[function] => db_arr
[args] => Array
(
[0] => SELECT `ID` FROM `LocalizationLanguages` WHERE `Name` = 'en'
[1] => 1
)
)
[3] => Array
(
[file] => /path/to/site/inc/languages.inc.php
[line] => 98
[function] => db_value
[args] => Array
(
[0] => SELECT `ID` FROM `LocalizationLanguages` WHERE `Name` = 'en'
)
)
[4] => Array
(
[file] => /path/to/site/inc/languages.inc.php
[line] => 72
[function] => checkLangExists
[args] => Array
(
[0] => en
)
)
[5] => Array
(
[file] => /path/to/site/inc/languages.inc.php
[line] => 47
[function] => tryToGetLang
[args] => Array
(
[0] => en
)
)
[6] => Array
(
[file] => /path/to/site/inc/languages.inc.php
[line] => 27
[function] => getCurrentLangName
[args] => Array
(
)
)
[7] => Array
(
[file] => /path/to/site/inc/membership_levels.inc.php
[line] => 24
[args] => Array
(
[0] => /path/to/site/inc/languages.inc.php
)
[function] => require_once
)
[8] => Array
(
[file] => /path/to/site/inc/modules.inc.php
[line] => 24
[args] => Array
(
[0] => /path/to/site/inc/membership_levels.inc.php
)
[function] => require_once
)
[9] => Array
(
[file] => /path/to/site/inc/admin.inc.php
[line] => 23
[args] => Array
(
[0] => /path/to/site/inc/modules.inc.php
)
[function] => require_once
)
[10] => Array
(
[file] => /path/to/site/inc/design.inc.php
[line] => 22
[args] => Array
(
[0] => /path/to/site/inc/admin.inc.php
)
[function] => require_once
)
[11] => Array
(
[file] => /path/to/site/inc/profiles.inc.php
[line] => 22
[args] => Array
(
[0] => /path/to/site/inc/design.inc.php
)
[function] => require_once
)
[12] => Array
(
[file] => /path/to/site/periodic/notifies.php
[line] => 23
[args] => Array
(
[0] => /path/to/site/inc/profiles.inc.php
)
[function] => require_once
)
)
Called script: /path/to/site/periodic/notifies.php
Request parameters:
Array
(
)
--
Auto-report system
--------------------
How do I complete my installation, please...?
Thanks,
- H.T.