• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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