PHP OR JOOMLA FILE UPLOAD PROBLEM
This is a duplication of an article that was a real life saver when I encountered an error uploading files in Joomla. files would not upload and the upload kept looping until the server timed out on my VPS server. This was a quick and effective solution. Check your php.ini file to ensure upload limit is not set below the file you want to upload. If all is right with your php.ini file then take a look at the information below. 500 internal server error while uploading files bigger then 100kb - mod_fcgid problem Submitted by ivica on Fri, 08.07.2011 Tags: Apache WHM mod_fcgid For no special reason Drupal sites on our server (CentOS 5 with cPanel/WHM) started to make problems with file upload. Because Drupal 6/7 has use Ajax for file uploading the only thing that happens is that browser just hangs until timing out. Quick playing with different file sizes revealed that files that are less then 100kb are OK, but bigger files are creating...