Bman900 Posted June 27, 2009 Share Posted June 27, 2009 I have linux and installed apache/MSQL/ and PHP5. I downloaded my script that got a lot of errors on my shared host with PHP5. For some reason my localhost which runs PHP5 doesn't display the same errors. It does display errors but doesn't sinch up with the ones on my shared hosting. What could be the issues here? Quote Link to comment https://forums.phpfreaks.com/topic/163833-solved-errors-on-host-but-not-on-localhost/ Share on other sites More sharing options...
PFMaBiSmAd Posted June 27, 2009 Share Posted June 27, 2009 Cannot really help you without seeing the errors and the code that corresponds to the errors. Without any specific information from you, it could be 1013 different possible things. Your post is like asking a blind man to drive down the highway and to be able to tell you what color the car was that he just crashed into. Quote Link to comment https://forums.phpfreaks.com/topic/163833-solved-errors-on-host-but-not-on-localhost/#findComment-864448 Share on other sites More sharing options...
SetToLoki Posted June 27, 2009 Share Posted June 27, 2009 Cannot really help you without seeing the errors and the code that corresponds to the errors. Without any specific information from you, it could be 1013 different possible things. Your post is like asking a blind man to drive down the highway and to be able to tell you what color the car was that he just crashed into. it was blue no red no blue! and do your php.ini files match sounds like you may have some fetured turned off on your shared host make a page with phpinfo(); called on it run it on both servers and see how it differs Quote Link to comment https://forums.phpfreaks.com/topic/163833-solved-errors-on-host-but-not-on-localhost/#findComment-864451 Share on other sites More sharing options...
chmpdog Posted June 27, 2009 Share Posted June 27, 2009 Cannot really help you without seeing the errors and the code that corresponds to the errors. Without any specific information from you, it could be 1013 different possible things. Your post is like asking a blind man to drive down the highway and to be able to tell you what color the car was that he just crashed into. it was blue no red no blue! and do your php.ini files match sounds like you may have some fetured turned off on your shared host make a page with phpinfo(); called on it run it on both servers and see how it differs yeah double check that your host supports everything the localhost does. Otherwise could you have a snippet of code that only runs on the localhost. Quote Link to comment https://forums.phpfreaks.com/topic/163833-solved-errors-on-host-but-not-on-localhost/#findComment-864475 Share on other sites More sharing options...
Bman900 Posted June 27, 2009 Author Share Posted June 27, 2009 I figured it out. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/163833-solved-errors-on-host-but-not-on-localhost/#findComment-864479 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.