| Missing row.
I did a global search of all the install and upgrade scripts and found that one of the mysql commands near the relevant row was missing a semi colon. I think that the script stopped upgrading the database at that point.
Here's the error:
upgrades/upgradegms.php was missing a semi colon on line 103;
$query[] = "INSERT INTO {$pp_db_prefix}settings VALUES (92,'Display Members Gallery on the main index page?','showmem','','no',55,2)
Maybe this has something to do with it.
Last edited by sheri9642; December 16th, 2005 at 07:13 PM.
|