Closed (outdated)
Project:
Pathauto
Version:
7.x-1.2
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2013 at 04:50 UTC
Updated:
7 Feb 2026 at 10:03 UTC
Jump to comment: Most recent
Recently upgraded to Drupal 7.18 with the same Path Auto version (7.x-1.2) but unless I do a bulk update, the aliases are no longer automatically generated.
Taxonomoy is not affected as it respects the alias from the pattern settings. Only for the content type pattern.
Please help.
Comments
Comment #1
osysltd commentedacknowledge bug!! please fix it as soon as possible
Comment #2
scottcheek commentedSimilar issue.
Upgraded 2 weeks ago from D7.15 to D7.19. In the process of migrating content from old D6 site.
When I went to migrate latest content the new nodes and users that were migrated were not aliased.
The pathauto setting on each migrated node was disabled. Bulk Update fixed the aliases on the all migrated nodes and users.
I tested creating a new node and aliases work fine.
Not sure what the issue is. I had migrated content without any issue before updating Drupal core.
Comment #3
osysltd commentedStill any workaround to get pathauto work again? the aliases are no longer automatically generated. Field for an alias is blank in node add form. Using latest dev.
Comment #4
vojta commentedI upgraded site from D6 to D7, now Pathauto doesn't generate any URLs. Bulk update also doesn't work. I checked Pathauto settings and it seems to be fine, no error anywhere.
Comment #5
osysltd commentedIf it will help, I noticed that when I disable action redirect to page after node add, everything works again.
Comment #6
Anonymous (not verified) commentedThis issue still persists in 7.2x and as osysltd mentioned, happens only when a redirect is set, such as 'drupal_goto('admin/content');' at the end of hook_node_insert().
Comment #7
dave reid@Scott: Having drupal_goto() in hook_node_insert() literally means that no other code can execute after that call. You should avoid that if at all possible.
Comment #8
mably commented