I found another problem with ZC and MySQL 5, which is fixed by turning off strict mode in MySQL. Comment out the sql-mode line in your my.ini and restart mysql.
# Set the SQL mode to strict
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
This also fixes the problem with Easy Populate.
Bookmarks