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

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