Topic: cannot set up punbb

Hi,
I uploaded the files navigated too admin/install.php and get this error

----------------------------

The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.

The server did not understand the request, or the request was invalid. Error processing resource 'http://www.w3.org/TR/xhtm...

--------------------


anyone know why or how to fix it ?

Re: cannot set up punbb

Hm, install.php doesn't seem to deal with XML. What browser do you use?

Re: cannot set up punbb

cheers parpalak  that was it. strange it wouldnt work with IE.7  used firefox instead

merci smile

Re: cannot set up punbb

Maybe the page is not a valid XHTML page. What version did you install, 1.3.2 or 1.3.3? We'll check it.

5

Re: cannot set up punbb

I.E has no concept of XML. If the page is being served as application/xml, I.E will try to palm it off onto a handler programme.

Re: cannot set up punbb

You are right.

install.php, line 87:

header('Content-Type: text/xml; charset=utf-8');

Obviously should be text/html.

7

Re: cannot set up punbb

Indeed it should. smile

Re: cannot set up punbb

Fixed.