Page 1 of 1

error Message

Posted: Sat Jul 28, 2012 2:02 pm
by sitemanager
Warning: include(/home/content/75/9646775/htmlincludes/core/core.benchmark.php) [function.include]: failed to open stream: No such file or directory in /home/content/75/9646775/html/index.php on line 69

Warning: include() [function.include]: Failed opening '/home/content/75/9646775/htmlincludes/core/core.benchmark.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/75/9646775/html/index.php on line 69

Fatal error: Class 'Benchmark' not found in /home/content/75/9646775/html/index.php on line 70

Re: error Message

Posted: Sat Jul 28, 2012 4:27 pm
by social_experiment
sitemanager wrote:Warning: include(/home/content/75/9646775/htmlincludes/core/core.benchmark.php) [function.include]: failed to open stream: No such file or directory in /home/content/75/9646775/html/index.php on line 69
Can't open the file. Check the path to the file
sitemanager wrote:Warning: include() [function.include]: Failed opening '/home/content/75/9646775/htmlincludes/core/core.benchmark.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/75/9646775/html/index.php on line 69
Looks like the file can't be accessed outside the root folder; check with the hosting provider
sitemanager wrote:Fatal error: Class 'Benchmark' not found in /home/content/75/9646775/html/index.php on line 70
Related to the first two since the file is missing the class can't be found

What would like to know about these errors?