by eggsurplus

Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SugarCRM or SuiteCRM to specific groups or teams. Supports unlimited assigned users, unlimited group assignments to records, custom layouts for each group, login/sudo capabilities and much more.

Free Trial

By clicking you consent to share your profile with the developer

#2915 - Security Groups: Mass Assign

Closed Bug? created by pcoyoy8 7 years ago

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.

  1. pcoyoy8 member avatar

    pcoyoy8

    7 years ago

    About this, when I trying assigned a group for a Lead (for example) I have many errors like in image attached.

    1.png

    Can you help me please?

    • eggsurplus member avatar

      eggsurplus Provider Affiliate

      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:

      error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
      

      Once changed a restart to Apache will be needed.

  2. pcoyoy8 member avatar

    pcoyoy8

    7 years ago

    Maybe this can help. When I installed the plugin and apply the quick repair, the CRM show me this error

    Captura de pantalla 2017-03-06 a las 9.38.37 a.m..png

    • eggsurplus member avatar

      eggsurplus Provider Affiliate

      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.

  3. pcoyoy8 member avatar

    pcoyoy8

    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)

    • eggsurplus member avatar

      eggsurplus Provider Affiliate

      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:

      error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
      

      Once changed a restart to Apache will be needed.

  4. pcoyoy8 member avatar

    pcoyoy8

    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 .

    • eggsurplus member avatar

      eggsurplus Provider Affiliate

      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:

       $hook_version = 1; 
      $hook_array = Array(); 
      // position, file, function 
      $hook_array['after_ui_footer'] = Array(); 
      $hook_array['after_ui_footer'][] = Array(10, 'popup_onload', 'modules/SecurityGroups/AssignGroups.php','AssignGroups', 'popup_onload'); 
      $hook_array['after_ui_frame'] = Array(); 
      $hook_array['after_ui_frame'][] = Array(20, 'mass_assign', 'modules/SecurityGroups/AssignGroups.php','AssignGroups', 'mass_assign'); 
      $hook_array['after_ui_frame'][] = Array(40, 'version_check', 'modules/SecurityGroups/VersionCheck.php','VersionCheck', 'version_check'); 
      $hook_array['after_save'] = Array(); 
      $hook_array['after_save'][] = Array(30, 'popup_select', 'modules/SecurityGroups/AssignGroups.php','AssignGroups', 'popup_select'); 
      
  5. pcoyoy8 member avatar

    pcoyoy8

    7 years ago

    And in PHP hasn't any error too.

  6. pcoyoy8 member avatar

    pcoyoy8

    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.

    • eggsurplus member avatar

      eggsurplus Provider Affiliate

      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.

This case is public. Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment Saving Comment...
Rating
Rating
  • "SecuritySuite was a very good addition to our SugarCRM implementation helping to integrate different functional teams with strictly specified roles."

    Read More Reviews