From: Reini U. <ru...@x-...> - 2004-06-14 21:06:10
|
Reini Urban schrieb: > John Cole schrieb: >> Fatal error: main(): Failed opening required 'XML/FOAF/Parser.php' >> (include_path='.;c:/php4/pear;C:/Program Files/Apache >> Group/Apache2/htdocs/phpwiki;C:/Program Files/Apache >> Group/Apache2/htdocs/phpwiki/lib/pear') in C:\Program Files\Apache >> Group\Apache2\htdocs\phpwiki\lib\plugin\FoafViewer.php on line 7 >> ----------------------------- >> >> Plugin errors shouldn't prevent the pages from being loaded if possible. >> I removed the foafviewer page from pgsrc to get around this problem. > > > TODO #1: > Catch fatals on SetupWiki() and Dump. Done in the 4 dump calls (as file and zip, as html and mimified). For SetupWiki I decided not to prevent from fatals. The only victim is the FoafViewer plugin which as external requirement. I changed the FoafViewer plugin to return just an error message if the necessary pear library is not installed. > TODO #2: > Check against external requirements, instead of fatal. > (for example: pear XML_FOAF) Fixed for FoafViewer and GooglePlugin, which are the only which crash. (esp. SOAP is a good candidate to crash!) But no special error handlers for plugin calls. >> Continuing to load the virgin wiki gets to OldStyleTablePlugin and after >> that, a dialog with the following error occurs: > > TODO #3: > Find the OldStyleTablePlugin php crash Couldn't reproduce. >> Authentication looks like it works on W2K. This may be related to >> WinXP! >> I'll load that VM next. > > very strange. > > TODO #4: > Find the template problem for normal passusers. not yet. > TODO #5: > Check Administrators - members of the Administrators group, but not > ADMIN_USER. not yet. > I'll not have a lot of time today to fix all these problems, > tomorrow will be better. > But thanks a lot for your report! BTW: The sf.net mailinglist seem to be behind a lot. Maybe it's the current netsky attack which fill the mail queues. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |