search 404 failed after upgrading to the latest drupal 6
Brendan Johan Lee - June 13, 2009 - 00:16
| Project: | Search 404 |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
search 404 only showed "the page you requested wasn't found"
However, I did a quick fix:
replace $_REQUEST['destination'] with $_REQUEST['q'] on lines 38 and 41 of search404.module

#1
Marking as Duplicate see #466386: update requested and #479622: Fallback on $_REQUEST['q'], if $_REQUEST['destination'] is not set