01-27-2011, 08:25 PM
I am attempting to install 1.2.5.7 and I get the following error:
Now, I have pinpointed the problem to the odm.php file (the last action before I can login):
Why would it hang there?
-Wes
Code:
Could not insert new version into db user
Now, I have pinpointed the problem to the odm.php file (the last action before I can login):
Code:
// Create version number in db
$result = mysql_query("
INSERT INTO {$GLOBALS['CONFIG']['db_prefix']}odmsys VALUES ('','version','1.2.5.7')
") or die("<br>Could insert new version into db user");
Why would it hang there?
-Wes