• 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

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