im getting these errors in my browser,
Warning: include_once(HTML/Template/IT.php) [function.include-once]: failed to open stream: No such file or directory in /home/holemcc1/public_html/manager/setup.php on line 469
Warning: include_once() [function.include]: Failed opening 'HTML/Template/IT.php' for inclusion (include_path='.:/usr/lib/php') in /home/holemcc1/public_html/manager/setup.php on line 469
You don't have HTML/Template/IT.php in your include_path, please check that your PHP installation includes PEAR.
1 fatal error(s), can't continue.
- Warning: include_once(HTML/Template/IT.php) [function.include-once]: failed to open stream: No such file or directory in /home/holemcc1/public_html/manager/setup.php on line 469
- Warning: include_once() [function.include]: Failed opening 'HTML/Template/IT.php' for inclusion (include_path='.:/usr/lib/php') in /home/holemcc1/public_html/manager/setup.php on line 469
- You don't have HTML/Template/IT.php in your include_path, please check that your PHP installation includes PEAR.
- 1 fatal error(s), can't continue.
but these are the errors before my hosting company added the php.ini file
Warning: exec() has been disabled for security reasons in /home/holemcc1/public_html/manager/include/shell_exec_emulation.php on line 39
Warning: join() [function.join]: Invalid arguments passed in /home/holemcc1/public_html/manager/include/shell_exec_emulation.php on line 41
/bin/sh does not exist, not executable or is not bourne-compatible shell
You don't have 'shell_exec' support in PHP, please check your PHP installation. This function is required.
Warning: shell_exec() has been disabled for security reasons in /home/holemcc1/public_html/manager/setup.php on line 453
Failed to use 'shell_exec' in PHP. Please contact your hosting.
Command was:
{ echo 0 && echo $?; } 2>&1
Output:
2 fatal error(s), can't continue.
- Warning: exec() has been disabled for security reasons in /home/holemcc1/public_html/manager/include/shell_exec_emulation.php on line 39
- Warning: join() [function.join]: Invalid arguments passed in /home/holemcc1/public_html/manager/include/shell_exec_emulation.php on line 41
- /bin/sh does not exist, not executable or is not bourne-compatible shell
- You don't have 'shell_exec' support in PHP, please check your PHP installation. This function is required.
- Warning: shell_exec() has been disabled for security reasons in /home/holemcc1/public_html/manager/setup.php on line 453
- Failed to use 'shell_exec' in PHP. Please contact your hosting.
- Command was:
- { echo 0 && echo $?; } 2>&1
- Output:
- 2 fatal error(s), can't continue.
can anyone help me fix these errors and tell me whats this all about...