From: <ru...@x-...> - 2004-07-28 07:33:57
|
> Another possible issue, the current cvs head no longer produces valid > zip files when you dump files to xhmtl. Looking at the loadsave.php > file, it mentions that any plugin or code that performs an echo will > corrupt the zip file. Well, a quick search throught he plugins > directory yeilds lots of echos :-) This notice is an old one. We buffer all output for some years now, so echo's do no harm. Errors do harm though. So all pages have to be error free. Most errors just appear because some plugin might not not be configured. At least it should print now the pagename in which the error appeared. |