Roundcube Community Forum

Release Support => Pending Issues => Topic started by: jharmon on February 17, 2011, 05:10:27 AM

Title: 0.5.1 Login Issue
Post by: jharmon on February 17, 2011, 05:10:27 AM
The login actually works fine, it just doesn't redirect users correctly.  That is, you log in, press the "Login" button, and nothing happens.  The fields are empty and you remain on "../?_task=login" Then if you remove "?_task=login" and refresh, you're fine.  So, it just seems like the redirect doesn't work.

Any ideas what could cause this?

Thanks!

- J
Title: 0.5.1 Login Issue
Post by: SKaero on February 17, 2011, 06:47:51 AM
Are there any errors in your error log? Are you using any plugins?
Title: continued login problems - error log
Post by: jharmon on February 21, 2011, 01:34:42 AM
the error log shows:

"[20-Feb-2011 22:25:55 -0800]: PHP Error: Failed to load plugin file /Users/path/plugins//.php in /path/program/include/rcube_plugin_api.php on line 145 (GET /?_task=mail&_remote=1&_action=check-recent&_t=1298269554987&_mbox=INBOX&_list=1&_quota=1&_=1298269554988&_unlock=0)"

i replaced the first part of the path with "/path" for security reasons.  the path does seem broken in the filename though: ".php" is what it's seeking.

is this related to my login behavior?

- J
Title: 0.5.1 Login Issue
Post by: jharmon on February 21, 2011, 01:36:08 AM
this is my plugin list:

// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array('jqueryui','compose_addressbook','markasjunk2','copymessage','contextmenu','sticky_notes','message_highlight','zipdownload');

i upgraded all of them.  i've also tested by emptying the array and commenting out the whole line, and the login behavior remained unchanged.

- J
Title: 0.5.1 Login Issue
Post by: m4lvin on February 27, 2011, 05:59:07 PM
just to give you a hint @jharmon:
i had the same problem for some days after upgrading to 0.5 and also with 0.5.1 and the solution was a bit shameful for me: i forgot to overwrite / upgrade index.php and only copied the folders. now i copied a 0.5.1 index.php it's working again ;)
Title: hahaha!
Post by: jharmon on March 01, 2011, 12:13:27 AM
that did it.  and yes, i am embarrassed.  Thanks!!  i really appreciate your sharing your experience and helping me!