“No input file specified.” message after installation!
This problem is normally happening on some web servers like GoDaddy because of some different PHP configuration.
Solution:
Edit ”.htaccess” file located in php social dashboard home directory.
Replace this line:
RewriteRule ^(.)$ index.php/$1 [L]
With:
RewriteRule ^(.)$ index.php?/$1 [QSA,L]