Dorign
03-23-2005, 04:16 PM
All sorts of problems with upgrading to 5, here.. First, it had an error during upgrade saying it couldn't DROP "editing" from rpg_lottery (not an exact error) because "editing" didn't exist..
So I opened upgrade4.php and removed that line, and now I can't get as far as I did because it won't skip tables it has already installed..
Database error in vBulletin 3.0.7:
Invalid SQL: INSERT INTO vb3_phrase (phraseid, languageid, varname, text, phrasetypeid) VALUES (NULL, '0', 'setting_rpg_monster_ison_title', 'Monster Arena is on?', '5000')
mysql error: Duplicate entry 'setting_rpg_monster_ison_title-0-5000' for key 2
mysql error number: 1062
--------------
EDIT
--------------
Well I tricked into working by removing the "drop" command about "editing" from lottery, and I also tricked it into skipping the setting information by changing the settings in the CP first.. seems the installer worked, that way.. but it would be hard for someone with a lack of skill in guessing.. :P
So I opened upgrade4.php and removed that line, and now I can't get as far as I did because it won't skip tables it has already installed..
Database error in vBulletin 3.0.7:
Invalid SQL: INSERT INTO vb3_phrase (phraseid, languageid, varname, text, phrasetypeid) VALUES (NULL, '0', 'setting_rpg_monster_ison_title', 'Monster Arena is on?', '5000')
mysql error: Duplicate entry 'setting_rpg_monster_ison_title-0-5000' for key 2
mysql error number: 1062
--------------
EDIT
--------------
Well I tricked into working by removing the "drop" command about "editing" from lottery, and I also tricked it into skipping the setting information by changing the settings in the CP first.. seems the installer worked, that way.. but it would be hard for someone with a lack of skill in guessing.. :P