Can someone help me out please. My error log is getting blown up by this error and I cannot figure out why.
PHP Warning: Illegal string offset 'attributes' in xml.php on line 377
Here is the xml.php file > http://pastebin.com/SL8Kt7Zu
Can someone help me out please. My error log is getting blown up by this error and I cannot figure out why.
PHP Warning: Illegal string offset 'attributes' in xml.php on line 377
Here is the xml.php file > http://pastebin.com/SL8Kt7Zu
On the line 377 check if the index is set before trying to access it:
if(isset($v['attributes'])) {