Changes between Version 61 and Version 62 of NewbieMistakes
- Timestamp:
- Jan 13, 2014, 5:01:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieMistakes
v61 v62 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. Make sure you set perms to 0777. Just making it writable might not work 205 204 Make sure Apache can also write to the parent directory of the database. SQLite needs to be able to write to this directory. Avoid setting the permissions to 777, as it's a security risk (see [http://askubuntu.com/questions/20105/why-shouldnt-var-www-have-chmod-777 this page] for an explanation why) 206 205 Make sure each folder of your database file's full path does not start with number, eg. /www/4myweb/db (observed on Windows 2000). 207 206