-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User/Employees Suddenly Not Working #117
Comments
Something is up... and I've run out all doubt it's not a code issue at this point. |
Known problem with 7.7.1.1: https://web.sugarcrm.com/support/issues/357e6957-f0c0-6886-5dcc-57d85eec993c Awaiting fix, may provide a workaround here if they don't fix it soon... |
Thanks for the update! |
I just ended up shimming the API call here: https://github.com/chicks/sugarcrm/blob/master/lib/sugarcrm/connection/api/get_available_modules.rb
It's terrible but I think preforms as a decent shim (assuming your user isn't going to be denied these modules for any reason). Still no word on a fix from Sugar though. |
Cool - sometimes the old tricks are the best tricks :) |
::SugarCRM.connection.get_entry("Users", 1)
fails too.So far all other modules seem to work fine. I've attempted rolling back code each release for a month, all exhibit the same issue.
Trying to hunt down why, started 6 days ago, fairly sporadic, I'm tempted to chalk this up to something SugarOnDemand is doing but figured I'd mention it here in case anyone else is experiencing issues (though it starting on a day that I had released software I had suspected a Gem conflict...).
Modules are missing from the modules list -- logged in as an admin.
The text was updated successfully, but these errors were encountered: