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

CommentFileSizeAuthor
#6 project.diff1.11 KBmpd

Comments

gjost’s picture

nimbupani’s picture

Priority: Normal » Critical

How to fix this error? I use 4.5.1 with clean URLs enabled.

darrian’s picture

use version 1.82 of issue.inc

you can get it here: http://cvs.drupal.org/viewcvs/drupal/contributions/modules/project/issue...

-Darrian

Anonymous’s picture

I get the same page not found error the new issue.inc did not help :(

gjost’s picture

I 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...

mpd’s picture

StatusFileSize
new1.11 KB

I 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.

killes@www.drop.org’s picture

fixed in 4.6.

Anonymous’s picture