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

Resolved Plesk Onyx Windows Update Error

MorrisC

Basic Pleskian
Issues:
unable to connect to https://localhost:8447/add_components.html?secret=xxxxx&locale=en-US

it shows error_connection_Timeout

Tried:
*I did a command line update, it shows error message
error document empty
exit code 1

Error Log:
[2018-11-14 10:25:34] ERR [1] PHP Warning: DOMDocument::loadXML(): Document is empty in Entity, line: 1; File: C:\Program Files (x86)\Plesk\admin\plib\CommonPanel\Update\Patch.php, Line: 49

*When I type Plesk -V, it shows
2018/11/14 14:45:59 Failed to parse microupdates config: XML syntax error on line 1: illegal character code U+0000
Product version: Plesk Onyx 17.8.11
Build date: 2018/09/20 13:00
Build target: Windows 2008/2012/2016
Revision: e9df9caff8e588150f466eff382eded387dcb41a
Wrapper version: 1.2

Anyone has nay ideas how to fix this?
 
Got in touch with Plesk Support. The problem has been resolved.

Step 1. Check C:\ParallelsInstaller\microupdates.xml is not empty
Step 2. if it is empty, type

<code>
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<patches>
<product id="panel" version="17.8.11" installed-at="20180528T230120">
<patch version="30" timestamp="1541152957" installed-at="20181112T230921" revision="94ba4225f8c456e75d4a7e513c21915015223e38" />
</product>
</patches>
</code>
step 3. save and fixed
 
Back
Top