• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Upgrade to 7.5.3 fails - php-domxml

M

Malguido

Guest
Received the following report when attempting to upgrade to 7.5.3. "Installing php-domxml-4.3.8-1.1.i386.rpm
error: Failed dependencies: php = 4.3.8-1.1 is needed by php-domxml-4.3.8-1."

Currently running Plesk 7.5.2 on Fedora Core 1.

rpm -q php returns "php-4.3.10-3.2"

rpm -q php-domxml returns "package php-domxml is not installed"

yum install php-domxml returns "....Unable to satisfy dependencies Package php-domxml needs php = 4.3.10-1.1.legacy, this is not available."

And, unfortunately, I am not a linux guy.. Please assist.
 
I was getting the same error while trying to upgrade to 7.5.3. I finally got it to work by doing the following.

Find php-domxml-4.3.8-1.1.i386.rpm, i think by default it will be located in /root/psa/PSA_7.5.3/FC1_std.updates/

then i manually installed just this file with the --nodeps flag.

rpm -Uvh --nodeps php-domxml-4.3.8-1.1.i386.rpm

install success.

Logged back into the control panel https://www.domain.com:8443 and proceeded to the update manager and updated to 7.5.3 with no further errors.

Hope this helps.
 
Back
Top