Closed (fixed)
Project:
Drupal core
Version:
4.7.3
Component:
user system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2006 at 16:53 UTC
Updated:
16 Oct 2006 at 05:23 UTC
Recent upgrade to 4.7.3
Now when someone logs into our site, they get a timestamp added after the URL. We use login toboggin, and redirect the user after login back to the page they were on.
Now, after login, the user gets redirected to a 404 page. Can try the bug here: www.realself.com - but assume it would affect a lot of sites.
Comments
Comment #1
greg@beargroup.com commentedGetting this in the error logs for the domain when somone signs in - on their way to a 404.
PHP Notice: Undefined index: time in /var/www/vhosts/realself.com/httpdocs/includes/bootstrap.inc on line 60
Comment #2
gregglesI tested this out on your site and I no longer get sent to a 404 - so it seems that you fixed that problem.
When you talk about the timestamp I assume you mean "?time=1160240837" being added to the URL. That is to prevent the page from being cached and was added in this revision: http://cvs.drupal.org/viewcvs/drupal/drupal/modules/user.module?r1=1.612...
It has been removed in this revision: http://cvs.drupal.org/viewcvs/drupal/drupal/modules/user.module?r1=1.612... which was the result of this issue: http://drupal.org/node/70521
So, I'm closing this because I think that's what you're talking about. If you are talking about something else, feel free to reopen this.
Comment #3
greg@beargroup.com commentedThank you - I'll catch that update. No longer getting 404's unless you log out just right...
But TONS of errors in the logs saying not sure what to do with the timestamp.
Thanks for following up, can remain closed.