Hello chaps
I'm trying to figure out if the following error in the debug log is a fault that I need to fix, or if I can ignore it.
[12-Mar-2015 14:11:06 Australia/Sydney] PHP Fatal error: 1366:Incorrect integer value: '' for column 'customer_notified' at row 1 ::
INSERT INTO orders_status_history (orders_id, orders_status_id, date_added, comments, customer_notified)
VALUES ('4286', '1', now(), 'PayPal status: Refunded @ 21:17:30 Mar 09, 2015 PDT Parent Trans ID:xxxxxxxxxxxxxx Trans ID:xxxxxxxxxxxxxx Amount: -161.75 AUD', '')
in C:\inetpub\wwwroot\xxxxxxxxxxxxxx\includes\classes\db\mysql\query_factory.php on line 120
It looks like it doesn't like the value to be empty, but I'm no PHP/MySQL expert so I don't really know.
I can't see any issues in the store admin. I only noticed this one in the logs. It appears to be a PayPal refund. Is this likely to be a problem or can I safely ignore it?
Thanks for any advice on this.
Rob
These are the details of my website:
Zen Cart 1.5.1
Database Patch Level: 1.5.1
v1.5.1 [2013-10-25 16:43:45] (Version Update 1.5.0->1.5.1)
v1.5.0 [2013-10-25 16:43:45] (Version Update 1.3.9->1.5.0)
v1.3.9b [2010-05-18 18:34:34] (Version Update 1.3.8->1.3.9b)
v1.3.8 [2008-07-30 02:07:56] (Fresh Installation)
It uses the PayPal Express checkout and has some unrelated plugins such as the one for image resizing and OZPost for shipping.
Other info that may or may not matter:
Server Host: xxxxxxxx Database Host: 127.0.0.1 (127.0.0.1)
Server OS: Windows NT SV8774 6.2 build 9200 (Unknow Windows version Standard Edition) i586 Database: MySQL 5.5.42
HTTP Server: Microsoft-IIS/8.5
PHP Version: 5.3.28 (Zend: 2.3.0) PHP Memory Limit: 128M PHP Safe Mode: Off
PHP File Uploads: On Max Size: 2M POST Max Size: 8M
Database Data Size: 73,089 kB Database Index Size: 3,227 kB


Reply With Quote


