Hi Guys,

My Zen Cart installation has been failing with Google Checkout since I upgraded to 1.5.1 on Windows Server 2012, MySQL 5.5 and the latest PHP installed.

Done some investigation and tracked down the fault. It appears that since 1.5.1 on windows, MySQL cannot run in STRICT mode.

In MySQL you MUST comment out the

sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

line from your MySQL ini file (in windows at least)- The MySQL implementation doesn't seem to like some empty fields which will fail GoogleCheckout. What makes it worse is that Google then retransmits the XML every few hours or so!

I wonder if this needs to be added to the ReadMe or the Google Checkout code needs updating?

Andy