• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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