Closed (won't fix)
Project:
Panelizer (obsolete)
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
18 Sep 2011 at 18:59 UTC
Updated:
26 Mar 2013 at 14:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedPlease don't do this.
Please explain in more detail what you mean. I can't understand what you did, which means I have no idea how to advise you. Steps to reproduce are key.
Comment #2
awebb commentedThis is happening to me as well, at the head of the 7.x-1.x branch.
Here is how I am getting it.
1. Go to the panelizer configuration page.
2. Click on the context link on a content type. In my case I am doing this on a site with only two content types; article and page.
3. Select the "User from Node" or any of the "Node from Node" relationships.
4. Click "Add relationship".
5. A small popup appears that says "Invalid object name." then the main CTools modal popup stays open until you close it.
Comment #3
farald commentedIve encountered the same issue, on node template (admin/structure/pages) when tryin to add context.
Comment #4
hanpersand commentedI duplicated this issue over here: http://drupal.org/node/1329806
Sorry about that.
I checked my logs. Like awebb I don't see anything either.
Question: Can I set a context up in Page Manager for the panelized content type? Is that what you're saying you did, awebb?
Thanks.
Comment #5
john morahan commentedI had a look and got as far as this patch, which seems to make it possible to add contexts and relationships. But it doesn't work correctly as it seems to get confused about the context that's been added. I think the reason is that it's not recognizing the default context that comes from the panelized node itself, but I don't know how to fix this.
Comment #6
merlinofchaos commentedThanks for the patch, John!
The last bit wasn't too bad -- the main issue is that the base_context needs to get added when the $panelizer object is loaded from cache. After doing that it seems to work nicely here. Thanks for the patch!
Committed and pushed.
Comment #8
jnpwebdeveloper commentedI'm still getting this and I'm unsure of what to do about it. Here is my setup:
CT: 7.x-1.2
Panels: 7.x-3.3
Panelizer: 7.x-1.x-dev
Every time I try add a context to my panellised node I get the ctools popup with "Invalid object name".
Any ideas on what I can do? Where is this coming from?