MyBB Community Forums

Full Version: backup problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when trying to backup, im downloading backup_xxxxxxxxx.gz with :

<br />
<b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted (tried to allocate 64 bytes) in <b>/usr/local/web/forum/inc/db_mysql.php</b> on line <b>218</b><br />

($array = mysql_fetch_assoc($query)Wink

<br />
<b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted (tried to allocate 12 bytes) in <b>/usr/local/web/forum/inc/class_core.php</b> on line <b>317</b><br />

( if(function_exists("run_shutdown")) )

advise smthtg pliz
That's a limitation caused by the php configuration on your server.

More information: http://www.pmachine.com/ee/knowledgeblog...exhausted/