Changeset 264 for trunk/TROUBLESHOOTING

Show
Ignore:
Timestamp:
11/01/03 22:20:19 (5 years ago)
Author:
kake
Message:

Junked OpenGuides::Config completely to avoid database password

leakage, and easier install (CPAN RT 3916).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TROUBLESHOOTING

    r246 r264  
    4545 
    4646---------------------------------------------------------------------- 
     47 
     48Again relating to permissions - if you are using SQLite then note that 
     49the user your CGI is running as must have write access to not only the 
     50database file itself, but the directory that the file is in (in order 
     51that it can write a lockfile). 
     52 
     53----------------------------------------------------------------------