You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is cause by MySQL, to fix it,
1.open my.ini
update sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
to sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
2.restart MySQL.
A error occurred after add a new app.
A Database Error Occurred
Error Number: 1364
Field 'updateurl' doesn't have a default value
INSERT INTO
razor_channel_product
(product_id
,description
,date
,user_id
,productkey
,channel_id
) VALUES (2, '', '2012-12-13 03:52:15', '1', '551e7e078b9866d0774f52defe******', '7')Filename: D:\razor\system\database\DB_driver.php
Line Number: 330
The text was updated successfully, but these errors were encountered: