Closed (fixed)
Project:
Project
Component:
Issues
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2004 at 15:35 UTC
Updated:
20 Feb 2005 at 12:15 UTC
After adding to an issue with Update Issue option in CVS version (Feb 27 version), a "Page not found" error comes up with URL as http://site/?q=?q=node/view/53 - ie. the "?q=" part repeats twice.
Comments
Comment #1
(not verified) commentedAlso occurs after preview of new release, then Submit
Comment #2
blr commentedThis behavior is still there in CVS. Bumping it up...
Comment #3
(not verified) commented*bump
Comment #4
sulleleven commented*pssst*
Comment #5
sulleleven commentedhmm..
line 358 should be:
$breadcrumb[] = array('path' => 'project/'. $term->name), 'title' => $term->name);
let's try that.
Comment #6
sulleleven commentednope....
cant seem to find this bug!
Comment #7
sulleleven commentedok, here is the fix:
comment.inc
line 48
change:
drupal_goto(url("node/$node->nid"));
to:
drupal_goto("node/$node->nid");
Comment #8
dries commentedI just fixed this in HEAD. Marking this 'fixed'.
Comment #9
(not verified) commented