View Single Post
Old January 20th, 2007, 10:17 AM   #1 (permalink)
vintagestars.com
Junior Member
Verified Customer
 
Join Date: Jan 2007
Posts: 4
Unhappy 400 error when trying to upload videos

Hey everyone. I am unable to upload videos for my new photopost.

I did a very big search on this problem, and did all the suggestions that I could find, and I still can't upload videos!

I selected a 441kb video file, press upload, see a "success" message, but then it conks out right after that. I get a white screen that says:
INTERNAL SERVER ERROR
An internal server error has occured!
Please try again later.
Here are my admin settings:
Maximum multimedia upload size in Kb: 60000000
Acceptable multimedia file types: .mpeg,.mpg,.avi,.asf,.wmv,.mov

I added the bold line to my pp-inc.php file:
error_reporting (E_ALL ^ E_NOTICE);
ini_set("memory_limit", "60M");

And I updated my php.ini file to this:
max_execution_time = 3000; Maximum execution time of each script, in seconds
memory_limit = 60M;
max_uploaded_file = 60M;
post_max_size = 60M;
upload_max_filesize = 60M;

help!
vintagestars.com is offline   Reply With Quote