Changes between Version 59 and Version 60 of NewbieMistakes
- Timestamp:
- Jan 10, 2014, 11:30:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieMistakes
v59 v60 202 202 ==== Solution ==== 203 203 204 Make sure Apache can also write to the parent directory of the database. SQLite needs to be able to write to this directory. 204 Make sure Apache can also write to the parent directory of the database. SQLite needs to be able to write to this directory. Make user you set perms to 0777. Just making it writable might not work 205 205 206 206 Make sure each folder of your database file's full path does not start with number, eg. /www/4myweb/db (observed on Windows 2000).