From: Reini U. <ru...@x-...> - 2006-08-13 08:22:59
|
ecocode schrieb: > * Reini Urban <ru...@x-...> wrote: > | > | ecocode schrieb: > | > I'm new to phpWiki. I just installed it, but I can't get rid of these > | > notices which appear on every page... The wiki seems to work however. > | > (I've installed version 1.3.12p3) > | > > | > This is the notice : > | > > | > lib/pear/DB/common.php:1295: Notice: Only variable references should be > | > returned by reference > | > | Yes, please this file at line 1295: (untested) > | > | => return &$row; > | > | This is unfortunately an external library, not our code. > | I'll update it for the next release. > > that doesn't work ... > it even makes everything worse, since the wiki doesn't work anymore... Ok, so try installing the latest pear DB library and put the pear library path in front of INCLUDE_PATH in config.ini. This will override our version. AUTH_USER_FILE_STORABLE will not work though. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ |