| Member Verified Customer
Join Date: Apr 2005
Posts: 36
|
thanks!
so this is what i am going to do..
1. all the folders in DATA and subfolders (there is alot) change them all to 777
2. run the 3.1 upgrade again.
just for the record..this is the error i got when i ran the 3.1 upgrade.
Preparing to update 3.11 database...
Performing MySQL command: REPLACE INTO rp_settings VALUES (84,'ReviewPost Version','pversion','','3.2',53,0); ... Error: Column count doesn't match value count at row 1
Performing MySQL command: REPLACE INTO rp_settings VALUES (37,'cright','cright','','Powered by: ReviewPost --replaceme--
Copyright 2006 All Enthusiast, Inc.',300,'0') ... Error: Column count doesn't match value count at row 1
Performing MySQL command: INSERT INTO rp_settings VALUES (242,'Do you want to enable the Announcement box?','news', '', 'no', 12, 3) ... Error: Column count doesn't match value count at row 1
Performing MySQL command: INSERT INTO rp_settings VALUES (243,'Title for the Announcement box?','newstitle', '', 'News', 13, 3) ... Error: Column count doesn't match value count at row 1
Performing MySQL command: INSERT INTO rp_settings VALUES (244,'Contents of the Announcement box?','newscopy', 'This block can contain HTML code (200 character limit)', '', 14, 3) ... Error: Column count doesn't match value count at row 1
Performing MySQL command: INSERT INTO rp_settings VALUES (245,'Use category cache?','catcache','On some larger sites, using the category cache can actually reduce performance.','no',36,1) ... Error: Column count doesn't match value count at row 1
Performing MySQL command: INSERT INTO rp_settings VALUES (246,'Display Featured Ads on this page?','features','On larger sites this option can slow down the showcat page. Turn off to speed up this page.','yes',8,5) ... Error: Column count doesn't match value count at row 1
Performing MySQL command: INSERT INTO rp_settings VALUES (247,'Display Admin quick move/delete options under ad?','quickopts','On larger sites this option can slow down the showproduct page. Turn off to speed up this page.','yes',8,5) ... Error: Column count doesn't match value count at row 1
Performing MySQL command: INSERT INTO rp_settings VALUES (248,'Load limit for server?','loadlimit','If running *nix and you want to disable your forums when load goes over a certain limit; place the high limit here.','0',35,1) ... Error: Column count doesn't match value count at row 1
Performing MySQL command: ALTER TABLE rp_categories ADD intro VARCHAR(3) default 'no' NOT NULL, ADD introtitle VARCHAR(128) DEFAULT NULL, ADD introcopy TEXT DEFAULT NULL, ADD theme VARCHAR(32) NOT NULL, ADD sortorder INT(2) DEFAULT '1' NOT NULL, ADD frames VARCHAR(32) NULL ... Error: Duplicate column name 'intro'
Performing MySQL command: REPLACE INTO rp_settings VALUES (206,'Show Last Product column on Index?','showlast','','yes',17,3) ... Error: Column count doesn't match value count at row 1
Performing MySQL command: REPLACE INTO rp_settings VALUES (79,'Show Most Popular products on Index page?','dispopular','','no',5,3) ... Error: Column count doesn't match value count at row 1
Performing MySQL command: REPLACE INTO rp_settings VALUES (224, 'setting224', 'ppboards', 'open', 20,
|