• 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

Error when updating components

L

Lindsay@

Guest
Sources list:
Installed in system packages:
ERROR: Unable to install packages because either there is
not enough free disk space left, or there are package dependency problems.
Not all packages were installed.
 
I got it work but when i login now in Pleskpanel i got tis error

Warning: Unable to register the web application located in the directory "mailer-6.3-3": The uploaded web application does not conform to the AppPacks specifications: DOMDocument::relaxNGValidate() [<a href='domdocument.relaxngvalidate'>domdocument.relaxngvalidate</a>]: Type nonNegativeInteger doesn't allow value ''. DOMDocument::relaxNGValidate() [<a href='domdocument.relaxngvalidate'>domdocument.relaxngvalidate</a>]: Error validating datatype nonNegativeInteger. DOMDocument::relaxNGValidate() [<a href='domdocument.relaxngvalidate'>domdocument.relaxngvalidate</a>]: Element installed-size failed to validate content.. You should remove the web application from the server because it will not function properly.
 
The simplest fix is to edit /usr/local/psa/var/cgitory/mailer-6.3-3/APP-META.xml file after the package installation and correct the package size description there:

<installed-size></installed-size>

package takes ~12 Mb, so that you can specify there for example:

<installed-size>12000000</installed-size>

Then simple click on Server > App Vault > Refresh button will solve the problem.
 
Well the problem for me was that i saw a fix that solved the problem for an user, but not for me.
So i deleted the folder from putty, and now my aplications goes blank when i access the module
 
Back
Top