• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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