Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Wierd Database backup error


carrja99

Recommended Posts

Recently our host transfered several of our shopping carts to a new server. Initially, everything went ok, but I've ran across some odd error.. whenever I try to back up a database with gzip or zip compression, I get the following error:

 

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3838889 bytes) in /home/sites/*******/web/catalog/admin/backup.php on line 49

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 137 bytes) in Unknown on line 0

 

And backing up as pure SQL just stalls... any idea what's going on?

Link to comment
Share on other sites

Look for the limit in the php.ini file

;)

 

;;;;;;;;;;;;;;;;;;;
; Resource Limits;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30    ; Maximum execution time of each script, in seconds
max_input_time = 60; Maximum amount of time each script may spend parsing request data
memory_limit = 8M     ; Maximum amount of memory a script may consume (8MB)

Fan of OSC system.................

Comming From China.............

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...