bshaffer / oauth2-demo-php

A demo application for running an OAuth2 server
748 stars 279 forks source link

SQLSTATE[HY000]: General error: 8 attempt to write a readonly database #68

Open sasa-b opened 6 years ago

sasa-b commented 6 years ago

Hey you have an error in your demo app, when I tried the implicit authorization this happened.

P.S. The docs on your site are amazing, thanks for all the good work.

screen shot 2018-02-03 at 3 49 06 pm

pandababa commented 6 years ago

same issue here, for demo site

balessan commented 6 years ago

+1

klaus-neuhold-blazemeter commented 6 years ago

+1

horsebuzz commented 6 years ago

+1

KnadKA commented 6 years ago

same issue here, for demo site

samhk222 commented 6 years ago

I had this issue when i was editing the oauth.sqlite file ... because i unintend put an "lock" in my table.

you can also check the permissions on your directory .... i'm pretty shure that's not this application fault

fr0z3nfyr commented 6 years ago

Give ownership (chown) of the sqlite file to webserver user like www-user (apache). Alternatively, give write access (chmod) on the file to webserver user.

mac10046 commented 5 years ago

Request to fix your demo site at least.