I have the latest (downloaded today) -dev versions of fieldable_panels_panes, ctools and panels. I can easily create new entities through the panels interface, and view/edit them under the entities list. However, the panel content is not displayed, and after saving an entity, panelizer displays 'Placeholder for empty "No title"'. (Tried it with a standard page handler page as well)

Unfortunately, I'm not familiar enough with the guts of panels/ctools to easily debug this. I can tell you that the result of a func_get_args() in fieldable_panels_panes_fieldable_panels_pane_content_type_render() is the following:

(Array, 5 elements)
0 (String, 21 characters ) fieldable_panels_pane
1 (Array, 0 elements)
2 (Array, 0 elements)
3 (Array, 0 elements)
4 (String, 0 characters )

thanks much for all you do, this is a great module with a lot of potential!

Comments

merlinofchaos’s picture

I haven't seen a problem like this, and I have it working in several different configurations.

Visit admin/structure/panels/entity/manage/fieldable-panels-pane/display and make sure that the fields you want to display are not set to 'hidden'.

merlinofchaos’s picture

Also make sure that you ran update.php if you've updated. There is an update that added uuid support, that could potentially break rendering if it isn't there.

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

Without being able to duplicate this there is not much I can do.

dave reid’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No response, so marking as closed.