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