I'am getting this error when I open the "Place bid" tab.

Notice: Undefined variable: url in include() (line 35 of /home/xpete/public_html/commerce/profiles/commerce_kickstart/modules/entity/entity.tpl.php).Notice: Undefined variable: url in include() (line 35 of /home/xpete/public_html/commerce/profiles/commerce_kickstart/modules/entity/entity.tpl.php).
Notice: Undefined variable: url in include() (line 35 of /home/xpete/public_html/commerce/profiles/commerce_kickstart/modules/entity/entity.tpl.php).
Notice: Undefined variable: url in include() (line 35 of /home/xpete/public_html/commerce/profiles/commerce_kickstart/modules/entity/entity.tpl.php).
Notice: Undefined variable: url in include() (line 35 of /home/xpete/public_html/commerce/profiles/commerce_kickstart/modules/entity/entity.tpl.php).

Comments

farhadhf’s picture

Status: Active » Postponed (maintainer needs more info)

I cant reproduce this problem... Could you give me more information about the display node/user/product/anything that you think is causing this problem?

Thanks

xpete’s picture

I get this error when the "Rendered Entity" is chosen on Bids field.

xpete’s picture

Status: Postponed (maintainer needs more info) » Active
farhadhf’s picture

OK, I can reproduce this problem, But it seems to be related to eck, I created an entity type through ecks ui, added an entityreference field to article content type and referenced an entity of the newly created type. Using 'Rendered entity' display formatter I get the warnings you've written in issue summary...
Can you create an issue in eck issue list?

xpete’s picture

farhadhf’s picture

This seems to be fixed in the latest version of the eck module.

farhadhf’s picture

Status: Active » Fixed
xpete’s picture

Status: Fixed » Active

I'am still getting this error for etch entity(bid in this case).

acrazyanimal’s picture

Status: Active » Closed (duplicate)

This is a problem with Entity api. It happens when you're trying to display an entity with the title, but without displaying it as a page. $page variable in entity_view set to FALSE.

See #1601162: Undefined variable: url in entity.tpl.php.