Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2009 at 13:47 UTC
Updated:
11 Aug 2012 at 03:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
MGN commentedCan you tell me the version of pathauto that you are using? And what you have entered for breadcrumb titles and paths on pages where this occurs?
Comment #2
wxman commentedI'm using pathauto 6.x-1.1, and I don't have any custom breadcrumb for that page. I made a custom panel page with a URL of just 'home'. I then set it to the default home page for people who haven't signed in yet. There are no breadcrumbs for it at all. let me know if you need anything else, and thanks for the help.
Comment #3
MGN commentedOk, I have a few more questions.
1. What custom breadcrumb modules do you have enabled, and what configuration settings (at admin/settings/custom-breadcrumbs) are you using?
2.. Are you using the current 6.x-2.x-dev version of custom breadcrumb? Have you applied any of the patches that are under review in the issue queue right now?
If you have multiple custom breadcrumbs modules installed, can you try disabling each one, one at a time, to figure out which one is producing the error on the panels page?
I am trying to recreate this on a test site and will produce a patch for you to test as soon as I can.
Comment #4
wxman commented1. Custom Breadcrumbs, Custom Breadcrumbs for Paths, Custom Breadcrumbs for Views.
2. I'm using the 6.x-2.x-dev 6/13 version, and no patches.
I will switch off the CB modules one at a time to see what happens. The results are, switching off the one for paths changed nothing, but switching off Custom Breadcrumbs for Views fixed it.
Comment #5
MGN commentedThanks. I haven't been able to duplicate it yet. Are there any views on the panel pages where the error occurs?
Comment #6
wxman commentedYes, Two views blocks.
Comment #7
MGN commentedOk. I still can't duplicate this, but I have a couple of ideas. There are two problems: pathauto.inc isn't loaded, and a custom breadcrumb is being set without a defined custom breadcrumb.
This patch addresses both of those symptoms. Can you try this out and see if it solves the problem?
Comment #9
wxman commentedHi MGN,
I swear that I posted an answer to your solution, but it doesn't seem to be here.
The patch did the trick. Now I can see the panel home page. Thanks for the great work.
Comment #10
MGN commentedThanks. Committed to 6.x-2.x-dev.