From: Reini U. <rei...@gm...> - 2005-10-08 06:54:33
|
You have to add some flags to error_reporting (in lib/prepend.php) or turn off DEBUG in config.ini. for php4 e.g.: error_reporting(E_ALL & ~E_NOTICE); http://cvs.sourceforge.net/viewcvs.py/phpwiki/phpwiki/lib/prepend.php?view= =3Dauto On 10/6/05, John Kershaw <jo...@ke...> wrote: > I installed a wiki for someone ages ago (2 years?) and it's worked > fine ever since. > > Two days ago their admininstrator upgraded to php 4.4.0 and their > wiki started spewing 50+ 'Notice' error messages at the bottom of > every page! > > Is there a way to fix this? I don't want to upgrade him to the latest > & greatest phpwiki cos he's got an installed user-base of aged > professors who took 2 years to learn wiki syntax and will hit the > roof if he tells them they have to learn it all again! He's happy > with the system he has - is there a quick fix? > > They've reverted back to the previous version of php for now, but his > sysadmin wants to stay current. -- Reini Urban |