Quote:
Originally Posted by Mecho
i used this mod since i used vb 3.6.0 . but now in 3.6.4 i got a lot of Database error coz of this mod ... i got this error many many times per day :
I Would appreciate if u help me to fix it . thanks
|
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