I honestly have no clue what to do... I uninstalled the plugin and uploaded to the correct folder numerous time. I am using the latest version of both MyBB and Newpoints. Does anyone know how to fix this issue? I never encounter these issues with the shop plugin. :( Anyone? Also, I would like a screenshot for the table values for the categories. I think I have to create them manually.
- Signature removed by staff
RE: Shop 1.8 Issue
30-12-2016, 04:40 AM
This post was last modified: 30-12-2016, 04:40 AM by John
Go to the file \Shop 1.8\Upload\inc\plugins\newpoints\newpoints_shop.php and change the following:
Code:
SQL Error: 1067 - Invalid default value for 'items_rate' Query: ALTER TABLE `mybb_newpoints_grouprules` ADD `items_rate` DECIMAL(3,3) NOT NULL default '1';
into
Code:
$db->write_query("ALTER TABLE `".TABLE_PREFIX."newpoints_grouprules` ADD `items_rate` DECIMAL(3,3) NOT NULL default '1,0';");
NulledBB Member Since 2013 | Former Staff Member | Web Designer