Closed (fixed)
Project:
Project
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2004 at 19:09 UTC
Updated:
30 Jun 2005 at 13:16 UTC
Jump to comment: Most recent file
I can successfully create Projects and Issues from the Create Content page, but when i click on the "add new release" or "issues" links for a project, i get "Page Not Found" messages.
FYI, i'm using Drupal 4.5.0 (installed from tgz). i'm using nice URLs, but the "page not found" messages occur when nice URLs are turned off. also, i've been experimenting with Jose A Reyero's i18n module, but this behavior happened before i installed that.
thanks in advance...
--gjost
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | project.diff | 1.11 KB | mpd |
Comments
Comment #1
gjost commentedComment #2
nimbupani commentedHow to fix this error? I use 4.5.1 with clean URLs enabled.
Comment #3
darrian commenteduse version 1.82 of issue.inc
you can get it here: http://cvs.drupal.org/viewcvs/drupal/contributions/modules/project/issue...
-Darrian
Comment #4
(not verified) commentedI get the same page not found error the new issue.inc did not help :(
Comment #5
gjost commentedI tried downloading Project v 4.5.0. The "page not found" issue looks like it's resolved, but project still isn't working enough to be useable to me. I'll stick with PHPCollab for my project tracking needs...
Comment #6
mpd commentedI tracked it down to three calls to drupal_goto in comment.inc and release.inc.
The string argument in each case was wrapped by url(), which resulted in the target being interpreted incorrectly. This resulted in .../?q=q=node/101 or whatever, instead of .../q=node/101.
A diff is attached.
Comment #7
killes@www.drop.org commentedfixed in 4.6.
Comment #8
(not verified) commented