XF 1.4 Updating Permissions Times Out

Gossamer

Active member
Hello! I'm having an issue updating permissions for my registered usergroup. There are 477 user accounts on my board and whenever I try to update the permissions for the registered group, it loads for a little bit before just ending up on a white screen and the permission isn't saved.

This is in my error log:

ErrorException: Fatal Error: Maximum execution time of 30 seconds exceeded
 
Go to the rebuild caches page and run the option to do the permission clean up. Afterwards, can you save permissions for that group?

If not, try adding this to config.php:
Code:
set_time_limit(120);
And see if that helps.
 
Top Bottom