I am not sure if this is a pathauto issue or a token issue. I'm pretty sure it's not an admin_menu issue. Token issue found here: http://drupal.org/node/295177

Modules
Drupal - 6.4
Pathauto - 6.x-2.x-dev 2008-Aug-13
Token - 6.x-1.x-dev 2008-Aug-02
admin_menu - 6.x-1.x-dev 2008-Aug-09

Steps to Reproduce

  1. Enable Pathauto
  2. Go to admin/build/path/pathauto
  3. Set the Pattern for all Page paths under node path settings to [menupath-raw]
  4. Save Configuration
  5. Create a new page
  • Title: Menu1
  • Menu link title: Menu1
  • Parent Item: Primary links
  • Save configuration
  • Link should be mysite.com/menu1
  • Go to admin/settings/site-information and set the homepage to node/1
  • Enable admin_menu
  • Go to node/1/edit
  • Click save configuration
  • Path is now the drupal icon path.
  • It seems when either pathauto or token looks for the menu path of the node it looks for node/1 and finds the admin_menu path for the homepage in the menu_links table which in this case is node/1 and link_title was the drupal icon image.

    Comments

    redndahead’s picture

    Here is a link to an issue for admin_menu to use the absolute path instead of the relative one to avoid conflicts.

    http://drupal.org/node/295476

    redndahead’s picture

    Status: Active » Closed (won't fix)

    This seems to be a token issue at best. Marking as won't fix,