• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Backup problem

B

Beermonster

Guest
I have a problem with the backup option in my domains, when I go to it I get the following error, I've tried looking for the fix but can't find it anywhere.

Code:
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
 
Check your /var/log/sw-cp-server/error_log log file. There are should be python errors. It looks like that you have broken python and libxml2 packages installation. Try to reinstall them. It should help.
 
What command do I use to reinstall? my logs show this

Code:
Traceback (most recent call last):
  File "/usr/local/psa/admin/sbin/pmmcli", line 5, in ?
    import pmmcli
  File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 13, in ?
    import pmm_task
  File "/usr/local/psa/admin/share/pmmcli/pmm_task.py", line 18, in ?
    from pmm_api_xml_protocols import TaskStatus, Stopped, Finished, TaskLog, WorkingProgress, Working, S$
ImportError: cannot import name TaskStatusRestore
2011-06-19 11:39:22: (log.c.135) server stopped
2011-06-19 11:39:23: (log.c.75) server started
2011-06-19 11:39:23: (mod_fastcgi.c.1337) Dynamic spawning with max_procs > 1 is not supported; setting m$
2011-06-19 11:39:23: (mod_fastcgi.c.1337) Dynamic spawning with max_procs > 1 is not supported; setting m$
Traceback (most recent call last):
  File "/usr/local/psa/admin/sbin/pmmcli", line 5, in ?
    import pmmcli
  File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 13, in ?
    import pmm_task
  File "/usr/local/psa/admin/share/pmmcli/pmm_task.py", line 18, in ?
    from pmm_api_xml_protocols import TaskStatus, Stopped, Finished, TaskLog, WorkingProgress, Working, S$
ImportError: cannot import name TaskStatusRestore
2011-06-19 11:43:08: (log.c.135) server stopped
2011-06-19 11:45:28: (log.c.75) server started
2011-06-19 11:45:28: (mod_fastcgi.c.1337) Dynamic spawning with max_procs > 1 is not supported; setting m$
2011-06-19 11:45:28: (mod_fastcgi.c.1337) Dynamic spawning with max_procs > 1 is not supported; setting m$
Traceback (most recent call last):
  File "/usr/local/psa/admin/sbin/pmmcli", line 5, in ?
    import pmmcli
  File "/usr/local/psa/admin/share/pmmcli/pmmcli.py", line 13, in ?
    import pmm_task
  File "/usr/local/psa/admin/share/pmmcli/pmm_task.py", line 18, in ?
    from pmm_api_xml_protocols import TaskStatus, Stopped, Finished, TaskLog, WorkingProgress, Working, S$
ImportError: cannot import name TaskStatusRestore
2011-06-20 02:12:52: (mod_fastcgi.c.2588) FastCGI-stderr: PHP Notice:  Undefined variable: local_auth in $
PHP Notice:  Undefined variable: force_auth in /usr/local/psa/admin/htdocs/login_up.php3 on line 145

2011-06-20 02:13:21: (mod_fastcgi.c.2588) FastCGI-stderr: PHP Notice:  Undefined variable: local_auth in $
PHP Notice:  Undefined variable: force_auth in /usr/local/psa/admin/htdocs/login_up.php3 on line 145
 
You should reinstall these packages with usual method of package manager for your OS - rpm or deb. Use official OS vendor repository. Contact Support Team if you can't do it by yourself.
 
Back
Top