| 5.14 - 5.31 upgrade errors
I am trying to upgrade to the latest rev from 5.14 after upgraing vbulletin to 3.6 from 3.0.15. I edited config-inc and config-int.php to the correct values, but I get this error:
Preparing to update database...
Error performing MySQL command: CREATE TABLE pp_cache (id tinyint(1) NOT NULL default '1', timestamp int(15) NOT NULL default '0', statscache mediumtext, recentcache mediumtext, popularcache mediumtext, randomcache mediumtext, calcache mediumtext, catcache mediumtext, catprops mediumtext, PRIMARY KEY (id), KEY id (id)) TYPE=MyISAM
Error: Table 'pp_cache' already exists
Error performing MySQL command: INSERT INTO pp_cache VALUES (1,0,null,null,null,null,null,null,null)
Error: Duplicate entry '1' for key 1
Error performing MySQL command: INSERT INTO pp_settings VALUES (211,'Minutes to cache index page data for featured photos, statistics and PALs?','cachetimeout','Number of minutes to cache information. Default is 10 minutes, 0 means no caching.','10',36,1)
Error: Duplicate entry '211' for key 1
Error performing MySQL command: INSERT INTO pp_settings VALUES (212,'Show Calendar PAL?','calpal','Do you want to display the calendar pal, yes or no.','yes',16,11)
Error: Duplicate entry '212' for key 1
Fatal error: Cannot redeclare update_whoonline() (previously declared in /home/virtual/site1/fst/var/www/html/photos/pp-inc.php:3976) in /home/virtual/site1/fst/var/www/html/photos/forums/vb3.php on line 536
Looking for any help. Thanks!!
|