Roundcube Community Forum

 

Display problem

Started by jissou, April 25, 2013, 01:18:33 PM

Previous topic - Next topic

jissou

Recently upgraded from roundcubemail-0.7.2 to roundcubemail-0.9.0
All is OK on roundcubemail-0.7.2

I don't understand : no messages display on the right panel.
I give you a screen shot.
Same problem with the "Address Book" and "Settings" link
A javascript problem ?

Any idea ?
I can give you acces to the mail as a new user or show you my config/ db.inc.php and config/main.inc.php


regards/
Jean-Claude


SKaero

Are you using any plugins, is there any errors in error log, what is in the JS console.

jissou

No i disabled all plugins
$rcmail_config['plugins'] = array();

I tryed to write a new main.inc.php from main.inc.php.dist
thinking a problem with the newer version

SKaero

Is there any errors in error log?
What is in the JS console?

jissou

No interesting information in local logs logs/error ,  imap, session, sql, userlogins

But you're right : Firebug JS console tells me lot of things.
Have a look at the shot

SKaero

Make sure you can load <RC root>/program/js/app.js and <RC root>/program/js/jquery.min.js and there not corrupted.

jissou

OK.
You're right :
problems to access JS script

The source of the problem :
the program/.htaccess file and its rewriting rules :

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^(js|resources) - [F]
</IfModule>



Thank you for the help.
And long and nice road for this great Roundcube WebMail