• 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

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