
I upgraded to dev version from beta1 because I was getting errors.
See: http://drupal.org/node/1936074
These were resolved with the upgrade, but am now seeing these after adding a donation to the checkout page:
Review your order before continuing.
Error message
Notice: Undefined index: path in template_preprocess_entity() (line 1020 of /drupal-7/sites/all/modules/entity/entity.module).
Notice: Undefined index: path in template_preprocess_entity() (line 1028 of /drupal-7/sites/all/modules/entity/entity.module).
Comments
Comment #1
jenifertucker CreditAttribution: jenifertucker commented... seems enabling the Commerce Customer UI module fixes this.
Source:
http://drupal.org/node/1233226#comment-5230852
Comment #2
crispiatico CreditAttribution: crispiatico commentedNot work for me :-(
I've enabled the Commerce Customer UI module 7.x-1.6 but i've the same error:
Notice: Undefined index: path in template_preprocess_entity() (linea 1020 di /home/MY-SITE/public_html/sites/all/modules/entity/entity.module).
drual core version 7.20
commerce 7.x-1.6
Entity 7.x-1.0
Comment #3
finex CreditAttribution: finex commentedSame problem here without Commerce Donate module (and with Customer UI enabled)
Comment #4
finex CreditAttribution: finex commentedProbably this is a dup of http://drupal.org/node/1392654
Comment #5
astutonetSee #15 in this issue: #1275902: Allow entity URI callbacks to indicate that the entity has no URI, and make the User module use that for anonymous users
Comment #6
lsolesen CreditAttribution: lsolesen commented#1392654: Commerce can return invalid return values for uri callbacks.