|
a2xa
|
 |
« on: February 29, 2008, 11:38:31 pm » |
|
Whenever I or a member trys to upload a video it either times out or when it uploads nothing plays and the download link gives me a 400
Most of the time it just gives me a
Error:
You need to enter a picture title.
This only happens for uploaded videos. Can someone help?
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #1 on: March 01, 2008, 07:43:02 am » |
|
How large is the video file?
|
|
|
|
|
Logged
|
|
|
|
|
a2xa
|
 |
« Reply #2 on: March 01, 2008, 09:34:44 am » |
|
I've tried two one was a 6MB flv file and the other was a 42 MB wmv file by the way my site is http://wiicharged.com
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #3 on: March 01, 2008, 09:37:55 am » |
|
That file is a little large by default most php setups allow only 2mb to be uploaded.
You need to check your php settings and incease upload_max_filesize = 10M ; post_max_size = 10M ;
Replace the 10M with the largest file amount you think you will upload to the forum. 10M stands for 10 megabytes.
|
|
|
|
|
Logged
|
|
|
|
|
a2xa
|
 |
« Reply #4 on: March 01, 2008, 10:07:05 am » |
|
my php configuration file in the hosting service or on the actual gallery itself?
Thanks for the speedy response by the way.
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #5 on: March 01, 2008, 10:20:28 am » |
|
In the hosting service
|
|
|
|
|
Logged
|
|
|
|
|
a2xa
|
 |
« Reply #6 on: March 01, 2008, 10:28:50 am » |
|
also on the video configuration there is an option for a max videosize.
right now it's set to 0.
Are the bytes displayed megabytes?
|
|
|
|
|
Logged
|
|
|
|
|
a2xa
|
 |
« Reply #7 on: March 01, 2008, 11:05:50 am » |
|
alright I made the max file upload size 250MB in the php.ini file. It still dosen't work.
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #8 on: March 01, 2008, 12:05:11 pm » |
|
Try a smaller video file and see if that works first one around one megabtye
|
|
|
|
|
Logged
|
|
|
|
|
a2xa
|
 |
« Reply #9 on: March 02, 2008, 01:15:49 pm » |
|
I did and it works. It wont work around above 2MB
|
|
|
|
|
Logged
|
|
|
|
|
a2xa
|
 |
« Reply #10 on: March 02, 2008, 01:20:50 pm » |
|
Well, if I upload something larger than 2 MB it says you need to enter a picture title. And takes forever. It dosen't upload. I've increased the max size.
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #11 on: March 02, 2008, 01:27:09 pm » |
|
The webserver most likely needs to be restarted in order for the php settings to take affect.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
a2xa
|
 |
« Reply #13 on: March 02, 2008, 03:45:51 pm » |
|
Alright I had to upload the php.ini to every folder to get it to work. Thanks for bearing with me.
|
|
|
|
« Last Edit: March 02, 2008, 03:51:58 pm by a2xa »
|
Logged
|
|
|
|
|
Drdittman
|
 |
« Reply #14 on: March 03, 2008, 07:58:11 am » |
|
I am still having the same issues when you said you had to load the php.ini into every folder are you talking just the gallery folders or all the smf folders too?
|
|
|
|
|
Logged
|
|
|
|
|