Mateobus Posted October 7, 2006 Share Posted October 7, 2006 Ok, I have recently changed from a shared hosting plan to a dedicated server. Basically i just transfered all of my files and my database and most everything has worked out right. I have had two issues though. First, php is not displaying erros such as parse errors, or mysql errors when I run my scripts in my browser. Second, my image upload section no longer works. The database aspect works fine, however the files never physically make it to the server. I am wondering if both of these errors are related to settings in the php.ini file. Does anyone know of a quick solution for these things? Thanks for listening. Quote Link to comment https://forums.phpfreaks.com/topic/23299-server-change-related-errors/ Share on other sites More sharing options...
wildteen88 Posted October 8, 2006 Share Posted October 8, 2006 For parse errors and mysql errors. You'll want enable the display_errors (display_errors = On) directive and make sure error_reporting is set to E_ALL in the php.iniFor your upload script. Check your servers error logs for any clues. Make sure where the file is being uploaded to has the correct the permissions if your dedicated server is unix based. Quote Link to comment https://forums.phpfreaks.com/topic/23299-server-change-related-errors/#findComment-105820 Share on other sites More sharing options...
Mateobus Posted October 8, 2006 Author Share Posted October 8, 2006 Thanks. Do you know how to check if my permissions are correct on my UNIX server. Quote Link to comment https://forums.phpfreaks.com/topic/23299-server-change-related-errors/#findComment-105897 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.