Quote:
Originally Posted by haris_led
database error if i try to uninstall, database error after i overwrite it again and go to edit the options!
wtf?
|
Does your vBulletin database user have the permissions to alter the vBulletin table?
Please execute the queries:
Code:
ALTER TABLE `user` ADD `ncode_imageresizer_mode` ENUM("none", "enlarge", "samewindow", "newwindow") DEFAULT "enlarge" NOT NULL
Code:
ALTER TABLE `user` ADD `ncode_imageresizer_maxwidth` SMALLINT UNSIGNED DEFAULT NULL NULL
Code:
ALTER TABLE `user` ADD `ncode_imageresizer_maxheight` SMALLINT UNSIGNED DEFAULT NULL NULL
Quote:
Originally Posted by mescalin
I installed today, first i uploaded js.txt and renamed to only.js then i installed the plugin.. But i get the fallowing error..
Fatal error: Call to undefined function: ncode_imageresizer_replace() in /big/home/madeintu/public_html/forum/includes/class_bbcode.php(415) : eval()'d code on line 2
|
At which location do you get that error? When viewing a thread?