The menubreadcrumb module removes the title on the Page Not Found page when active, any help?

CommentFileSizeAuthor
#9 no-title-patch.patch831 bytesBartezz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

AaronMcHale’s picture

Title: Removes the title on the Page Not Found page » Removes the title on the Page Not Found page when using Menu Breadcrumb module
Status: Active » Needs review
jweowu’s picture

Status: Needs review » Active

As the issue settings form points out:

Descriptions of the Priority and Status values can be found in the Issue queue handbook.

AaronMcHale’s picture

Could I please get some help from someone?

jweowu’s picture

I just tested, and I don't see that issue for the default 404 page, or for a custom one.

My installation is using the latest patch from #595282: Menu weights (I'd be surprised if any of those changes affect this, but I mention it just in case).

AaronMcHale’s picture

Will that patch be included in the latest version?

jweowu’s picture

That didn't make sense. Do you mean "Is that patch included in the latest release" or "Will that patch be included in the next release" ?

("No" to the former, and "I don't know" to the latter.)

Read the handbook page on applying patches if you'd like to try it out for yourself (although as I said before, I'd be a little surprised if this patch had any effect on your problem).

AaronMcHale’s picture

Sorry, I meant the former, it could be another module causing this problem, I could try disabling some modules and see if it works.

Thanks
Azz McH

xurizaemon’s picture

Category: bug » support
Status: Active » Closed (fixed)

Thanks for updating.

I'm marking this issue closed - if you do find it's related to this module (ie, the problem can be reliably reproduced when this module is enabled, and goes away immediately when it's disabled) then please re-open this ticket, and provide a list of the other modules you have enabled for reference.

Bartezz’s picture

Title: Removes the title on the Page Not Found page when using Menu Breadcrumb module » Page Not Found page doesn't supply title to drupal_get_title() in hook_init()
Version: 6.x-1.1 » 6.x-1.3
Category: support » bug
Status: Closed (fixed) » Reviewed & tested by the community
FileSize
831 bytes

Old issue but re-opening. Using latest stable version of menu breadcrumb. When visiting a page that results in a 404 (either with search404 enabled or disabled) I used to get the single breadcrumb 'Home'. Now with menu breadcrumb enabled I get a single breadcrumb that points to the page itself but without a text <a href="/bad/url/test" class="active"></a>.

This only happens with the option 'Append page title to breadcrumb' checked. If I uncheck this option there is no breadcrumb at all. I've disabled any modules that could be causing or related like search404, page title, etc.

Looking at the source of menu_breadcrumb.module starting at line #340 and doing some debugging I found that drupal_get_title() doesn't get a title on hook_init. I've tried chaging module weight but that didn't have effect ofcourse. So I've created a patch to prevent the creation of an 'empty' breadcrumb.

Changed the title to hopefully make things more clear...

Cheers

jweowu’s picture

Status: Reviewed & tested by the community » Needs review

Changing status. (You can't set your own patch to RTBC.)

gooddesignusa’s picture

there seems to be an issue with calling drupal_get_title on a 404 page.
I'm using the blocks404 module to show my primary menu on 404 pages. When I enable menu_breadcrumbs it removes the 'Page Not Found' title. If I comment out the lines that call drupal_get_title() the title wont get cleared.
I tried to check the headers with drupal_get_headers but for some reason all I was getting was 'Content-Type: text/html; charset=utf-8'
I was going to have it not call drupal_get_title if it detected a 404 in the headers.

xurizaemon’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Cleaning up issue queue. Closing all D6 issues.

If you believe this issue still applies to a supported version, feel free to re-open it. That would be a great time to check if the issue contains clear steps for reproducing the bug!

Thanks and sorry for any inconvenience.