Hello, I'm having troubles with a notice in my test site, the message is:
Notice: Undefined index: path in sf_entity_menu() (line 41 of .../modules/salesforce/sf_entity/sf_entity.module).
OPTIONAL HELP:
I also want to ask i f someone had the following experience: i tried in all ways possible to install Entity Forms module in the site, together with salesforce, and og. I don't know at what point it breaks but gives me this fatal error related to entity:
Fatal error: Call to undefined method stdClass::uri() in .../modules/entity/entity.module on line 945
Could this also be related to an issue with salesforce entity?
Thanks a lot if someone can help me with this extra question, or point me in the right direction.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | undefined-index-path-1570384-1.patch | 464 bytes | kostajh |
Comments
Comment #1
kostajh commentedCan you try this patch on the latest 7.x-2.x-dev please?
Comment #2
kostajh commentedAlso, the issue with Entity Forms should be filed with that module, not here.
Comment #3
kostajh commentedCommitted to 7.x-2.x-dev http://drupalcode.org/project/salesforce.git/commit/56e8633
Comment #4
nicodv commentedright, i'll do it
Comment #5
nicodv commentedThanks so much, one less thing to worry about
:)
Comment #6
nicodv commentedNow i get this: Notice: Undefined offset: 0 in sf_entity_export_field_default() (line 1243 of /home/theveryl/public_html/kings/sites/all/modules/salesforce/sf_entity/sf_entity.module).
Any idea?
Comment #7
kostajh commentedPlease file this as a new issue and provide some more context for the problem, and I will try to help. thanks!
Comment #8
nicodv commentedWell, I cannot reproduce the error now. I'll post it as a new issue if it happens again, and in that case i'll have my eyes opened to see the reason (enabling a module, or so)
BTW: now that i have you around (and maybe this is not the right way to do it, but I've been posting and reading and no answer has come to me so far): I cannot chain rules after I import ie. users (accounts) to the site from sf, the reason is there is no event that reflects the "a user has been created" (message when import of users is done) How can i detect a user has been imported, so I can -for example- grant a new role automatically?
thanks a lot in advance (a little desperate here)
Comment #9
nicodv commentedBTW, after I applied this patch the admin menu module started behaving bad: not showing many of the menu items, etc. I removed the patch and the menu is ok, but the message is back there:
Notice: Undefined index: path in sf_entity_menu() (line 41 of /home/bsghubne/public_html/test/sites/all/modules/salesforce/sf_entity/sf_entity.module).
And after disabling the admin menu module, everything goes back to normallity.
Should I post an issue to the Admin menu module guys? Is it because sf_entity?
thanks