In my case, the pathauto field (check box and all) does not show up when creating content under admin menu 6.x.-3.0-alpha3. All I get is the default URL alias field.
I turned off all my 3ed party modules expect XML Sitemap, Organic Groups, and Views to test it. Turning admin menu off restores the pathauto functionality.
I am not sure if this is an Administration menu or Pathauto problem but it appears that there were some compatibility issues in past Admin menu versions.
I like the new version a lot and would appreciate any fixes. Thanks!

Comments

smk-ka’s picture

Try the development snapshot with this patch (from #511744: /admin page links are broken with latest development snapshot). Moving the 'Create content' menu item into admin menu simply didn't work out, which is what that patch reverts.

portulaca’s picture

Version: 6.x-3.0-alpha3 » 6.x-3.x-dev

I tried the dev snapshot with the patch but the problem with Pathauto is still there.

I didn't try the dev version without the patch so I can't say if the patch fixes what it needs to (from the other report), I can access all /admin pages without problems.

The problem with Pathauto is that in Admin_menu under Create content all links are prepended with /admin, so they look like:

/admin/node/add

while the usual drupal links are:

/node/add

Pathauto checks the links to see if there is /node after the domain (or something similar) but instead it finds /admin and it aborts. Why is there /admin inserted in the create content links?

smk-ka’s picture

Status: Active » Postponed (maintainer needs more info)

Did you flush all cashes after applying the patch? That should actually rebuild the menu and leave the node/add links alone (ie., they should not be available in admin menu anymore, but work again with other modules).

portulaca’s picture

I'm sorry I must have been looking in the wrong place (live instead of local), I can confirm that applying the patch removes the Create content menu entry on admin_menu bar.

What is the status of having the create content links in admin_menu, why do they have to be removed?

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Thanks for taking the time to report this issue.

However, marking as duplicate of #511744: /admin page links are broken with latest development snapshot.
You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.