XML Feed Parsing Errors
-
Hi,
I am not able to successfully parse the Broadbean XML file. The Response is returning “Sorry username and/or password are not valid.” Which is the same response error message I get when visiting the mydomain.com/?wpbb=broadbean (which I also notice is also returning a “500 Internal Server Error” when visiting mydomain.com/?wpbb=broadbean).
The following error messages appear in the CPanel Error logs:
[error] PHP Warning: simplexml_load_string(): ^ in /wp-content/plugins/wpbroadbean/wpbb-inbox.php on line 20
[error] PHP Warning: simplexml_load_string(): xml=<?xml version="1.0" encoding="UTF-8"?> in /wp-content/plugins/wpbroadbean/wpbb-inbox.php on line 20
[error] PHP Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, ‘<‘ not found in /wp-content/plugins/wpbroadbean/wpbb-inbox.php on line 20
Line 20 refers to
19 /* parse the retrieved xml file */ 20 $wpbb_params = json_decode( json_encode( simplexml_load_string( $wpbb_xml_content ) ), 1 );Sounds like an encoding or malformed XML, but its pretty difficult to debug.
Any help would be much appreciated!
Ben
The topic ‘XML Feed Parsing Errors’ is closed to new replies.