Visit BoonEx Page at Facebook

Facebook

Join BoonEx group at LinkedIn

LinkedIn

Follow BoonEx on Twitter

Twitter

Subscribe to BoonEx Blog RSS feed

RSS
barbieq807

uploading video error

i added this to the bottom of my .htaccess file,

 

php_value upload_max_filesize 250M
php_value post_max_size 250M
php_value output_buffering on
php_value max_execution_time 1000
php_value max_input_time 1000
php_value memory_limit 64M

 

and when the video is done uploading i get an error when the video reaches 100%

 

can anyone tell me what may be wrong???

bad
0
good
 
 

Answers

theguypc
theguypc 119 days agocomment permalink
 
Try creating a php.ini file instead.

Open your text editor & add the following

file_uploads = On
output_buffering = on
upload_max_filesize = 250M
max_input_time = 1000
memory_limit = 64M
max_execution_time = 1000
post_max_size = 250M

Save this a "php.ini" and upload to your root folder & place one in your modules folder too.

Now try it and see if it works.

Another option would be to try creating a new .htaccess file specifically for the modules folder. It would only need contain the info you've provided above

e.g.

php_value upload_max_filesize 250M
php_value post_max_size 250M
php_value output_buffering on
php_value max_execution_time 1000
php_value max_input_time 1000
php_value memory_limit 64M

If you are using .htaccess with a Windows server it may not work at all. At least that's what I've read. Others here would be much better suited to help you if this is the case.
 
bad
0
good
 
 


Post an Answer

Please login to post an answer.

This Question
 
 
barbieq807's questions
All Questions
Found a bug? Have a suggestion? We really value your feedback!
 
PET:0.356091976166