Error when saving Account information

I hope I picked the right place to post this. If not, please be so kind as to let me know where. That being said,

I removed some modules and recently when I edit Account info it simply won’t allow me to save. Below is the error in the log file:

[ERROR] Unable to load custom logic file: modules/SecurityGroups/AssignGroups.php
Sun

Any suggestions are welcome, FYI I’m by no means php guru so please be specific on what file and where to make any suggested changes. Thankyou in advance for any assistane.

Did you remove AssignGroups.php?

1 Like

Hi,

you could try to fix that issue by downloading this file: https://github.com/salesagility/SuiteCRM/blob/master/modules/SecurityGroups/AssignGroups.php
and placing it in “modules/SecurityGroups/” directory of your suiteCRM instance.

If that doesn’t work c/p your “/custom/modules/Accounts/logic_hooks.php” here.

Best Regards,

Darijo Miličević
dmilicevic@matik.hr
Matik d.o.o.

1 Like

No, I haven’t.

Thanks, I will try that today

Well, I found some of these errors where caused by the module that I pulled out. I created another instance to solve the issue.

Thanks for the help :slight_smile:

Re-install was the end solution. I exported my customizations and rebuilt the instance. I think part of the issue was caused by a 3rd party module. I was cautious about the directy and file permission settings under the install and had fewer issues in general. Thanks for the assistance.