• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

probleme with plesk backup manager

R

rouanetc

Guest
hello i'm french

sorry for my english !


i have this message when i open plesk backup manager :

ERROR: PleskPMMResponseException

Failed to parse response. Reason: Failed to read data from stream Process output:

0: PMMConnector.php:537
PMMConnector->getResponse(object of type StreamXMLReader)
1: PMMConnector.php:63
PMMConnector->getDumpList(object of type PMMDumpsStorageCredentials, object of type PMMObjectSpecification)
2: BackupLocalRepositoryList.php:17
BackupLocalRepositoryList->fetchBackupLocalRepositoryList()
3: class.cList.php3:99
cList->fetchList()
4: class.cList.php3:118
cList->init()
5: backup.abstract-repository.php:46
__backup__abstract_repository->accessItemsList(string 'GET', NULL null)
6: backup.abstract-repository.php:26
__backup__abstract_repository->accessItem(string 'GET', NULL null)
7: UIPointer.php:596
UIPointer->access(string 'GET')
8: plesk.php:38


have you seen this ?

have you a fix ?

because i can't save my server and 34 domains of my client ...
 
This problem already discussed in this thread and still under developer's investigation.
 
If you see in /var/log/sw-cp-server/error.log related errors like:

>>​ImportError: /usr/lib64/python2.6/site-packages/libxml2mod.so: undefined symbol: >>xmlSchemaValidCtxtGetParserCtxt

libxml2mod.so is from 'libxml2-python' and depends on 'libxml2' package.

Reinstall 'libxml2' package.

If you see errors like:

>>​ImportError: No module named encodings.idna

Reinstall 'python' package.
 
Back
Top