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

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