Hi all :) Apologies in advance if this is a braindead question, I'm new at this (but excessively pleased I chose Drupal!)...

When a user saves their profile information, they see errors such as:

warning: Missing argument 4 for pathauto_create_alias() in /home/.raja/heavyphotons/heavyphotons.com/modules/pathauto/pathauto.module on line 188.
warning: Invalid argument supplied for foreach() in /home/.raja/heavyphotons/heavyphotons.com/modules/pathauto/pathauto.module on line 216.
warning: array_keys(): The first argument should be an array in /home/.raja/heavyphotons/heavyphotons.com/modules/pathauto/pathauto.module on line 231.
warning: Cannot modify header information - headers already sent by (output started at /home/.raja/heavyphotons/heavyphotons.com/includes/common.inc:384) in /home/.raja/heavyphotons/heavyphotons.com/includes/common.inc on line 192.

I found out that it's been asked before, but I'm not sure what to make of the reply: "It's fixed in 4.5 and 4.6." Aside from disabling the blog module how do I fix this?

Comments

venkat-rk’s picture

I suggest you disable the pathauto module first and then delete it from your drupal directory by FTPing to your hosting account. Then, get the latest pathauto module from http://drupal.org/node/17345 and reinstall the module again.

But, I understand your problem- the last release date on the project page is 7th April 2005 so you are not sure if it includes the latest patches that resolve your issue. Honestly, I don't have an answer as I don't understand how CVS works.

Your best bet is to ask Mike Ryan on the project page itself.

heavyphotons’s picture

The cvs gzip is only 5 days old, so I'll try that -- thanks!!

UPDATE: cvs version fixed the problem, for anyone else searching around this issue... but the 4.6.0 release still breaks.