I don't know if this is an issue in the 4.7 version of this module, but it looks like drupal_goto() has changed in version 5 so that the redirect type needs to be sent as an argument to the function. Will fix.

Comments

jjeff’s picture

Status: Active » Fixed

Fixed and committed to Drupal-5 branch.

luti’s picture

Seems to work well now. Thx, jjeff!

niklp’s picture

Is this still just in HEAD (which I don't understand)? Can we get it into the 5.1.x if not? I don't trust the HEAD links as they all say 11 November 2006! :)

niklp’s picture

I stuck my neck out and installed it.

I confirm this works under D5.1 php5, mysql 4, apache 2. Looks all good to me.
I only checked with a couple redirects, and only used the 301 code thus far though.

luti’s picture

I've manually downloaded files browsing CVS... And, have tested a few different types, not only 301 - everything seems to work fine.

Anonymous’s picture

Status: Fixed » Closed (fixed)