RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Resolved Issues

For more information about the ads and why they're here, please see the FAQ
Closed Thread
  #1  
Old 11-09-2007, 10:31 AM
Registered User
 
Join Date: Nov 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Messages now being displayed!

Hello,

My installation worked fine. When i access the first time i can see messages, but when i click again in Inbox they doesnt show up.

However if i click the top icon "E-mail" they show again. Also, if i send an email and click in "Sent" i cannot see the messages too.

I'm running php 4.4.7.

I'm tried to disable caching but doesnt help.

anyone know why is this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 11-09-2007, 03:47 PM
Registered User
 
Join Date: Nov 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Messages now being displayed!

Hello,

This happens in 4 servers.

Any clue?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 11-12-2007, 11:12 PM
Registered User
 
Join Date: Nov 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Messages now being displayed!

Can anyone help? :|
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 11-14-2007, 10:12 PM
Registered User
 
Join Date: Oct 2007
Posts: 6
Downloads: 0
Uploads: 0
Default Re: Messages now being displayed!

I have the same error ... Also, I don't see the number of new messages (in bold) beside each folders ...

Do you install Roundcube on a cPanel server?

Regards,
__________________
Jean-Philippe Rivard Lauzier<br />iWeb Technologies<br />http://iweb.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 11-15-2007, 11:08 AM
Registered User
 
Join Date: Oct 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: Messages now being displayed!

I have the same problem on a Cpanel Server.

Any idea how to fix it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 11-15-2007, 01:20 PM
Registered User
 
Join Date: Nov 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Messages now being displayed!

Same issue here. RC1 was fine, but after upgrading to RC2 there seems to be some AJAX issue that results in the message list not being loaded when any folder is clicked in the left-hand tree navigation.

Has this been addressed in trunk or even identified as an issue?

Thanks,
Kev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 11-15-2007, 02:25 PM
Registered User
 
Join Date: Nov 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Messages now being displayed!

OK, it looks like it's something to do with the header check in index.php for AJAX requests.

This statement to be exact:

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");
 }
}
Commenting out the check on the devel_mode and request header fixed the problem for me. Could it be due to the web server environment used? I don't think it can be browser based as I've tested with Firefox, IE 6/7 and Safari here, albeit only on Windows.

Kev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 11-15-2007, 03:35 PM
Registered User
 
Join Date: Oct 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: Messages now being displayed!

Fixed.
Many thanks.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 11-16-2007, 06:50 PM
Registered User
 
Join Date: Oct 2007
Posts: 6
Downloads: 0
Uploads: 0
Default Re: Messages now being displayed!

I don't really understand why we must commenting out these lines, but this work!! I tested with Firefox and Safari under Mac OX 10.5, and it's perfect!

Thanks!!
__________________
Jean-Philippe Rivard Lauzier<br />iWeb Technologies<br />http://iweb.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 09:41 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community