![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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? |
|
#2
|
|||
|
|||
|
Hello,
This happens in 4 servers. Any clue? |
|
#3
|
|||
|
|||
|
Can anyone help? :|
|
|
#4
|
|||
|
|||
|
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 |
|
#5
|
|||
|
|||
|
I have the same problem on a Cpanel Server.
Any idea how to fix it? |
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
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");
}
}
Kev |
|
#8
|
|||
|
|||
|
Fixed.
Many thanks. |
|
#9
|
|||
|
|||
|
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 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |