From: John C. <joh...@ua...> - 2004-06-15 14:25:08
|
Reini, I tried to authenticate and I crashed again, so I just deleted my dev copy and pulled a new one from CVS. Here is one you can fix though :-) I erased my database and tried loading a virgin wiki and it crashed right after loading the HelloWorldPlugin page. I'm going to test the authentication some more and see if I can get some more info on that. Do you know of any settings that I could use to get some more info on where this crash is happening? Here is the PHP error log from loading the virgin wiki: [15-Jun-2004 09:18:46] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\Program Files\Apache Group\Apache2\htdocs\phpwiki\lib\plugin\CreateToc.php on line 226 [15-Jun-2004 09:18:46] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\Program Files\Apache Group\Apache2\htdocs\phpwiki\lib\plugin\CreateToc.php on line 226 [15-Jun-2004 09:18:47] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\Program Files\Apache Group\Apache2\htdocs\phpwiki\lib\plugin\InterWikiSearch.php on line 86 John Cole |