Tuesday 20 March 2007 7:28:44 pm
This looks to be a bug in eZHTTPTool::sendHTTPRequest that has been fixed in the trunk. It's an issue in 3.9.1 so it's likely to be in the next release 3.9.2 http://issues.ez.no/IssueView.php?Id=10452
To fix manualy edit lib/ezutils/classes/ezhttptool.php and around line 296 replace if ( $checkIP < 0 )
{
return false;
}
with if ( $checkIP == -1 or $checkIP === false )
{
return false;
}
HTH
Cheers Bruce
My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
|