XF 2.1 Unable to save permission of elements !

SenseiXS

Member
Licensed customer
Hello, I come to you because I have a problem, I will want to put elements permissions but I can not save !

204195

Best regards
 
You can try setting debug mode in src/config.php if it's making it that far: $config['debug'] = true;

That may expose an error message, though it depends when the issue is happening.

Otherwise, you may need to enable display_errors in your php.ini to see if that outputs anything. (Alternatively, you may need to set PHP's error_log to a file to ensure that fatal errors are logged there to try to get to the bottom of this.)
 
Was this something that started happening recently? Did the host change something on the server to start this issue occurring?
 
Back
Top Bottom