Adding content of type Entity/rendered-node to a pane in Panels Everywhere module's default site template results in an error message:

Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 178 of /home/quickstart/websites/crhub2.dev/includes/entity.inc).
Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->cacheGet() (line 354 of /home/quickstart/websites/crhub2.dev/includes/entity.inc).
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7501 of /home/quickstart/websites/crhub2.dev/includes/common.inc).

The Entity/Rendered-User works fine.

Am I misusing the content type 'Rendered Node' or is there a bug?

Comments

Letharion’s picture

Status: Active » Postponed (maintainer needs more info)

I'm probably just being slow, but could you elaborate on what you are doing? :)

Ashlar’s picture

To reproduce this error try:

  1. Enable Panels Everywhere and go to the Default site panel-page/content tab
  2. Add content from the Entity category and select 'Rendered Node' type.
  3. Save and display any page (using the default template). This is when I receive the error message.
Letharion’s picture

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

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

Is this stil the case with latest dev?

lsolesen’s picture

Closing for inactivity. Please reopen with exact steps to reproduce on latest dev, if you still have the issue.