• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk backup error

GhOsTisp

Basic Pleskian
when i loading the backup the result is :
Failed validation of the document with its internal DTD. The errors are: Element 'by-entries': This element is not expected. Expected is one of ( disabled, by-time, by-entires )..

Version Plesk 10.2.0 on centos 5.5
 
This was because of typo in plesk.xsd, 'by-entires' in stead of 'by-entries':

# diff /usr/local/psa/PMM/plesk.xsd.orig /usr/local/psa/PMM/plesk.xsd
5478c5478
< <xs:element name="by-entires">

---

> <xs:element name="by-entries">

Correct and it should help.
 
Back
Top