Hi,
My site has is down, I'm getting the following error:
Fatal error: Cannot create references to/from string offsets nor overloaded objects in public_html/includes/classes/class.xml2array.php
The line is this one: (In bold, the third one)
if(!is_array($current) or (!in_array($tag, array_keys($current)))) { //Insert New tag
$current[$tag] = $result;
$current = &$current[$tag];
Each time I use a backup of the site it works and goes down again for the same issue after a few hours.
Any idea? Any help would be great.
Thanks


Good luck