Jump to content

Debugging Suggestions?


hadenp

Recommended Posts

I'm getting a '500 Internal Server' and 'Premature end of script headers..' errors in the process of uploading a file. This occurs consistently with files > 2MB but also (very occasionally) w/ smaller files. The target directories are beneath the web root folder, so I don't think it's a permissions issue.

 

I've set the following in my php5.ini:

post_max_size = 8M,

upload_max_filesize = 8M

max_input_time = 360

max_execution_time = 360

 

Trace code/logging reveals that the error occurs even before my upload code is entered (which uses (move_uploaded_file()).  So what would cause that?

 

Any suggestions on how to debug this are very much appreciated!

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.