Hello all,
Thank you for your messages.
I am really sorry to hear that you have experienced this problem. It seems that it occurred because
strict mode is enabled for your MySQL server. Please replace the following part of code:
// Uncomment this line if you experience problems with mysql5 server (disables strict mode)
//define('MYSQL5', true);
with this one:
// Uncomment this line if you experience problems with mysql5 server (disables strict mode)
define('MYSQL5', true);
in the
config.php file located in the root directory of your CS-Cart installation. After that try to install CS-Cart one more time.
Please check it.
---
Pavel Zyukin
CS-Cart Support team