• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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