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

PleskRestore: Problem and Solution

G

GLehnhoff@

Guest
I fall over many threads describing all the same problem: pleskrestore crashes.

Here is the solution which worked for me:

# known problem to Plesk ... find file usr/local/psa/PMM/plesk.dtd.
# Search for ...
#
# <!ATTLIST pinfo
# name (company|phone|fax
# |address|city|state
# |zip|country|locale|email
# |name) #REQUIRED
#
# ... and replace line ...
#
# |name) #REQUIRED
#
# ... with ...
#
# |name|info_not_required) #REQUIRED
 
Back
Top