timepilot Posted February 11, 2008 Share Posted February 11, 2008 I received these two error messages below and I'm having no luck in finding an answer. My hosting company has just moved my site to another server. They told me that they have updated to PHP5 now. I don't know if that's causing these errors. BTW the file is in the directory and the permissions are set to 777. If anyone could help me I'd appreciate it! Error Messages: Warning: require_once(includes/ez_sql.php) [function.require-once]: failed to open stream: No such file or directory in /home/user/public_html/musicplayer/admin/sections/fp_init_s1.php on line 28 Fatal error: require_once() [function.require]: Failed opening required 'includes/ez_sql.php' (include_path='./usr/local/php4/lib/php') in /home/user/public_html/musicplayer/admin/sections/fp_init_s1.php on line 28 Quote Link to comment https://forums.phpfreaks.com/topic/90460-error-messages/ Share on other sites More sharing options...
Wolphie Posted February 11, 2008 Share Posted February 11, 2008 You have already posted this topic. Do no post it more than once, be patient. Quote Link to comment https://forums.phpfreaks.com/topic/90460-error-messages/#findComment-463775 Share on other sites More sharing options...
Lamez Posted February 11, 2008 Share Posted February 11, 2008 it says failed to open, means it cannot find the file. Make sure you spelt the path right. Make sure that file is in the location it is being called from. Quote Link to comment https://forums.phpfreaks.com/topic/90460-error-messages/#findComment-463778 Share on other sites More sharing options...
timepilot Posted February 11, 2008 Author Share Posted February 11, 2008 The spelling of the files is correct and they are in the directory shown. Quote Link to comment https://forums.phpfreaks.com/topic/90460-error-messages/#findComment-463795 Share on other sites More sharing options...
mmarif4u Posted February 11, 2008 Share Posted February 11, 2008 Also check this ez_sql.php,may be there is you include file and path is incorrect. Quote Link to comment https://forums.phpfreaks.com/topic/90460-error-messages/#findComment-463798 Share on other sites More sharing options...
timepilot Posted February 11, 2008 Author Share Posted February 11, 2008 I checked the path and that is correct Quote Link to comment https://forums.phpfreaks.com/topic/90460-error-messages/#findComment-463803 Share on other sites More sharing options...
timepilot Posted February 12, 2008 Author Share Posted February 12, 2008 Any ideas on how I can fix this problem? ??? Quote Link to comment https://forums.phpfreaks.com/topic/90460-error-messages/#findComment-464606 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.