Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using with sqlite #78

Open
tony-ist opened this issue Mar 13, 2018 · 0 comments
Open

Using with sqlite #78

tony-ist opened this issue Mar 13, 2018 · 0 comments

Comments

@tony-ist
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant