MyBB Community Forums

Full Version: Register error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.. i just know saw i got this error on my forum
[Image: Capture.png]|

can someone help?
open plugin file in editor like notepad++
find :
$db->write_query("ALTER TABLE `".TABLE_PREFIX."users` ADD `newpoints_items` TEXT NOT NULL;");
change to :
$db->write_query("ALTER TABLE `".TABLE_PREFIX."users` ADD `newpoints_items` TEXT NOT NULL default '';");
save the file & check if it helps.
i just remove the plugin (new ponts) and the error still there
have you uninstalled the plugin or just removed the plugin files ? uninstall is required.
i unstilled it and the i removed the files.
now installed it again.
i will try the solution you give me.. in which file i make these changed?

i dont have this files newpoints_items
file should be newpoints_shop.php in newpoints sub-folder in the plugins folder
ohhh.. now i remember that i had instaled newpoints_shop yesterday.
i just Deactivate it without unstiling and removed the files cause it wasnt working..
i just add the files and and unistalled it.
thanks for your help

but how can i make it work.. i get this error when i go to shop
1146 - Table 'r119830pel_anonsharee.mybb_newpoints_shop_categories' doesn't exist

okay done..
fixed registration and shop error..
thank you for your help