It seems that "$doc = @simplexml_load_string($xml);" returned false when error on interpreting xml string.I think change "public function getMessages(SimpleXMLElement $doc)" to "public function getMessages($doc)" will fix this error. I have filed a bug here: https://issues.apache.org/jira/browse/SHINDIG-839 On Fri, Jan 9, 2009 at 5:57 PM, ajay singh <[email protected]>wrote:
> HI > Some times i am getting this error . Can anyone please explain me what is > this? > > Catchable fatal error: Argument 1 passed to > MessageBundleParser::getMessages() must be an instance of > SimpleXMLElement, boolean given, called in > /usr/local/apache2/htdocs/shindig/php/src/gadgets/MessageBundleParser.php > on line 32 and defined in > /usr/local/apache2/htdocs/shindign/php/src/gadgets/MessageBundleParser.php > on line 35 > > > -- Warm Regards, Pan Jie [email protected]

