| 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). |
| | 48 | Important note for those using SQLite: |
| | 49 | |
| | 50 | The user your CGI is running as must have write access to not only the |
| | 51 | database file itself, but the directory that the file is in, in order |
| | 52 | that it can write a lockfile. |
| | 53 | |
| | 54 | A symptom of having incorrect permissions set is being able to run |
| | 55 | wiki.cgi from the command line but receiving an Error 500 when trying to |
| | 56 | view it in your browser. |