• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Known Bugs in: 7.5.3

littlefrog

Regular Pleskian
This information has been provided to me via tech at sw-soft.

Migration Manager:
Will not migrate domains from 7.5.2 to 7.5.3 without multipul failures on domain, stats, and email deployment

Site Preview:
Shows page can not be displayed. (apparently is being fixed and released in the next version)

Horde:
Major changes may require custom fixes to move over email to the new structure sw-soft put into plesk
 
Some troubleshooting tips

This error message
-----------------------------------------------------------
Unable to resolve hostname or establish network access to
local host: . You should fix this problem prior to installing
Plesk. After you are done, run the installation again.

Error: %pre(psa-7.5.3-rhel3.build75050506.13) scriptlet failed, exit status 1
Error: install: %pre scriptlet failed (2), skipping psa-7.5.3-rhel3.build75050506.13
-----------------------------------------------------------

TO FIX
edit this file
/etc/sysconfig/network

Enter in a proper value for HOSTNAME
 
# ERROR
########################
Standard build detected. Upgrading canceled, because only
5.0.x versions supported for upgrading from Standard to RPM
builds.

error: %pre(psa-7.5.3-rhel3.build75050506.13) scriptlet failed, exit status 1
error: install: %pre scriptlet failed (2), skipping psa-7.5.3-rhel3.build75050506.13

----- end of output -----
===> Autoinstaller: stopped logging at Mon May 23 15:51:56 2005

# FIX
########################
inside the folder where the base RPMs reside (This is on a red hat enterprise 3 es system)
check for filename before running. Is named differently for other systems.
rpm -Uvh --justdb psa-7.5.3-rhel3.build75050506.13.i586.rpm
rpm -Uhv --force --nodeps psa-7.5.3-rhel3.build75050506.13.i586.rpm
 
# ERROR
########################
Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.2-18.ent.i386.rpm
warning: /root/psa/PSA_7.5.3/RHel3_std.updates/php-pgsql-4.3.2-18.ent.i386.rpm: V3 DSA signature: NOKEY, key ID 897da07a
error: Failed dependencies:
php = 4.3.2-18.ent is needed by php-pgsql-4.3.2-18.ent
Suggested resolutions:
php-4.3.2-18.ent.i386.rpm

----- end of output -----
===> Autoinstaller: stopped logging at Mon May 23 13:53:39 2005

# FIX
########################
up2date php-postgre
up2date rh-postgresql
up2date rh-postgresql-libs
 
Back
Top