Regarding the original memory error, the causes can be anywhere in your application. The error occurs on the last bit of memory php tries to allocate that is to big for the remaining memory resources. This can even happen at different spots in the code, depending on how the memory is allocated during execution.

Are you using code with memory leaks? Like an old mssql server extension or PHPExcel component?

You may also try to increase the memory limit in php.ini. You seem to have around 12M if I read it right, but you could set it to 512M for example and see if you code will run on that.

Just my 2 cents.

-Bart

Op 28-07-11 21:01, Andreas Möller schreef:
command line you can do: zf --show-version
Or see /Zend/Version.php.


--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to