HI got this error,
I'm not using a breadcrumb..
Strict warning: Creating default object from empty value in ctools_term_breadcrumb() (line 144 of /Users/xxx/Server-Apps/drupal-7.4/sites/all/modules/ctools/plugins/arguments/term.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | ctools-strict_warning_breadcrumbs-1226648-7.patch | 413 bytes | chasingmaxwell |
| #4 | Bild 24.png | 17.96 KB | Apfel007 |
Comments
Comment #1
merlinofchaos commentedHm that's the breadcrumb generation from the taxonomy term argument.
How is this argument configured? Is this the built in taxonomy/term/% or are you using a custom page with a taxonomy term argument?
Comment #2
Apfel007 commentedHi,
Im using the panels "Taxonomy term template" with no selection rule, " This panel will always be selected."
In content I use some visibilty rules " Show if term is..."
Comment #3
merlinofchaos commentedOk, I realize after reading this a second time that this is a warning due to E_STRICT. Now that I see that, it's easier to fix than I realized. Can you make sure the phrase 'strict warning' appears in the title of posts when it appears in the error? That will make it easier.
Committed a fix for this.
Comment #4
Apfel007 commentedhave a look on the screen shot - does this help?
Comment #5
merlinofchaos commentedSorry, I just meant in the issue title. Like you did with the other one. :)
Comment #7
chasingmaxwell commentedThis was still an issue for me. This patch fixed it.
Comment #8
chasingmaxwell commentedComment #9
aether commentedConfirming patch #7 fixes the issue.
Comment #10
rivimeyHappy to accept it
Applies cleanly to 7.x-1.x
Comment #11
japerryEasy enough. Committed!