• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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