Ich hatte da gleich Problem. Schlussendlich lags an meiner MYSQL (Version 5.0.19) Konfiguration. Im my.conf darf mode nicht gleich strict sein sondern sql-mode="MYSQL4": # Set the SQL mode to strict
#sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
sql-mode="MYSQL4"
Danach unbedingt MYSQL neu starten |