Update of /cvsroot/phpwiki/phpwiki/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19114
Modified Files:
INSTALL.sqlite
Log Message:
fixed DSN and TYPE
Index: INSTALL.sqlite
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/doc/INSTALL.sqlite,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -2 -b -p -d -r1.3 -r1.4
--- INSTALL.sqlite 28 Jun 2004 13:54:56 -0000 1.3
+++ INSTALL.sqlite 28 Jun 2004 14:15:41 -0000 1.4
@@ -20,9 +20,9 @@ sqlite /tmp/phpwiki-sqlite.db < schemas/
Edit the DATABASE settings in config/config.ini to reflect your settings.
- a) DATABASE_TYPE should be set to 'SQL'.
- ADODB not yet tested. This is planned for the 1.4.0 release.
+ a) DATABASE_TYPE must be set to 'SQL'.
+ ADODB not yet. This is planned for the 1.4.0 release.
b) DATABASE_DSN should be set to something like
- DATABASE_DSN = "sqlite:///path/to/phpwiki-sqlite.db?mode=0664"
+ DATABASE_DSN = "sqlite://localhost//path/to/phpwiki-sqlite.db?mode=0664"
That's it. PhpWiki should now work.
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
|
|