Archive for September, 2009

No Input File Specified – With new Fantastico

Saturday, September 12th, 2009

After installing Fantastico if you see this error on every Fantastico page:

No Input File Specified

Create the following directories if they do not exist:

Code:

mkdir /usr/local/cpanel/base/tmp
mkdir /usr/local/cpanel/3rdparty/tmp

Then chmod each one of them to 777:

Code:

chmod -R 1777 /usr/local/cpanel/base/tmp
chmod -R 1777 /usr/local/cpanel/3rdparty/tmp

chmod -R 1777 /tmp

If it doeesn’t fix then run the following script

/scripts/makecpphp

Above script will make new cpanel php.ini file, please note that this is not related to apache,  php.

www.domain.com shows Default Plesk page – Windows

Wednesday, September 9th, 2009

* First check the DNS zone file for domain.com in Plesk -> Domains -> domain.com -> DNS and entry for www.domain.com is set correctly

* Disabled/Enabled the option for www in Plesk -> Domains -> domain.com -> Rename Domain -> Uncheck -> Save and repeat it by selecting the option again

* Next reconfigured the virtual host by running following command in DOS prompt of your VPS.

* cd %plesk_bin%

* websrvmng.exe –remove-vhost –vhost-name=domain.com

* websrvmng.exe –reconfigure-vhost –vhost-name=domain.com

* Make sure that host header with ‘www’ prefix is presented in the list of identities.IIS > Web Sites > domain.com > Right Click Properties > Web Site tab > Advanced ;if it’s missing then add it.