From: Reini U. <ru...@x-...> - 2005-12-27 08:48:55
|
2005/12/27, Tom Eicher <ro...@te...>: > > Hello, > due to instability of SuSE 10.0 on my hardware, I had > to step back to my SuSE 9.2 installation, which I had > preserved on a separate partition. > > This old installation used to run phpwiki 1.3.11rc3 > successfully for some time, however after stepping > back I get the following error for every page: > > Fatal error: Call to undefined function: zipreader() in > /export/home/wiki/phpwiki-1.3.11rc3/lib/CachedMarkup.php on line 61 Thanks! This caught a yet undetected error in the gzip workaround. "new " ZipReader is missing there. > Maybe the new Linux (with newer PHP or libs or anything) running > the very same phpwiki installation (in the same directory) > created some zipped files that the old one cannot read ? Looks like your php has no gzip support (zlib) anymore. This is bad. I don't know if SUSE allows php_zlib to be dlopened dynamicall= y. FYI, If gzuncompress() is not found, our own ziplib functions will be used. phpwiki is independent of php-zip (ZZIPlib). > Should I / How can I delete the cache ? I am running > "file" DB. Not needed if you find the proper php-zlib.so If not possible you may have to purge the WikiDB cache, yes. -- Reini |