You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed app/config/config.yml from templating: { engines: ['twig'] } to templating: { engines: ['php'] }
got the error: [Mon Jan 14 23:21:10 2013] [error] [client 127.0.0.1] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /var/www/personal/fat_symfony/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php on line 95
Is this related to the circular reference problem of Twig that I've seen mentioned in a previous ticket, #6730?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I've:
composer update --dev
app/config/config.yml
fromtemplating: { engines: ['twig'] }
totemplating: { engines: ['php'] }
[Mon Jan 14 23:21:10 2013] [error] [client 127.0.0.1] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /var/www/personal/fat_symfony/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php on line 95
Is this related to the circular reference problem of Twig that I've seen mentioned in a previous ticket, #6730?
Thanks.
The text was updated successfully, but these errors were encountered: