ive contacte my host as if i upload a php.ini page it throws me a 500 error
for those who need to know how to do it open my.ini or php.ini page
Find:
# 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
or
in the sql query window logged in as super user
SET @@global.sql_mode= '';