Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv13209
Modified Files:
INSTALL
Log Message:
reminder to include a note about "lib/FileFinder.php:82: Fatal[256]: DB.php: file not found"
Index: INSTALL
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/INSTALL,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** INSTALL 2001/12/01 21:55:57 1.12
--- INSTALL 2002/01/03 07:11:29 1.13
***************
*** 7,10 ****
--- 7,17 ----
too. See http://pear.php.net/ for more information.
+ (note about
+ // You shouldn't have to change this unless you see a WikiFatalError:
+ // lib/FileFinder.php:82: Fatal[256]: DB.php: file not found
+ //
+ #ini_set('include_path', '.:/where/you/installed/phpwiki');
+ goes here)
+
You need the Perl regular expressions package compiled in; this is the
default for PHP, so you probably have it. (If you don't you'll see an
|