"Fatal error: Allowed memory size of..."
Q: I'm getting this message: "Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 35310 bytes) in ... "
A: The problem with memory limit should be solved simply by editing conf.php file (if appears in the Vivvo Administration) or admin/admin_include.php file (if appears when creating DB backup) by adding the following line starting from the beginning of the file:
ini_set("memory_limit","32M");
Rate this article:


