Roundcube Community Forum

 

0.5.1 Login Issue

Started by jharmon, February 17, 2011, 05:10:27 AM

Previous topic - Next topic

jharmon

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

SKaero

Are there any errors in your error log? Are you using any plugins?

jharmon

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

jharmon

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

m4lvin

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 ;)

jharmon

that did it.  and yes, i am embarrassed.  Thanks!!  i really appreciate your sharing your experience and helping me!