• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Upgraded to 7.5.3, package dates all f'ed up??

B

Brains

Guest
As with all Plesk upgrades, you KNOW there's at least something that doesn't work right :rolleyes:

Check this out, you guys might find this a little interesting:

The upgrade itself went off without issue, although it conveniently removed horde and I had to re-install that manually. Not too big of a deal. My users hate the slower speed of horde, of course.

I'm having the admin page refresh issue (where it goes blank white). Anyone figure that out yet?

edit: I guess the image attach didn't work. Here it is hosted:

PleskWTF.gif
 
Speaking of the slower speed of Horde, I would really like to see SW Soft include the "eAccelerator" module in future distributions, at least as an optional module. (basically a php cache & precompiler).

It's possible to compile it manually, but its a big pain 'cause of the custom paths for all the PHP modules. I'll have to take a crack at it soon, perhaps.
 
I'm using mmcache on another pair of servers, and it makes all the difference in the world :) php caching would definitely be a welcome addition.
 
Login again - Horde Email after IP change

As my DSL connection is instable, the constant logins everytime I got disconnected and reconnected caused log in again of email. Fixed this problem:

Message:
Your Internet Address has changed since the beginning of your Mail session. To protect your security, you must login again.

/usr/share/psa-horde/config/conf.php
changed the line
$conf['auth']['checkip'] = true;

into:
$conf['auth']['checkip'] = false;
 
Back
Top