Web Hosting Talk







View Full Version : Scripting/Database Troubleshooting


bannerblueprint
05-22-2008, 10:34 PM
I am installing a script for a youtube template and I receive this error during installation:

Fatal error: main() [function.require]: Failed opening required '/smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php') in /homepages/22/d245454279/htdocs/include/config.php on line 30

Is there anyone that can possibly help?

Thanks

JulesR
05-22-2008, 11:07 PM
The error indicated simply means that the script cannot locate the file called 'Smarty.class.php' within the /smarty/libs/ file structure.

Ensure that the following file and path exists and can be read:

/homepages/22/d245454279/htdocs/include/smarty/libs/Smarty.class.php