Repeatable: Always
Steps to repeat:
1. Go to Home Page
2. Click on Download and Extend on the top bar. (Tried as authenticated and anonymous)
3. Click on Modules in the middle (see attached)

Expected Results:
I would go to the Modules page

Actual Results:
Page Not Found (see attached)

CommentFileSizeAuthor
Error121.53 KByurtboy
Steps155.62 KByurtboy

Comments

k4dct’s picture

Themes also affected

wemmies’s picture

Priority: Normal » Major

Changed to major, how else can I browse for modules I need?

wemmies’s picture

killes@www.drop.org’s picture

not sure what happened here. Tried clearing the cache, but that didn't help.

wemmies’s picture

kiamlaluno edited the taxonomy terms as stated in http://drupal.org/node/1408566

and somewhere in the site build there are still links linking to the old terms. Could be in a number of places.

Probably need to update pathauto or your URL aliases as the links are pointing to the old aliases

tvn’s picture

I've changed taxonomy terms back to plural. Seems it's fine now.

wemmies’s picture

yes, that made it work again

wemmies’s picture

Status: Active » Fixed
avpaderno’s picture

The links to those pages are hard-coded in drupalorg_crossite.module.

  $nav_footer['column_4']['#value'] = theme('links', array(
    array('href' => 'http://drupal.org/download', 'title' => t('Download & Extend')),
    array('href' => 'http://drupal.org/project/drupal', 'title' => t('Drupal Core'), 'attributes' => array('title' => t('Download the latest version of the Drupal software'))),
    array('href' => 'http://drupal.org/project/modules', 'title' => t('Modules'), 'attributes' => array('title' => t('Download add-on features and functionality'))),
    array('href' => 'http://drupal.org/project/themes', 'title' => t('Themes'), 'attributes' => array('title' => t('Download pre-designed styles for Drupal'))),
    array('href' => 'http://drupal.org/project/distributions', 'title' => t('Distributions'), 'attributes' => array('title' => t('Download a pre-packaged Drupal site'))),
  ), array());

I apologize for the problem I created.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.