Fatal error: require()
Submitted by jlo2183 on Wed, 2008-05-21 15:52.
Fatal error: require() [function.require]: Failed opening required 'themes/engines/phptemplate/engine.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/chrisan2/public_html/main.php on line 2446
I receive the above error when trying to get to index.php. can someone help me with this.

Require() . . .
Have you physically checked to make sure the "Engine.php" file it's looking for is there? Usually when someone uses the call 'require()' it forces a script to fail if the file is not found and/or added to the code. Check that it's there & didn't get skipped in the upload process. Also, try to re-upload the file, even if you find it, just to make sure all the bits & bytes are there!
-MisterAlexander.
Require()
I reloaded the file and that worked thanks!