You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Little Penguin
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 46080 bytes) in /home/space/public_html/ila_portal/modules/
system/system.module on line 983
this was my error......
]
solution:
1 memory_limit = 12M to your php.ini file (recommended, if you have
access)
2 ini_set('memory_limit', '12M'); in your sites/default/settings.php
file
3 php_value memory_limit 12M in your .htaccess file in the Drupal root
actually my php.ini was correct
problem was with my settings.php in drupal
we need to set the memory limit in that...read above