-
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
NoMethodError: undefined method `klass' for false:FalseClass #91
Comments
Hrm... looks like it's choking on resolving an association to the Contacts module. Check that the relationships to Contacts are all okay in Sugar studio. |
Unfortunately I have no control of the SugarCRM installation where this is happening as I develop a piece of software that must work with third-party SugarCRM accounts. But I was able to avoid this error but checking on the |
Even better! Thanks again! |
I have the same problem for this line I don't understand how tjsousa resolve this issue. You can help me ? |
I have that too for Account. |
When I try to access Accounts module, it shows an error "undefined method `klass' for false:FalseCla |
Got this error when trying to retrieve Contacts from a SugarCRM installation. I'm pretty clueless about this because it seems to work in every other installation I've tried before.
Pretty standard
SugarCRM::Contact.all
afterSugarCRM.connect(...)
The text was updated successfully, but these errors were encountered: