Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv9285/phpwiki
Modified Files:
index.php
Log Message:
Permanently added Mac OS X pear path as this is unlikely to change in the near future.
Also added a sample error message which would indicate when the include_path needs to be defined.
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** index.php 2001/12/11 22:41:38 1.39
--- index.php 2001/12/13 08:22:43 1.40
***************
*** 29,32 ****
--- 29,36 ----
// /System/Library/PHP
//
+ // The above examples are already included by PhpWiki.
+ // 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');
|