Help!!! Still having problems installing db in ps4.5
in the install/scripts/db.sql (or upgrade sql you are using), update the line that reads:INSERT INTO `ps4_shippingrates` VALUES ('1', '1', '1000000000.00', '0.00');to:
INSERT INTO `ps4_shippingrates` VALUES ('1', '1', '1000000.00', '0.00');
Changed code as suggested and got a new error!!
ERROR: Database could not be created.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `ps4_categories` ( `CategoryID` int(11) NOT NUL' at line 1
~Giovonnae


