I am trying to install the store module so I can get my paid memberships working (that is required, right?) but I am getting this SQL screen error message:
-- -- There are errors in the following MySQL queries:
-- -- Error: Column 'Order' cannot be null
INSERT INTO `sys_menu_top` VALUES(NULL, 4, 'Store', '_bx_store_menu_my_products_profile', 'modules/?r=store/browse/my', @iCatProfileOrder, 'memb', '', '', '', 1, 1, 1, 'custom', '', '', 0, '');
Anyone know why? - and how to fix?
Rob