Fantastico phpbb installation error
From WebHostingNeeds.com
If you getting following error while installing phpbb from Fantastico
Warning: fileperms(): Stat failed for /home/qededu/.fantasticodata/temporary/phpBB2 (errno=2 – No such file or directory) in /usr/local/cpanel/3rdparty/fantastico//includes/enc_functions.php on line 287
Just check the permission for tar file and run following command after login to SSH.
[email protected] [~]# whereis tar [email protected] [~]# ls -al /bin/tar If permission of /bin/tar is not 755 just change it to 755. [email protected] [~]#ls -al /bin/tar rwx——- 1 root root 146483 Jan 27 12:37 /bin/tar* [email protected] [~]#chmod 755 /bin/tar* [email protected] [~]# ls -al /bin/tar rwxrxr-x 1 root root 146483 Jan 27 12:37 /bin/tar*