Showing posts with label fatal error. Show all posts
Showing posts with label fatal error. Show all posts

Monday, June 18, 2012

Solution: Fatal error: Cannot inherit previously-inherited or override constant LEVEL_TOP from interface Swift_Mime_Message in Symfony

There is a bug in APC. You need install the latest version of APC to solve the problem between Swiftmailer and APC: Install the Latest APC on Debian

Thursday, February 23, 2012

Symfony Build: Fatal error: Allowed memory size of x bytes exhausted

If you run a symfony command, it is run by php cli, not apache.
So increase the memory_limit to 128M in the /etc/php5/cli/php.ini file. Building will work fine.:)