Steps to reproduce: visit "faq-page/2147483647" or "fag-page/whatever".

The fix is to not output anything yet from within a menu page callback.

Page callback functions wanting to report a "page not found" message should return MENU_NOT_FOUND instead of calling
drupal_not_found().

CommentFileSizeAuthor
#1 faq-menu_not_found-1824412-1.patch795 byteseric_a

Comments

eric_a’s picture

Status: Active » Needs review
StatusFileSize
new795 bytes
podarok’s picture

Issue summary: View changes
Status: Needs review » Postponed (maintainer needs more info)

can`t reproduce this on my own installation
Looks like it is configuration specific and needs test writing for reproducing

podarok’s picture

Issue tags: +Needs tests
jackfoust’s picture

Had this issue also. Patch in #1 worked for me. @podarok can you reproduce if you also have search404 enabled?