• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Horde Webmail Sidebar.php reloads in IE

D

Dino25

Guest
Hello,
since the last Plesk Update my Horde Webmail does not work anymore.

The Login works fine, but the menu on the left "sidebar.php" does endless reloads.

The strange thing is, that in Firefox all works fine, only IE has this problem.

Also the Maintainance Dialog does not go away. I have to push a button and than the forward to the webmail does not work.
I have to close the browser and to relogin than i get forwardet to the webmail. But the sidebar does still not show.


Hope someone can help me???
THANKS
 
I have the same problem, a work around is to edit:

/usr/share/psa-horde/config/conf.php

And disable compress:
$conf['compress_pages'] = false;

However, that causes another error, it will now display:

Fatal error: Can't load Horde/SessionObjects.php, open_basedir restriction. in /usr/share/psa-horde/lib/Horde/IMAP/Tree.php on line 311

However, the Sidebar will display, and work in IE/Firefox.
 
Ok i fixed it by set the absolute path to tree.php on line 311.

$conf['compress_pages'] = true; works :)
 
Back
Top