From: Reini U. <ru...@x-...> - 2004-06-01 08:14:15
|
Micki Kaufman schrieb: > success in trying to get a stable recent release up - I downloaded > 1.3.10 and it has major problems with the include_paths. > > This time, I get a fatal error: > > Fatal error: main(): Failed opening required 'DB.php' > (include_path='.:/Library/WebServer/Documents/phpwiki') in > /Library/WebServer/Documents/phpwiki/lib/WikiDB/backend/PearDB.php on > line 7 > > I tried all the options, like > > INCLUDE_PATH = ".:/Library/WebServer/Documents/phpwiki" and You don't have any pear in your include path. The change was mentioned in the ReleaseNotes (and here also). Either include your own pear, the phpwiki/lib/pear or leave INCLUDE_PATH empty and let the system guess the include_path. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |