PHP coding help please!!!

Hi guys,

I had a website made by a developer which was working perfectly before… then I switched servers and now get an error message on the site instead of the site loading… My developer has left me high and dry and wondering if you guys could help me solve my issue… this is the message I get when going on site… I am a TOTAL newbie to all this stuff so please be gentle…

Warning: require_once(model/split_page_results.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/84/9441384/html/index.php on line 12

Fatal error: require_once() [function.require]: Failed opening required ‘model/split_page_results.php’ (include_path=’.:/usr/local/php5_3/lib/php’) in /home/content/84/9441384/html/index.php on line 12

ANY help would be greatly appreciated…

thanks :slight_smile:

It is very clear from the error that:
model/split_page_results.php

Does not exist or your code cannot find the file.
Maybe the path should be something like /model/split_page_results.php

But I am not sure. It will all depend on where the file is located and where the page is which is trying to include the file. Just make sure your path to the file is correct.

What is the website?

Sponsor our Newsletter | Privacy Policy | Terms of Service