August 14th, 2005, 11:23 AM
|
#4 (permalink)
|
| Member Verified Customer
Join Date: Jan 2004 Location: Sydney, AUS
Posts: 41
|
ok,
photopost/upgrade.php?upgrade=485&step=1 gives the following; Quote:
Preparing to update 4.8.5 database...
Error performing MySQL command: ALTER TABLE photo_photos ADD numcom INT(8) DEFAULT '0' NOT NULL , ADD lastposter VARCHAR(255), ADD lastpid INT(8) DEFAULT '0' NOT NULL
Error: Duplicate column name 'numcom'
Error performing MySQL command: ALTER TABLE photo_categories ADD maximages INT(12) default '0' NOT NULL, ADD canzip VARCHAR(3) DEFAULT 'no' NOT NULL, ADD frames VARCHAR(32) NULL
Error: Duplicate column name 'maximages'
Error performing MySQL command: ALTER TABLE photo_categories ADD numextra INT(3) default '0' NOT NULL
Error: Duplicate column name 'numextra'
Error performing MySQL command: ALTER TABLE photo_categories ADD intro VARCHAR(3) default 'no' NOT NULL, ADD introtitle VARCHAR(128) DEFAULT NULL, ADD introcopy TEXT DEFAULT NULL, ADD moderators TEXT DEFAULT NULL
Error: Duplicate column name 'intro'
Error performing MySQL command: ALTER TABLE photo_categories ADD ratingtype INT(1) DEFAULT '0' NOT NULL, ADD takevotes INT(1) DEFAULT '0' NOT NULL
Error: Duplicate column name 'ratingtype'
Error performing MySQL command: ALTER TABLE photo_users ADD cellphone VARCHAR( 255 )
Error: Duplicate column name 'cellphone'
| |
| |