How to connect to mysql database and users table?
jaeturma opened this issue · 3 comments
jaeturma commented
ysfbsf commented
UP !
oadam commented
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
#56 (comment)
clonemeagain commented
@oadam is correct, running sudo apt install php-sqlite3 && sudo service php7-fpm restart
fixed it for me.