• 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 logout proble after upgrading to 9.5.4

zid

New Pleskian
Since we upgrade our server to plesk 9.5.4.

Horde have a problem with the logout,

We upgrade 3 server and have the same problem on the 3 servers.

User cannot logout of their session ,both logout don't work and the top and at the left on the menu.
 
Strange. It is link to horde site and it works fine for me. Here is patch:

===================================================================
RCS file: /horde/cvs/horde/login.php,v
retrieving revision 2.175.2.17
retrieving revision 2.175.2.18
diff -p --unified=0 -r2.175.2.17 -r2.175.2.18
--- login.php 2009/01/06 15:13:50 2.175.2.17
+++ login.php 2010/08/11 05:40:30 2.175.2.18
@@ -3 +3 @@
- * $Horde: horde/login.php,v 2.175.2.16 2008/02/27 18:14:49 slusarz Exp $
+ * $Horde: horde/login.php,v 2.175.2.17 2009/01/06 15:13:50 jan Exp $
@@ -66 +66,3 @@ if ($logout_reason) {
- exit($result->getMessage());
+ $notification->push($result, 'horde.error');
+ require HORDE_BASE . '/index.php';
+ exit;
 
Ok but what i'm supposed to do with this , I'm on a windows base server, you do not have any MSI intallation file to update horde ? And why I'm not able to update it thru the control panel of plesk, this doesN,t make any sense that you Plesk know there is a problem and did not do a patch or msi. At the price that we are paying for your software you should do more test before launching an update, now I have 3 server that are not stable because of the 9.5.4.
 
Back
Top