Closed (duplicate)
Project:
Pathauto
Version:
5.x-2.0-beta3
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2007 at 21:53 UTC
Updated:
12 Oct 2007 at 12:14 UTC
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
Comment #1
HorsePunchKid commentedAre 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')));Comment #2
gregglesYes, 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.