![]() |
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 ERRORHere 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! |
441kb is quite small so there should be no issues there. Do image uploads work that size? You can post a url and test user login here for us to try |
Quote:
My photopost is here: http://vintagestars.com/portal Here is an test login: user: testing pass: thx1138 |
As long as your PHP settings give more memory to PHP it should work. Place a phpinfo.php file in your photopost directory and post that link here. The phpinfo.php file should look like this inside <?phpinfo();?> |
Quote:
These are my php.ini settings: max_execution_time = 3000; memory_limit = 60M; max_uploaded_file = 60M; post_max_size = 60M; upload_max_filesize = 60M; |
Have you considered seeing if mogrify (imagemagick) exists on your server and if so try using that for uploads since that does not use PHP memory and can not stall PHP like GD2 can. Whatever file your trying to upload is crashing PHP cause your using GD2 as thats not stable to process giant images |
I switched it to ImageMagick... now this happens after I upload a video: Error creating thumbnail! Error code: 127 Command: "/usr/bin/mogrify" +profile "*" -size 76x100 -quality 70 -geometry 76x100 -unsharp 10 '/homepages/24/d169348544/htdocs/portal/data/534/thumbs/drawings.jpg' |
Imagemagick does not exist where your telling the program it is. You may have to ask your host if it exists on your server |
| All times are GMT -5. The time now is 03:03 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0