• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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