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

PostNuke WebApplication.

R

Renault

Guest
Trying to install PostNuke 7.5.0 on a site,
i select the radio button.
click install.
and get the following message:

Disk space The required resource is not available due to domain limits defined. 10.3 GB 100 MB

10.3GB being the Value it says is required.
100 MB being the Value Available.

Surely PostNuke doesn't require 10.3GB
is anyone else experiencing it?
and is there anywhere i can ssh to and change this?
 
FIXED

ok... figured it out.

yes you can fix it via ssh... i will assume you know how to edit files in linux from the shell.

you need to edit the file:
/usr/local/psa/var/cgitory/PostNuke-0.750-1/info/info.xml

change this line:
<ATTRIBUTE name="disc_space" value="11093934080" />

just change the value to whatever.. i'm not sure what its supposed to be.. i set mine to 5mb... in other words.. i changed it to this:
<ATTRIBUTE name="disc_space" value="5242880" />

worked for me... dont have to restart any services either.
 
Back
Top