• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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