Quote:
Originally Posted by Spleasure
For some reason the fields have disappeared from the database. Please execute the following queries to re-add these fields:
Code:
ALTER TABLE `user` ADD `ncode_imageresizer_mode` ENUM("none", "enlarge", "samewindow", "newwindow") DEFAULT "enlarge" NOT NULL
ALTER TABLE `user` ADD `ncode_imageresizer_maxwidth` SMALLINT UNSIGNED DEFAULT NULL NULL , ADD `ncode_imageresizer_maxheight` SMALLINT UNSIGNED DEFAULT NULL NULL
|
i think i should add them one by one , isn't it ?
if i'm right i got this error for first one :
Quote:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1060
error desc: Duplicate column name 'ncode_imageresizer_mode'
|
and this message for second one :
Quote:
Affected Rows: 3,239 (0.3227s)
|