skyronic / crudkit

Toolkit to quickly build powerful mobile-friendly CRUD (create/read/update/delete) interfaces for PHP, Laravel, and Codeigniter apps. Works with MySQL and other databases.
http://crudkit.com
MIT License
290 stars 85 forks source link

How to connect to mysql database and users table? #56

Open jaeturma opened 8 years ago

jaeturma commented 8 years ago

screen

where is the file for basic configuration?

ysfbsf commented 8 years ago

UP !

oadam commented 8 years ago

On the left of your screen you see the full stack trace of the error. If you click on the innermost items you'll get more useful info (you're probably missing the sqlite php extension) Le 12 mai 2016 11:58 AM, "ysfbsf" notifications@github.com a écrit :

UP !

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/skyronic/crudkit/issues/56#issuecomment-218712691

clonemeagain commented 7 years ago

@oadam is correct, running sudo apt install php-sqlite3 && sudo service php7-fpm restart fixed it for me.