Changes between Version 61 and Version 62 of NewbieMistakes


Ignore:
Timestamp:
Jan 13, 2014, 5:01:18 PM (10 years ago)
Author:
alasdair
Comment:

Removed recommendation to change permissions to 777. It may be the easiest way to get it to work, but it's a security risk.

Legend:

Unmodified
Added
Removed
Modified
  • NewbieMistakes

    v61 v62  
    202202==== Solution ====
    203203
    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 
     204Make 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)
    206205Make sure each folder of your database file's full path does not start with number, eg. /www/4myweb/db (observed on Windows 2000).
    207206
Back to Top