1 to 3 of 3
I just tried to change some permissions in the Admin plugin
admin/permissions/manage/
and got this error
Is there an option somewhere that I can turn on/off, or allocate more? It's running on Ubuntu Server with 512mb of allocated memory.
Well, that's just 16MB. You can fix it by adding this to your permission_controller.php file
@ini_set('memory_limit', -1);
Or increasing available memory in your php.ini file.
Thanks! I apologize about bugging ya with little questions like this. :-)
1 to 3 of 3