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!