*Hi List, I've uploaded a ZF-driven website to www.2tarafeh.com , But I'm facing with some fatal errors, for instance:
*Fatal error: Out of memory (allocated 3670016) (tried to allocate 19456 bytes) in /home/admin/library/Zend/Form.php on line 1097 Fatal error: Out of memory (allocated 4718592) (tried to allocate 19456 bytes) in /home/admin/library/Doctrine/Doctrine/Record/Abstract.php on line 295 Fatal error: Out of memory (allocated 4194304) (tried to allocate 4864 bytes) in /home/admin/library/Zend/Filter/Word/CamelCaseToDash.php on line 40 * I know that OO code requires more memory than procedural code, but how much memory is needed indeed? How can I prevent these errors? What's the problem? How much memory is needed for ZF-driven website? What is the recommended php.ini settings here? *Thank you in advance. -Behzad
