From: Tom E. <ro...@te...> - 2005-12-29 19:09:00
|
Hello, > > Fatal error: Call to undefined function: zipreader() in > > /export/home/wiki/phpwiki-1.3.11rc3/lib/CachedMarkup.php on line 61 > This caught a yet undetected error in the gzip workaround. > "new " ZipReader is missing there. Any quick manual patch for me to fix this ? > 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. But it was there before. I force-reinstalled all "*zlib*" packages but that did not help. > Not needed if you find the proper php-zlib.so It's all there, but cannot be found anymore (with identical settings, it seems...). Yuck. > If not possible you may have to purge the WikiDB cache, yes. How would I do that with file DB ? Thanks, Tom. |