Closed (fixed)
Project:
Entityform
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2012 at 04:56 UTC
Updated:
15 Aug 2013 at 22:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
tedbowTry disabling those modules and see if there error still happens.
Also what version of Entity API are you using?
Comment #2
nicodv commentedThanks for the response. The problem was caused by salesforce_entity.module. I applied a patch and the site started behaving normally... I didn´t try again with entityforms though... I´ll install it again.
Thanks again
Comment #3
eme commentedWhat type of patch did you apply ?
Comment #4
nicodv commentedI think it was this one, related to salesforce entity module http://drupal.org/files/undefined-index-path-1570384-1.patch
Comment #5
tedbowClosing as this seems to be problem with another module, this issue #1570384: Notice: Undefined index: path in sf_entity_menu()
Comment #6
aaronbaumanThe problem is entityform_entity_info() setting the uri callback incorrectly.
One-line patch attached to point hook_entity_info at the correct uri callback, entityform_uri().
Comment #7
tedbowCommitted in 7.x-1.x and 7.x-2.x
Thanks much!
Comment #7.0
tedbowmudule for module