I already deployed a django cms in my cPanel server using (mod_wsgi), But it showing 500 internal server error. 'unable to open a read only database' (default sqllite). Any one know how to resolve it.
Asked
Active
Viewed 46 times
1
-
What OS is the server running? If you're on a cPanel server, do you manage the server? – markwalker_ Jul 19 '16 at 10:19
-
CentOS release 6.8 (Final) Yes i have the root permission. – nidhin Jul 19 '16 at 10:24
-
I assume you've given ownership of the directory & db file to whichever user/group runs apache? e.g. `chown apache:apache /srv/mysite/DATABASE.sqlite` – markwalker_ Jul 19 '16 at 11:28