Have installed RC2 and the folders on the left hand side dont work.
when i log in i get my inbox and all messages are displayed, but if i click on any other folders the messages dont appear. its just blank.
then if i click back on inbox, again there are no messages displayed.
i have to log out and back in again to see the messages in my inbox!
this is driving me nuts! >:(
please help!!!!!
thanks
SuperATP
Sounds like what i just had, found a fix though on the forum
in index.php for AJAX requests.
Comment out all the lines below
Code:
// check client X-header to verify request origin
if ($OUTPUT->ajax_call)
{
if (empty($CONFIG['devel_mode']) && !rc_request_header('X-RoundCube-Referer'))
{
header('HTTP/1.1 404 Not Found');
die("Invalid Request");
}
}
Thanks! Your fix worked perfectly for me.
On a related note, anyone having trouble with the "Folders" title header appearing inside the folder's list, overlapping at least one of the folder names?
Yep i had that issue too, you hit refresh on IE and it seems to go away.
looking into it more though.
thanks, i did find that before but realised that i wasn't commenting out correctly.
i was using single line // and not multiple line /* */
i finally have it working correctly, brill i can now use roundcube for clients as standard
woo! :D