Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Lestat (Guest)
Lestat (Guest)
Hi,
 
When I try to apply a DB dump I got the error:
Fatal error: Out of memory (allocated 42205184) (tried to allocate 35 bytes) in /xxx/admin/admin_dump_apply.php on line 76
 
Any idea about that problem?
Using Viart 3.5 on MySQL 5.1.30
 
Vera
Vera
Hello Lestat,
 
Fatal error: Out of memory (allocated 42205184) (tried to allocate 35 bytes) in /xxx/admin/admin_dump_apply.php on line 76
 
You need to try to increase the memory size in your admin_dump_apply.php file by adding such string on the second line:
ini_set("memory_limit","256Mb");
 
If you need any further help, please feel free to contact us via support form.
 
Best regards,
ViArt Support Team
Last modified: 6 Aug 2009 12:28 AM
 
TOCDCO
TOCDCO
Did anyone get this to work correctly?