From d03c7f6b4ac3c6e41ab2f7f10086d73dc46f5f78 Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Thu, 3 Jan 2002 07:11:29 +0000 Subject: [PATCH] reminder to include a note about "lib/FileFinder.php:82: Fatal[256]: DB.php: file not found" git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@998 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- INSTALL | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index edcf3489e..c234b6079 100644 --- a/INSTALL +++ b/INSTALL @@ -6,6 +6,13 @@ Since version 1.3.0 of PhpWiki we have been using the DB.php from PEAR (a database absraction layer), so you need that installed/enabled 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 error like "function preg_replace() not defined.") @@ -103,4 +110,4 @@ You can join this list at http://lists.sourceforge.net/lists/listinfo/phpwiki-ta FIN -$Id: INSTALL,v 1.12 2001-12-01 21:55:57 wainstead Exp $ \ No newline at end of file +$Id: INSTALL,v 1.13 2002-01-03 07:11:29 carstenklapp Exp $ \ No newline at end of file -- 2.45.0