I am getting a page not found error when i sign up for an event, either as admin or a user. I am sent to this page: http://www.mywebsite.com/signup/?destination=node%2F24 (where I get the page not found error) from http://www.mywebsite.com/node/24

Comments

dww’s picture

Priority: Critical » Normal

i can't reproduce this on a local test site at all. can you be more specific about your environment and how you're hitting this problem? what versions of php and mysql? what browser? you just say "event" -- are you using flexinode, cck? since it's clearly not effecting everyone, i'm downgrading the priority of this...

i'd be happy to fix this, but have to be able to see the bug before i can do that.

sorry i can't be more help at the moment,
-derek

leslyej’s picture

I've started seeing this too. The browsers I've used to check on are Firefox 1.5.0.4 and Safari 2.
The problem is that upon signup the URL is "node%2F3" and it's not being changed into "node/3" so the browser doesn't know where to go. When I manually change the URL, I'm brought to the proper page - the event signup is being handled properly and the database is being updated.

When using the "Cancel" button to cancel the signup the URL automatically changes itself from "node%2F3" to "node/3"

I've disabled all modules but the core ones during testing.

dww’s picture

hunmonk claims that his patch from http://drupal.org/node/68497 for anonymous signup support will fix this problem. apparently, signup is still using some pre-forms API (FAPI) code dealing with goto and destination stuff, and that could be what's causing your grief. his patch, along with adding the support for that feature, did some other FAPI conversion stuff, and will hopefully end up fixing this bug, too. in spite of the fact that i marked http://drupal.org/files/issues/anon_signup_4.patch from http://drupal.org/node/68497#comment-107525 to "needs work", most of it is minor, internal code clarity stuff. so long as you're not running on postgresql, his patch should apply and work just fine on a 4.7.x test site. if you want to give it a shot and reply here if your problems go away, that'd be great.

thanks,
-derek

dww’s picture

all the anon-signup related patches have gone in. can you please re-test this and post your results here? i'm guessing everything will now work.

dww’s picture

Status: Active » Closed (fixed)

no action for months, i'm assuming this problem is in fact fixed by now.