From: Athon S. <at...@at...> - 2004-07-19 12:56:34
|
Hi all, Has anyone successfully run phpwiki 1.3.10 on php 5.0.0? The biggest problem I seem to be having is finding all the damn places that phpwiki messes with the error_reporting level. My php.ini file has it set to E_ERROR, confirmed by a phpinfo() in the phpwiki directory, and I've already commented out the setting in 'lib/main.php', 'lib/prepend.php' and the adodb files tho I don't think they are being used), yet I'm still getting errors about 'lib/FileFinder.php:18: Fatal[2048]: var: Deprecated. Please use the public/private/protected modifiers', which as far as I know, is an E_STRICT level error. I have already run the php5-patch.php file. Can anyone help? Thanks in advance Athon Solo |