June 17th, 2006, 09:26 AM
|
#1 (permalink)
|
| Junior Member Verified Customer
Join Date: Jan 2003 Location: Kansas City, MO
Posts: 13
| Trying to upgrade 4.8.2 to 5.3.1
Received the following error when it was in the 5.0 to 5.1 stage of the upgrade. It just stops after this and I'm not sure how to proceed. Quote:
Preparing to update database...
Error performing MySQL command: ALTER TABLE categories ADD ismember SMALLINT(1) default '0' NOT NULL
Error: Duplicate column name 'ismember'
Error performing MySQL command: ALTER TABLE categories ADD albums TEXT AFTER children
Error: Duplicate column name 'albums'
Error performing MySQL command: INSERT INTO settings VALUES (207,'Original Image storage directory URL','origdir','Typically this path matches your DATA directory URL, unless you want to store your original images seperatly from your thumbnail/medium images','http://www.coreplanets.com/photopost/data',34,1)
Error: Duplicate entry '207' for key 1
Error performing MySQL command: INSERT INTO settings VALUES (208,'Orignial Image storage directory server path','origfull','Typically this path matches your DATA directory server path, unless you want to store your original images seperatly from your thumbnail/medium images','/home/moswc/public_html/photopost/data/',35,1)
Error: Duplicate entry '208' for key 1
Error performing MySQL command: INSERT INTO settings VALUES (209,'When using on-the-fly image generation, do you want to overlay the watermark image?','overwater','You can use this feature for on-the-fly watermarks in combination with the on-the-fly image generation.','no',30,5)
Error: Duplicate entry '209' for key 1
Warning: unlink(/home/moswc/public_html/photopost/adm-userg.php): Permission denied in /home2/moswc/public_html/photopost/upgrade.php on line 2100
Warning: unlink(/home/moswc/public_html/photopost/adm-approve.php): Permission denied in /home2/moswc/public_html/photopost/upgrade.php on line 2101
Warning: unlink(/home/moswc/public_html/photopost/adm-db.php): Permission denied in /home2/moswc/public_html/photopost/upgrade.php on line 2102
Warning: unlink(/home/moswc/public_html/photopost/adm-menu.php): Permission denied in /home2/moswc/public_html/photopost/upgrade.php on line 2103
| |
| |