error Message

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
sitemanager
Forum Newbie
Posts: 1
Joined: Sat Jul 28, 2012 1:56 pm

error Message

Post 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
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: error Message

Post 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?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply