When editing the Panelizer settings for an FPP type, e.g. admin/config/content/panelizer/fieldable_panels_pane/gallery_photo/list/fieldable_panels_pane%3Agallery_photo%3Adefault%3Adefault/settings for the "default" display on the "default" view mode for the "gallery_photo" FPP, the following error is reported:

Notice: Undefined offset: 1 in panelizer_default_settings_page() (line 235 of panelizer/includes/admin.inc).

I traced it back and it looks like the wrong arguments are being passed to it, which possibly means the URL is malformed.

Comments

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new802 bytes

This appears to resolve the problem, which resolved around appending 'fieldable_panels_pane_type' to $entity_admin_root and setting the $entity_admin_bundle to 3.

Status: Needs review » Needs work

The last submitted patch, 1: fieldable_panels_panes-n2247179-1.patch, failed testing.

damienmckenna’s picture

Status: Needs work » Needs review
StatusFileSize
new809 bytes

This is the correct one.

damienmckenna’s picture

damienmckenna’s picture

Status: Needs review » Fixed

Committed.

  • Commit 6bbc484 on 7.x-1.x by DamienMcKenna:
    Issue #2247179 by DamienMcKenna: Fixed Panelizer admin path.
    

Status: Fixed » Closed (fixed)

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