* Notice: Undefined property: stdClass::$type in template_preprocess_panels_pane() (line 1198 of /home/mainstreetmower/public_html/dir/sites/all/modules/panels/panels.module).
* Notice: Undefined property: stdClass::$subtype in template_preprocess_panels_pane() (line 1199 of /home/mainstreetmower/public_html/dir/sites/all/modules/panels/panels.module).
1. Node Panel
2. Panel "Term from node" Relationship
3. Views Pane Taxonomy ID Argument
4. Views Pane Argument Input > Taxonomy: Term ID source > From Context > Term ID
5. Add Views Pane as Panel Content Select "Term Taxonomy: Term ID" > Term From Node
6. Visit Node and receive the top errors with no View content to display.
Thanks in advance...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | feed error.png | 59.58 KB | pjbarry21 |
Comments
Comment #1
drewschmaltz commentedOkay, so the error in the pre_process is obviously not important here.
Placeholder for empty "views_panes:services-panel_pane_1 will not display due to missing context" is the error I'm getting but I believe everything is setup exactly right. See numbered list above.
Comment #2
eclipsegc commenteddrewschmaltz,
Read through this issue and apply the patch, and see if you can get this working. Taxonomy support was actually disabled in the most recent ctools alpha.
#1016510: Taxonomy integration not functional
Comment #3
merlinofchaos commentedThis turns out to be because entities + tokens don't actually know about each other.
The entity is 'taxonomy_term' but the token package is 'term' and there's no way to translate betwee the two.
I fixed this today in CTools.
Comment #4
pjbarry21 commentedI think I have a problem related to the latest update (though, not sure how/why). I've been using panels for a few days and had no problems. Ran the CTools update yesterday and now I'm having trouble with my aggregator items (that had taxonomy terms tied to them). I've actually removed all the feeds and items and one keeps resurrecting itself after I run cron. I have since killed every reference I can find to the feed items (all the blocks, panels, pages, views, menu items, etc.). I've gone into the database and I see 3 tables where the feed keeps magically reappearing (even after I manually remove the data): aggregator_feed; aggregator_item; and ctools_object_cache.
Any thoughts on how this could be related/fixed? I've attached the error below. And I know it could be an issue with aggregator, but since it's in the core now and I didn't see any problems till I did the ctools update (and the only other place in the database where it appears is in the ctools_object_cache table).
Also, if I do a search for the beginning of the error: "PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'link' at row 1" -- I see it has happened at a bunch of other sites, too.
Thanks.
Comment #5
merlinofchaos commented1) please don't hijack issues. This issue is completely unrelated to your problem.
2) I think the CTools update is a red herring. That looks like it's a bug in aggregator module.
Comment #6
bryancasler commentedSame problem.
Comment #7
bryancasler commentedAlso add
Comment #9
grahamtk commentedI think this has to do with empty panes in a panel.
When trying to render a "list" view that did not display any items I got exactly the same error as first reported here. When I removed the empty "list" view - pane from the panel the error disappeared.
When I again added the "list" the error again appeared.
* Notice: Undefined property: stdClass::$type in template_preprocess_panels_pane() (line 1198 of /home/mainstreetmower/public_html/dir/sites/all/modules/panels/panels.module).
* Notice: Undefined property: stdClass::$subtype in template_preprocess_panels_pane() (line 1199 of /home/mainstreetmower/public_html/dir/sites/all/modules/panels/panels.module).
( I call it a "list" because it was only supposed to show one article, the last article added).
Comment #10
Yams commentedI received the same error as well. I had created a panel and when I clicked on the name of the panel to edit it, I received the same error in the "View" tab.
* Notice: Undefined property: stdClass::$type in template_preprocess_panels_pane() (line 1198 of /home/bleeding/public_html/drupal/sites/all/modules/panels/panels.module).
* Notice: Undefined property: stdClass::$subtype in template_preprocess_panels_pane() (line 1199 of /home/bleeding/public_html/drupal/sites/all/modules/panels/panels.module).
I have also been receiving problems with the autocomplete (as described here: http://drupal.org/node/1099250). When I try to display content in another node (which is just named introduction), when I go to add content > existing node > Enter the title or NID of a node and type in introduction, I receive the error "Invalid node".
I'm not sure if these two things are related, but I figured I would mention it.
Thanks.
Edit: I logged out and logged back in and I no longer receive the "Undefined property" error; just the "invalid node" error. I don't think they were related after all :P
Comment #12
Vocabulo commentedI got same issue. Solution was to disable "Renderer" to "Standard" from "In-Place Editor"
check it in Variants » Main Panel » General @ admin/structure/pages/edit/your_panel