Closed (fixed)
Project:
Pathauto
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2005 at 15:00 UTC
Updated:
27 Aug 2005 at 19:20 UTC
after having installed and bulk updated paths with the pathauto the path
/ (index.php)
gives a 'page not found' error
My problem is rather urgent as I have had to take my site down for maintenance - see
Best Regards,
Lennart
Comments
Comment #1
lennart commentedThe problem does *not* dissappear when disabling the pathauto.module
Best
Lennart
Comment #2
lennart commentedthe problem remains after having emptied the url_alias table - and also after having disabled the path.module
Comment #3
lennart commentedSorry - it just seems that pathauto has gotten more memoryhungry, my problems were caused because I have only 8 MB at the place where I am hosted with zensci.com
Comment #4
mikeryanYes, the queries necessary to perform bulk updates are pretty hairy and will consume significant memory if you have a lot of nodes. It's on my to-do list to redesign bulk update to operate in chunks via cron hooks (the way search indexing works).
Thanks.