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
When I try to create new settings or edit I get error
SQLSTATE[HY000]: General error: 1 no such function: NOW
Failed to prepare SQL: INSERT INTO `settings` (`active`, `section`, `key`, `value`, `type`, `created`) VALUES (:qp0, :qp1, :qp2, :qp3, :qp4, NOW())
I am using sqlite database, seems like there is no function NOW there. How do I fix the problem?
The text was updated successfully, but these errors were encountered:
When I try to create new settings or edit I get error
I am using sqlite database, seems like there is no function
NOW
there. How do I fix the problem?The text was updated successfully, but these errors were encountered: