You're simply running out of memory (16MB is a little low..)
Your can increase the allowed memory in the php.ini file, or by
calling ini_set('memory_limit','100M'); in your script (in this case
100MB).And yes, usergroup next time please. Daniel On Jun 25, 5:09 am, "maithili.k" <[email protected]> wrote: > Hi i am trying to install sympal plugin .I followed the steps > fromhttp://www.sympalphp.org/documentation/1_0/book/installing-sympal/en > website.When i run php symfony sympal:fix-perms > its working fine when i typehttp://localhost/otcnew/web/sympal_dev.php/install > in browser.It shows homepage asking to install plugin.When i submit > the details it shows the error like > > Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to > allocate 56 bytes) in /var/www/otcnew/lib/model/doctrine/ > sfSympalUserPlugin/GroupPermission.class.php on line 6 > > How to solve this.Anyone help please....... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
