ciao maufel
su mac ho risolto un problema simile, è un pò complicato :?
intanto controlla l'opzione error_reporting di php, di default nasconde tutti gli errori, e diventa quindi impossibile capire il problema...
poi modificare l'opzione STRICT di MySql, riporto una breve guida:
Open the "my.ini" file within the MySQL installation directory and look for something like...
# Set the SQL mode to strict
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
Replace with:
# Set the SQL mode to strict
sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"