djscottyis Posted April 28, 2009 Share Posted April 28, 2009 http://www.travelservicesworldwide.net/logindetail.php how do i fix this as i dont knowit was worling Quote Link to comment https://forums.phpfreaks.com/topic/156003-messy-up-and-get-a-error/ Share on other sites More sharing options...
premiso Posted April 28, 2009 Share Posted April 28, 2009 @OP: The issue seems clear, your including the file to the wrong path. Show us some (the first 20 lines) of code from the file and maybe we can help you resolve this issue. Moving to PHP Help. For anyone trying to help the errors are as follows Warning: include(./includes/phpclass.inc.php) [function.include]: failed to open stream: No such file or directory in /content/HostingPlus/t/r/travelservicesworldwide.net/web/logindetail.php on line 6 Warning: include(./includes/phpclass.inc.php) [function.include]: failed to open stream: No such file or directory in /content/HostingPlus/t/r/travelservicesworldwide.net/web/logindetail.php on line 6 Warning: include() [function.include]: Failed opening './includes/phpclass.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/HostingPlus/t/r/travelservicesworldwide.net/web/logindetail.php on line 6 Warning: include(./includes/functions.php) [function.include]: failed to open stream: No such file or directory in /content/HostingPlus/t/r/travelservicesworldwide.net/web/logindetail.php on line 7 Warning: include(./includes/functions.php) [function.include]: failed to open stream: No such file or directory in /content/HostingPlus/t/r/travelservicesworldwide.net/web/logindetail.php on line 7 Warning: include() [function.include]: Failed opening './includes/functions.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/HostingPlus/t/r/travelservicesworldwide.net/web/logindetail.php on line 7 Fatal error: Class 'PHP_fun' not found in /content/HostingPlus/t/r/travelservicesworldwide.net/web/logindetail.php on line 8 Quote Link to comment https://forums.phpfreaks.com/topic/156003-messy-up-and-get-a-error/#findComment-821285 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.