I install phpWiki twice. One local (W2K and Apache) and one on the webserver (Linux and Apache). Local everythink works fine, but on the webserver get always first time an errorpage.
After clicking refresh phpwiki works fine.
Please check the picture <http://devwiki.ds1w.de/uploads/phpwikipageerror.jpg> and also the webpage http://devwiki.ds1w.de
What's wrong?
Regards
Martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Phpwiki version: I use the version 1.3.7
Exact Page you were loading: http://devwiki.ds1w.de - the HomePage
Any Plugins on the Page: Only uploadwiki
Any CVS Changes: No
With IE i can't open the source, because I get the message no valid xml.
I checked the source with Linux/Mozilla and saw an errror, depended request.php line 299.
There is the function buffer_output! I set the line 295 as a comment and $compress are now always false. That's help ;)
Regards
Martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I install phpWiki twice. One local (W2K and Apache) and one on the webserver (Linux and Apache). Local everythink works fine, but on the webserver get always first time an errorpage.
After clicking refresh phpwiki works fine.
Please check the picture <http://devwiki.ds1w.de/uploads/phpwikipageerror.jpg> and also the webpage http://devwiki.ds1w.de
What's wrong?
Regards
Martin
From what I can see of german error messages, If you click view source of the error message, you will see two declarations of the
<!doctype html .....
Which IE barfs at, since its not valid html.
For better bug tracking:
Phpwiki version:
Exact Page you were loading:
Any Plugins on the Page:
Any CVS Changes:
the DATA_PATH problem with root installations described at the Patches page.
Thanks for response
I found the bugreport http://sourceforge.net/tracker/index.php?func=detail&aid=548384&group_id=6121&atid=106121 and see, I'am not alone ;)
Phpwiki version: I use the version 1.3.7
Exact Page you were loading: http://devwiki.ds1w.de - the HomePage
Any Plugins on the Page: Only uploadwiki
Any CVS Changes: No
With IE i can't open the source, because I get the message no valid xml.
I checked the source with Linux/Mozilla and saw an errror, depended request.php line 299.
There is the function buffer_output! I set the line 295 as a comment and $compress are now always false. That's help ;)
Regards
Martin