Opera (9.02 on Windows) shows a blank page after you have logged in with "remember me" checked, closed the browser and visited the page again. When you refresh the page it's rendered (without the welcome
back message).
Opera (9.02 on Windows) shows a blank page after you have logged in with "remember me" checked, closed the browser and visited the page again. When you refresh the page it's rendered (without the welcome
back message).
Comments
Comment #1
bjaspan commentedI'm not quite sure how this could be a bug in Persistent Login, though it is possible I guess.
Please read http://drupal.org/node/47465 and tell me if it sounds familiar. Note the entries from 9/06 that talk about Opera 9.
Comment #2
anders.fajerson commentedIt definately has something to do with redirection. Removing
drupal_goto(substr(drupal_get_destination(), 12));(line 202) makes it work like in the other browsers. Further testing reveals thatdrupal_goto($_GET['q']);doesn't work, butdrupal_goto('someurl');does.Comment #3
bjaspan commentedI have tested Persistent Login on Drupal 4.7 and 5-RC1 with Opera 9.02 on Windows XP Pro and cannot reproduce the problem you are reporting---it works fine for me. Can you tell me a specific site on which it occurs and where I can create an account? Also, make sure you are using the 1.0 release of Persistent Login for whichever version of Drupal you are using.
Thanks.
Comment #4
bjaspan commentedCannot reproduce; closing due to lack of followup.