Clowner Posted October 5, 2008 Share Posted October 5, 2008 im new here and new to php dont aknow anything about it but i need help i upload a video site to my site and followed the installation but any site i try to open i get this PHP Error Message Warning: require_once(/home/a4777428/public_html /videosite /UPLOAD/include/smarty/libs/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in /home/a4777428/public_html/videosite/UPLOAD/include/config.php on line 27 PHP Error Message Fatal error: require_once() [function.require]: Failed opening required '/home/a4777428/public_html /videosite /UPLOAD/include/smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a4777428/public_html/videosite/UPLOAD/include/config.php on line 27 can any one help or suggest anything? Link to comment https://forums.phpfreaks.com/topic/127098-help-with-php/ Share on other sites More sharing options...
Clowner Posted October 5, 2008 Author Share Posted October 5, 2008 i posted this in the wrong section i meant to post it in the third party php section does any one mind moving it? Link to comment https://forums.phpfreaks.com/topic/127098-help-with-php/#findComment-657430 Share on other sites More sharing options...
poelinca Posted October 5, 2008 Share Posted October 5, 2008 open config.php and paste (here) the 27`th line . did you edited any file before or after uploading ? Link to comment https://forums.phpfreaks.com/topic/127098-help-with-php/#findComment-657444 Share on other sites More sharing options...
PFMaBiSmAd Posted October 5, 2008 Share Posted October 5, 2008 No such file or directory So, does the following file and directory exist? (and if the spaces in that were not added by the forum software, do you really have two spaces in your requre() statement) - /home/a4777428/public_html /videosite /UPLOAD/include/smarty/libs/Smarty.class.php Link to comment https://forums.phpfreaks.com/topic/127098-help-with-php/#findComment-657449 Share on other sites More sharing options...
poelinca Posted October 5, 2008 Share Posted October 5, 2008 of course it doesn`t exist : see the spaces before the slashes . Link to comment https://forums.phpfreaks.com/topic/127098-help-with-php/#findComment-657469 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.