I'm using zen 1.3.8a and have the backup_mysite_V1.f mod installed. It worked previously. Sometimes I take my backups in cpanel if I'm already in there so I'm not sure when the mod stopped working.
I just went to use it and got this error
Fatal error: Out of memory (allocated 5242880) (tried to allocate 71035392 bytes) in /home/username/public_html/mysite.com/myadminfolder/backup_mysite.php on line 92
This is line 92 from the file
I contacted my host to see if there was a fix on their end and this is their responsePHP Code:fputs($this->fp, file_get_contents($pathfile));
"It shows your script is attempting to allocate 71MB of memory, we only allow users to use 64MB per process which is more than enough for sites to run with, perhaps your site has become larger in size as the string of code is a file_get_contents which basically means its trying to read a file and its larger than the 64MB we allow and is erroring out. This is not something on our side that we can fix as it is a limitation set in place to prevent resource over-usage."
Does anyone have any ideas of what to do?



