Jump to content

Server Change Related Errors


Mateobus

Recommended Posts

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.
Link to comment
Share on other sites

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.ini

For 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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.