• 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.

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