Roundcube Community Forum

Release Support => Release Discussion => Topic started by: jissou on April 25, 2013, 01:18:33 PM

Title: Display problem
Post by: jissou on April 25, 2013, 01:18:33 PM
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

Title: Re: Display problem
Post by: SKaero on April 25, 2013, 02:24:07 PM
Are you using any plugins, is there any errors in error log, what is in the JS console.
Title: Re: Display problem
Post by: jissou on April 25, 2013, 05:19:50 PM
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
Title: Re: Display problem
Post by: SKaero on April 25, 2013, 09:58:59 PM
Is there any errors in error log?
What is in the JS console?
Title: Re: Display problem
Post by: jissou on April 26, 2013, 09:59:33 AM
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
Title: Re: Display problem
Post by: SKaero on April 26, 2013, 04:25:01 PM
Make sure you can load <RC root>/program/js/app.js and <RC root>/program/js/jquery.min.js and there not corrupted.
Title: Re: Display problem
Post by: jissou on April 26, 2013, 08:02:42 PM
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