When trying to make backup to server of data and structure...
Fatal error: Allowed memory size of 260046848 bytes exhausted (tried to allocate 172989602 bytes) in /home/blah/public_html/inc/utils.inc.php on line 247
And before some smart ass suggests increasing the memory limit, I would just like to ask why 172989602 bytes is being passed to the htmlspecialchars_adv function in the first place?
/DM