EP4 - MySQLi error 1366: Incorrect decimal value: '' for column 'products_price'
ZC 1.5.6c - PHP 7.2 - EP4 only plugin
When uploading new products with EP4, I get this error:
Code:
MySQLi error 1366: Incorrect decimal value: '' for column 'products_price' at row 1
When executing:
INSERT INTO zen_products SET
Has anyone run across this?
~D
Re: EP4 - MySQLi error 1366: Incorrect decimal value: '' for column 'products_price'
Quote:
Originally Posted by
djdavedawson
ZC 1.5.6c - PHP 7.2 - EP4 only plugin
When uploading new products with EP4, I get this error:
Code:
MySQLi error 1366: Incorrect decimal value: '' for column 'products_price' at row 1
When executing:
INSERT INTO zen_products SET
Has anyone run across this?
~D
What version? Also, wouldn't this be best asked in the associated forum for EP4? https://www.zen-cart.com/showthread....d&goto=newpost
A reason for the error is that the content of the read cell is interpreted as empty text rather than a zero. Either/both may be a problem.