#2915 - Security Groups: Mass Assign
Hello! I'm using SugarCRM 6.5.18. I installed the module "6.5.18_SecuritySuite_Full-Edition_v2.8.1.zip". I can work with "Security Groups Management" and with the Roles too.
But now, I don't see "Security Groups: Mass Assign" in the diferentes modules like: leads, camaigns or whatever. Can you help me please?
I'm a User Admin and already checked and applied the repair but the bug continues, my SugarCRM is working well, but Security Groups don't![Captura.PNG](https://www.sugaroutfitters.com/assets/img/support/securitysuite/35c57f551cf6132ccfff46b704ae1fb4/Captura.PNG "Captura.PNG").
I send a attached an example.
7 years ago
About this, when I trying assigned a group for a Lead (for example) I have many errors like in image attached.
Can you help me please?
7 years ago
I suggest editing your php.ini and turning off both Strict Standards and PHP Notice messages. The Strict Standard specific notices have been addressed in the recent 6.5.24 release.
In your php.ini it should look like this:
Once changed a restart to Apache will be needed.
7 years ago
Maybe this can help. When I installed the plugin and apply the quick repair, the CRM show me this error
7 years ago
That's not an error, but it is something that you need to run. Click the Execute button at the bottom to add that new table. It is absolutely required.
7 years ago
Yes, it's true. But I can't see the "Security Groups: Mass Assign" yet. And I have many errors when I try assigned a Group to a Record (like a Lead for example)
7 years ago
Were you able to address the changes I recommended in your php.ini? This will make those errors go away.
I suggest editing your php.ini and turning off both Strict Standards and PHP Notice messages. The Strict Standard specific notices have been addressed in the recent 6.5.24 release.
In your php.ini it should look like this:
Once changed a restart to Apache will be needed.
7 years ago
Yes, I can.
But the error, the unique error is I can't see the panel for "Security Groups: Mass Assign".
I review the console but hasn't any error .
7 years ago
Are you logged in as an admin user? If not, the user may not have list rights to the Security Groups module in the role grid.
If everything looks good then it is because a logic hook that adds the Mass Assign panel is not being fired. This usually happens on installs when someone customizes /custom/modules/logic_hooks.php directly.
The contents of that file should look like:
7 years ago
And in PHP hasn't any error too.
7 years ago
Yes! Now I can see the panel in the differents modules.
I review every module of the CRM and if I need more support, I write here.
7 years ago
Fantastic! Glad you got it showing up. I'll close this and the other case out, but feel free to write here if anything else comes up.