Status bug (revision 419, 420)
I compiled the last sources (revison 419, 420) to rum my server, but
there is bug, in my site the firt to enter in the webpage see all right,
but all others see that error:
Fatal error: Uncaught exception 'Exception' with message 'String could not
be parsed as XML' in C:\Inetpub\wwwroot\index.php:207 Stack trace: #0
C:\Inetpub\wwwroot\index.php(207): SimpleXMLElement->__construct('') #1
{main} thrown in C:\Inetpub\wwwroot\index.php on line 207
In the previus versions it doesn't occur.
Whats wrong? I compiled wrong? my site are wrong? Or it's a bug os the
sources?
My code is:
$fp = @fsockopen($serverip, $serverport, $errno, $errstr, 1);
$info = chr(6).chr(0).chr(255).chr(255).'info';
fwrite($fp, $info);
while (!feof($fp)){
$data = stream_get_contents($fp);
}
fclose($fp);
$xml = new SimpleXMLElement($data);
Ti see the POT scripts and it's like mine, so i don't think the error are in
my site script.
Thanks for your Atention and sorry for my english, Olavo.
I compiled the last sources (revison 419, 420) to rum my server, but
there is bug, in my site the firt to enter in the webpage see all right,
but all others see that error:
Fatal error: Uncaught exception 'Exception' with message 'String could not
be parsed as XML' in C:\Inetpub\wwwroot\index.php:207 Stack trace: #0
C:\Inetpub\wwwroot\index.php(207): SimpleXMLElement->__construct('') #1
{main} thrown in C:\Inetpub\wwwroot\index.php on line 207
In the previus versions it doesn't occur.
Whats wrong? I compiled wrong? my site are wrong? Or it's a bug os the
sources?
My code is:
$fp = @fsockopen($serverip, $serverport, $errno, $errstr, 1);
$info = chr(6).chr(0).chr(255).chr(255).'info';
fwrite($fp, $info);
while (!feof($fp)){
$data = stream_get_contents($fp);
}
fclose($fp);
$xml = new SimpleXMLElement($data);
Ti see the POT scripts and it's like mine, so i don't think the error are in
my site script.
Thanks for your Atention and sorry for my english, Olavo.
Last edited: