Closed (fixed)
Project:
Drupal.org customizations
Version:
7.x-3.x-dev
Component:
Drupal 7 upgrade
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
16 Dec 2013 at 08:46 UTC
Updated:
23 May 2014 at 18:23 UTC
Jump to comment: Most recent
Comments
Comment #1
marvil07 commented@tvn(or other person with that access): Can you please try to reproduce this on production and copy paste here the associated watchdog messages?
Comment #2
tvn commentedSure:
In fact, it's the same message as here #2155647: Error instead of 404 on nonexistent project page
Comment #3
tvn commentedNow can be reproduced on git7site as well:
https://git7site.devdrupal.org/project/opigno%2520video%2520app/git-inst...
Comment #4
marvil07 commented@tvn: Not sure what is happening.
After some debug_backtrace(), I ended up with this trace:
I do not really know why
/project/opigno-video-app/git-instructionspath is being called with download as first parameter.Looking around I see hook_menu_alter() on drupalorg_project(), maybe it is related with it? not sure really, but seems unrelated with versioncontrol module.
Comment #5
drummComment #6
drummCommitted http://drupalcode.org/project/drupalorg.git/commit/9475b00 for this and deploying.
Since the project short name isn't found, the menu system falls back to the project page, and passes along the remaining path elements, which drupal_goto can't handle.
Comment #7
drummActually, we don't even want any of these customizations, a basic redirect will do.
http://drupalcode.org/project/drupalorg.git/commit/3960db2 removes our altering of the menu item, which is removed by http://drupalcode.org/project/project_solr.git/commit/646de4c.
Now actually deploying.