"Warning: require_once(default)?"

yainks / 2011-06-30 08:51:25   

My site (www.jamesbernal.com) has been working great for the past 2 years, but as I tried to update something a few days ago, I fear I might have accidentally moved or overwritten something - I'm getting this message when I type in my url.

Warning: require_once(defaults.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/j/a/m/jamesbernal/html/index.php on line 23

Fatal error: require_once() [function.require]: Failed opening required 'defaults.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/j/a/m/jamesbernal/html/index.php on line 23

I searched the forum to find a few people with similar problems, but I couldn't get their solutions to work for my site =/

Is there something kind of obvious file that I'm missing someplace?

Thanks in advance, guys

James

pernin / 2011-06-30 08:54:54   

you have deleted files, at least the index.php in the root. Replace with a fresh copy

yainks / 2011-06-30 09:09:23   

I was trying to replace the wrong index.php, but now I naied the right one.

Thanks!!!

This thread has been closed, thank you.