No Input File Specified – With new Fantastico
Saturday, September 12th, 2009After 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.









