Advanced Permissions

Permalink
When I tried adding the Advanced Permissions to my site. The slate theme displayed an error above the header in the site. I quickly removed the code from the config/site.php and the error went away.

Below is my error:

define('PERMISSIONS_MODEL', 'advanced');define('PERMISSIONS_MODEL', 'advanced');
Warning: Cannot modify header information - headers already sent by (output started at /home7/pinnact2/public_html/config/site.php:9) in /home7/pinnact2/public_html/updates/concrete5.5.1/concrete/libraries/view.php on line 841

FusionCrossMedia
 
WebcentricLtd replied on at Permalink Reply
have you put the permissions line after a closing ?> or something like that?
FusionCrossMedia replied on at Permalink Reply
FusionCrossMedia
I just used the code in the instructions and added to line number 9

define('PERMISSIONS_MODEL', 'advanced');
WebcentricLtd replied on at Permalink Best Answer Reply
it sounds as though you might have put it after the closing ?> in the file. It needs to go before the ?>
FusionCrossMedia replied on at Permalink Reply
FusionCrossMedia
Thank you, I won't forget that closing tag now!

Best!