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

www.zensci.com

Best Regards,
Lennart

Comments

lennart’s picture

The problem does *not* dissappear when disabling the pathauto.module

Best
Lennart

lennart’s picture

the problem remains after having emptied the url_alias table - and also after having disabled the path.module

lennart’s picture

Status: Active » Fixed

Sorry - 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

mikeryan’s picture

Status: Fixed » Closed (fixed)

Yes, 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.