Closed (fixed)
Project:
Panopoly
Version:
7.x-1.0-rc5
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2013 at 18:09 UTC
Updated:
13 May 2015 at 07:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
populist commentedI am going to close since since I don't see this happening anymore with the latest version of Ctools. Commented on the other issue to see if there is a clearer replicatable case (I tried installing things, rebuilding things, cache clearing, etc).
Comment #2
sheldon rampton commentedThis is actually an issue with the Default Config module. A patch has been proposed to Default Config here:
https://drupal.org/node/1900574
Here's a patch which adds the Default Config patch to the Panopoly Core makefile.
Comment #3
sheldon rampton commentedComment #4
dsnopekWe file all issues in the main issue queue. Moving!
Comment #5
mrfelton commentedI can't reproduce the issue in the latest version of Panopoly
Comment #6
pmackay commentedI can reproduce this with Panopoly 1.17. I am using FE Block. If I apply patch 13 in https://www.drupal.org/node/1900574 the issue is resolved. Would be much appreciated if that patch could be added to Panopoly Core makefile.
Comment #7
dsnopek@pmackay: Can you give steps to reproduce? Something along the lines of:
If I can reproduce the error, and see that the patch fixes it, I'll happily include it in Panopoly! Thanks!
Comment #8
pmackay commented@dsnopek would it be possible for you to look at my distro install, or do I need to construct a much simpler example?
Comment #9
dsnopek@pmackay: If the distro is available on Drupal.org or GitHub or something, sure I can give it a try! Please pass the link along. :-)
Comment #10
dsnopekOk, looking at #1900574-8: Notice: Undefined index: default_filename in defaultconfig_defaultconfig_components() (line 418, I've now got steps to reproduce!
fe_block/admin/structure/features/createAnd I've confirmed that the patch at #1900574: Notice: Undefined index: default_filename in defaultconfig_defaultconfig_components() (line 418 fixes the issue. :-) So, I'm committing the patch here!
Comment #12
pmackay commentedAwesome, really appreciate this @dsnopek!