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

Plesk 9.2.3 issue in applications page

T

theduke

Guest
Hi,
I am new to Plesk as it came in installed on my new 1and1 dedicated server. When I click on the applications link in the main navigation when I log in I get the following error. Any IDEAS? THANKS

Error: /usr/local/psa/var/apspkgarc/archive-index.xml:153: parser error : error parsing attribute name
<fi<file name="WebCalendar-1.0.5-10.app.zip">
^
/usr/local/psa/var/apspkgarc/archive-index.xml:153: parser error : attributes construct error
<fi<file name="WebCalendar-1.0.5-10.app.zip">
^
/usr/local/psa/var/apspkgarc/archive-index.xml:153: parser error : Couldn't find end of Start Tag fi line 153
<fi<file name="WebCalendar-1.0.5-10.app.zip">
^
/usr/local/psa/var/apspkgarc/archive-index.xml:154: parser error : Premature end of data in tag file line 153

^
/usr/local/psa/var/apspkgarc/archive-index.xml:154: parser error : Premature end of data in tag files line 1

^
Unexpected error
 
Just try to find errors in file /usr/local/psa/var/apspkgarc/archive-index.xml on lines 153 and 154 and correct it. There is should be something like:

<file name="WebCalendar-1.0.5-10.app.zip">
<app-name>WebCalendar</app-name>
<app-version>1.0.5</app-version>
<app-release>10</app-release>
<valid>true</valid>
</file>
 
Back
Top