Author Topic: Display problem  (Read 4907 times)

Offline jissou

  • Jr. Member
  • **
  • Posts: 16
Display problem
« 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


Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Display problem
« Reply #1 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.

Offline jissou

  • Jr. Member
  • **
  • Posts: 16
Re: Display problem
« Reply #2 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Display problem
« Reply #3 on: April 25, 2013, 09:58:59 PM »
Is there any errors in error log?
What is in the JS console?

Offline jissou

  • Jr. Member
  • **
  • Posts: 16
Re: Display problem
« Reply #4 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Display problem
« Reply #5 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.

Offline jissou

  • Jr. Member
  • **
  • Posts: 16
Re: Display problem
« Reply #6 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