From: Doyce T. <sm...@av...> - 2004-01-05 18:53:46
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> And just to show I want to help out when I can... I didn't see a reply to this in the archives, so...<br> <br> What you have to do to fix this is edit the index.php and uncomment this line:<br> <br> define('COMPRESS_OUTPUT', false);<br> <br> This shuts off php's attempts to compress the output files for the wiki -- I'd guess you're on apache and the server's already trying to do this, but it could be any number of things -- at any rate, the compression is failing, which is what's kicking out the error. If you shut off the attempt... no more problems.<br> <br> On Nov 24, 2003, at 2:24 PM, Stanislaw Berka wrote:<br> <br> > One of my PHPWiki's, displays a message "The XML page cannot be <br> > displayed". If you do refresh, the page shows fine and from now on it <br> > all works. The error is only the first time per session. Any ideas?<br> > Stan Berka<br> ><br> > ----- The complete error message:<br> ><br> > The XML page cannot be displayed<br> > Cannot view XML input using XSL style sheet. Please correct the error <br> > and then click the Refresh button, or try again later.<br> <br> <br> <br> </body> </html> |