PDA

View Full Version : Back Up DB Error


theodore
12-06-2007, 07:44 AM
Hi I try to back up my DB through Admin and the following error appeared:

"Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 19143322 bytes) in /home/xxxxxxxx/public_html/admin/backup_management.php on line 158"

My site has over 10.000 articles and the size of the DB is about 100Mb.
Does any one knows how to increase thelimit?

Thnks

Theo

andy77
12-06-2007, 10:15 AM
Increase the memory size allowed in php.ini file, or with ini_set() (http://www.php.net/ini_set), or even in htaccess.