Ticket #1484303 (closed Patches: fixed)

Opened 20 months ago

Last modified 9 months ago

Note for INSTALL: sqlite requires a writable directory

Reported by: sthen Owned by: till
Priority: 5 Milestone: 0.1-stable
Component: Database Version: 0.1-beta
Severity: normal Keywords:
Cc:

Description

sqlite needs to write a journal file, so the directory containing the DB must writable by the webserver user. Please could something like this be applied to INSTALL?

--- INSTALL.orig        Sat Mar 24 22:32:53 2007
+++ INSTALL     Sat Mar 24 22:33:19 2007
@@ -71,7 +71,7 @@
 # sqlite -init SQL/sqlite.initial.sql sqlite.db
 
 Make sure your configuration points to the sqlite.db file and that the
-webserver can write to the file.
+webserver can write to the file and the directory containing the file.
 
 
 * PostgreSQL

Change History

Changed 9 months ago by seansan

  • milestone set to 0.1.1

Add to check.php? and to INSTALL

Changed 9 months ago by till

  • owner set to till
  • status changed from new to assigned
  • milestone changed from 0.1.1 to 0.1-stable

That's a good idea, I'll do this tomorrow.

Changed 9 months ago by thomasb

  • status changed from assigned to closed
  • resolution set to fixed

Too late :-)

Note: See TracTickets for help on using tickets.