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

Backup-Manager: Fehler: no element found: line 1, column 0

Tempah

New Pleskian
Hello Team,

I configure the personal repositories it's not working with FTPes, so I tryed with normal FTP it works. The FTP server was for a week not reachable the backup job saved all backup jobs now on the local disk, the reason was the disk was 100% full and I was forced to manual delete the dumps in /var/lib/psa/dumps because the webinterface was not working.

Now i cant change the backup routine or repositories. I click on Tools & Settings > Backup-Manager after this I get a forwarding to the start page with the error:

Fehler: no element found: line 1, column 0


Here some information about the host system:

OS Debian 7.5
Plesk Version 12.0.18 Update #7, zuletzt aktualisiert: Juli 14, 2014 07:01 AM




- With best regards,

- Marco
 
Did you ever figure this one out? I have a Plesk 12.0.18 on centos doing the same thing.
 
Last edited:
Same here !

ERR [panel] no element found: line 1, column 0

After clicking Backup Manager
 
Did you try updating to the latest Plesk version?

--

Habt ihr versucht auf die neueste Plesk Version zu aktualisieren?
 
In our case it was a backup process running.

1. Killed the process ( ps aux | grep backup )
2. deleted temporary files

rm -rf /usr/local/psa/PMM/rsessions/*
rm -rf /usr/local/psa/PMM/sessions/*
rm -rf /usr/local/psa/PMM/tasks/*


and the backup is back to normal ...
 
Back
Top