Changeset 270 for trunk/TROUBLESHOOTING

Show
Ignore:
Timestamp:
11/06/03 12:13:47 (5 years ago)
Author:
earle
Message:

Expanded section in TROUBLESHOOTING about SQLite permissions, and noted this in Changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TROUBLESHOOTING

    r264 r270  
    4646---------------------------------------------------------------------- 
    4747 
    48 Again relating to permissions - if you are using SQLite then note that 
    49 the user your CGI is running as must have write access to not only the 
    50 database file itself, but the directory that the file is in (in order 
    51 that it can write a lockfile). 
     48Important note for those using SQLite: 
     49 
     50The user your CGI is running as must have write access to not only the 
     51database file itself, but the directory that the file is in, in order 
     52that it can write a lockfile. 
     53 
     54A symptom of having incorrect permissions set is being able to run  
     55wiki.cgi from the command line but receiving an Error 500 when trying to  
     56view it in your browser.  
    5257 
    5358----------------------------------------------------------------------