After upgrading FPP from 1.5 to 1.7, my FPP are no longer rendering. They render in the panels admin for "preview", there don't appear to be any access controls set, and I rebuilt permissions, ran cron, cleared caches etc... It's a great mystery. See screenshot for example. I also tried upgrading 1.5 to 1.6 and get the same issue happening.

Any ideas?

CommentFileSizeAuthor
AONE.png50.78 KBmtndan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mtndan created an issue. See original summary.

mtndan’s picture

Issue summary: View changes
AndersNielsen’s picture

Had a similar issue when upgrading. Can't if it was this version jump, but here's a suggestion anyway :)

If you have a template override 'fieldable-panels-pane.tpl.php' go look for something like:
print render($fields); (can't remember if this was the old syntax)
and change it to:
print render($content);

DamienMcKenna’s picture

Category: Bug report » Support request
Status: Active » Fixed

Sorry, this was a change as part of #2304921: Improve FPP rendering process, and I've (finally) published the change notice that explains what happened:

https://www.drupal.org/node/2407649

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.