sladmin
23-08-2007, 11:17 PM
Hi again,
This is a different project this time but is pretty important. I have tried to install CubeCart recently and been having problem with it. Actually, the installation went fine. It wasn't until I went into the admin control and panel and started to do anything db related which started to give me error messages.
For example I have just tried to add a sub category and was given this error message:
MySQL Error Occured
1366: Incorrect decimal value: '' for column 'per_ship' at row 1
QUERY = INSERT INTO CubeCart_category (`cat_name`, `cat_father_id`, `cat_image`, `per_ship`, `item_ship`, `item_int_ship`, `per_int_ship`) VALUES ('Sub Category', '0', '', '', '', '', '')
and when I add a product:
MySQL Error Occured
1366: Incorrect decimal value: '' for column 'sale_price' at row 1
QUERY = INSERT INTO CubeCart_inventory (`productCode`, `name`, `cat_id`, `description`, `image`, `price`, `sale_price`, `stock_level`, `useStockLevel`, `digital`, `digitalDir`, `prodWeight`, `taxType`, `showFeatured`) VALUES ('5', 'Test Product', '1', 'Test Product
', '', '0.01', '', '6', '1', '0', '', '6', '2', '0')
Any Ideas I'm really frustrated and this needs to be done very soon :unsure: :sad:
This is a different project this time but is pretty important. I have tried to install CubeCart recently and been having problem with it. Actually, the installation went fine. It wasn't until I went into the admin control and panel and started to do anything db related which started to give me error messages.
For example I have just tried to add a sub category and was given this error message:
MySQL Error Occured
1366: Incorrect decimal value: '' for column 'per_ship' at row 1
QUERY = INSERT INTO CubeCart_category (`cat_name`, `cat_father_id`, `cat_image`, `per_ship`, `item_ship`, `item_int_ship`, `per_int_ship`) VALUES ('Sub Category', '0', '', '', '', '', '')
and when I add a product:
MySQL Error Occured
1366: Incorrect decimal value: '' for column 'sale_price' at row 1
QUERY = INSERT INTO CubeCart_inventory (`productCode`, `name`, `cat_id`, `description`, `image`, `price`, `sale_price`, `stock_level`, `useStockLevel`, `digital`, `digitalDir`, `prodWeight`, `taxType`, `showFeatured`) VALUES ('5', 'Test Product', '1', 'Test Product
', '', '0.01', '', '6', '1', '0', '', '6', '2', '0')
Any Ideas I'm really frustrated and this needs to be done very soon :unsure: :sad: