Hi
Currently we are coming up with some issue for majority of our site within the cms with a blue php error in the permission section, i remember that blue php is normally a human error but this is appearing in everyone else site. The error is this
PHP Warning
constant(): Couldn't find constant SQ_CONF_OVERRIDE_DISABLE_ROLES
What I see in many of the permission is that there are lots of denied for a particular usergroup could that be causing this error to appear, currently I am a bit confused how to go about tackling this one, any help or assistance would be great.
Cheers

Looks like your system was upgraded, but not correctly.
That constant in main.inc has been around for a while and will be loaded on every frontend and backend request so we know if roles are enabled or disabled. But your system does not have it, which probably means someone didn't add it during the upgrade.
[quote]
Looks like your system was upgraded, but not correctly.
That constant in main.inc has been around for a while and will be loaded on every frontend and backend request so we know if roles are enabled or disabled. But your system does not have it, which probably means someone didn't add it during the upgrade.
[/quote]
Thanks Greg, I am not sure whether we have to rerun the entire upgrade setup or not or if there is a shortcut method to do this, if so is it possible to give us the instruction.
Where to go and enable or get that message to disappear??
cheers 
Actually, I thought that was a different constant. The one the system is looking for is not a Matrix constant, or at least I can't find it anywhere in the system.
Has someone been making code changes to your system?
What version are you running?