• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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