Hello,
I've got this weird error when i try to generate either the filters or the form on my production server.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 20 bytes) in /var/www/project/lib/vendor/symfony/
lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Core.php on
line 669
I don't know how to get rid of this error,
i tryed :
- Increasing the memory of PHP to 512Mo
- Downloading the entire /lib/ folder and to build forms and filters on local : it went right, i got no error.
So which files, the generation of filters or forms are dependent ( apart the /lib/ otherwise i would have got this error on my local computer too but it's not the case.)
Thanks