The link to the Pathauto settings page on the page creation form has an absolute path instead of a relative path.

This will result in a 404 for people running a Drupal site in a subdirectory.

Comments

HorsePunchKid’s picture

Are you sure this is for version 5.x-2.0-beta3? I happen to have Drupal installed at the root, so I can't check the behavior directly, but the code makes me think this has been fixed:

$output .= t(' To control the format of the generated aliases, see the <a href="@pathauto">Pathauto settings</a>.', array('@pathauto' => url('admin/settings/pathauto')));

greggles’s picture

Status: Active » Closed (duplicate)

Yes, this was fixed in http://drupal.org/node/179066 which will be in the next beta.

Upgrade to the 5.x-2.x-dev version for a preview ;)

Thanks mrf and HorsePunchKid for your help.