CPANEL USER SHELL ACCESS : FORK: RESOURCE TEMPORARILY UNAVAILABLE

Today one of the cPanel user shell access gives error as follows: su – user -bash: fork: Resource temporarily unavailable The error occurs due to  cPanel and its “Shell Fork Bomb Protection”. To fix this issue, Logging into WHM Go to Security >> Security Center Shell Fork Bomb Protection and click on “Disable Protection” It will resolve the issue. […]

Continue Reading…

FATAL ERROR: register_globals is disabled in php.ini, please enable it!

To resolve this error we need to add or modify our php.ini file to enable the register_globals setting. Find the location of the php.ini file. Edit the file /usr/local/lib/php.ini  using vi editor and uncomment the line (removing the ; will uncomment the line) register_globals. Change register_globals = Off to  register_globals = On Save the file and exit .   […]

Continue Reading…