Re: [VE][338] Error Message Feedback

On Sun, Apr 10, 2005 at 10:25:54PM -0600, Nathan JawGaping wrote:
> I keep getting this message. Please take a look, as I couldn't find 
> anything about why this is happening on your site when this Querystring 
> was never put there by my code.

> Line 53, column 46: cannot generate system identifier for general entity 
> "PHPSESSID"

It was put there by your code. You are using PHP with sessions. That
is how PHP deals with sessions when cookies are not accepted by the
client.

The PHP manual even tells you how to fix it (why they don't have the
fix as the default setting I have no idea).

http://uk.php.net/manual/en/ref.session.php

(Search (Ctrl+F probably, but it depends on your browser) for "For
full XHTML" to find the section that explains the fix. The explanation
is rubbish, it applies equally to HTML as XHTML and the use of the
word "full" is redundent).

(Please send responses to the mailing list, not my private email
box. Thank-you).

-- 
David Dorward                                      http://dorward.me.uk

Received on Monday, 11 April 2005 09:58:19 UTC