Fatal error: Allowed memory size of * bytes exhausted (tried to allocate…

On October 24, 2010, in Common Errors, EZ Empire Builder, by

This error would indicate that the script needed additional memory than what your PHP settings allowed during the time the script was run. SUGGESTED ACTION Increase your memory limit within your PHP settings, ie., to increase to 64M you could try adding: memory_limit = 64M to your server’s main php.ini file (best solution if you [...]