Jump to content

HTTP Error 500.- - Internal Server Error


Recommended Posts

Hi Professionals.

 

Not sure if I have posted in the right place but here goes.

 

I have a prgram that coverts a csv to an array in preperation to make some changes then upload to the database.

 

all works fine until I use a larger csv file then I receive the error

 

 

HTTP Error 500.0 - Internal Server Error C:\PHP 5\php-cgi.exe - The FastCGI process exited unexpectedly
Detailed Error Information
Module FastCgiModule Notification ExecuteRequestHandler Handler FastCGI PHP Error Code 0x000000ff
Requested URL http://localhost:80/preupload.php Physical Path C:\inetpub\wwwroot\preupload.php Logon Method Anonymous Logon User Anonymous

 

 

does anyone have any idea what I need to do I have exausted my online help

 

thanks in advance

Edited by alanl1
Link to comment
Share on other sites

it's possibly a fatal php runtime error (memory/time limit) and if php terminates and error_reporting/display_errors isn't on, a http 500 status will be returned to the browser.

 

set php's error_reporting to E_ALL and display_errors to ON to see if php is detecting any errors that would help identify the problem.

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.