error 404

hi 

Everything works very well

When you lift a small video works normally

but when i upload large video i have this error 404

Quote · 10 Sep 2012

Then your problem is most likely the video upload size. Check your settings in your flash apps for video uploads, as well as in htaccess. Also check your server to see if the load is too much for whatever hosting plan that you have. A quick search on the forums will tell you exactly how to do these fixes if you need more info.

Quote · 10 Sep 2012

Hello

You should check the upload_max_filesize directive on your server and make sure the video size is not larger than the allowed. If you need to upload larger files you may ask your host to increase the value of the directive if they provide such option.

Also you should review the error logs.  You may post this logs here so other forum members could review them as well and help you out on that matter.

Morgan

TMDHosting

Quote · 11 Sep 2012

upload_max_filesize is 999m

when the upload is end The error appears

Quote · 11 Sep 2012

Go to your admin click tool and after click host tool click phpinfo

ctrl f      =  upload_max_filesize.

 

look if its really

upload_max_filesize. 999M 


its capital" M" not small "m".

     
     
     
     
     
     
     
"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 11 Sep 2012

 it is 999M

upload_max_filesize 999M 999M

Go to your admin click tool and after click host tool click phpinfo

ctrl f      =  upload_max_filesize.

 

look if its really

upload_max_filesize. 999M 


its capital" M" not small "m".

     
     
     
     
     
     
     

 

Quote · 11 Sep 2012

 

upload_max_filesize is 999m

when the upload is end The error appears

 check this too..

post_max_size = 999M

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 11 Sep 2012

 IT IS 999M

 

upload_max_filesize is 999m

when the upload is end The error appears

 check this too..

post_max_size = 999M

 

Quote · 11 Sep 2012

 

 IT IS 999M

 

upload_max_filesize is 999m

when the upload is end The error appears

 check this too..

post_max_size = 999M

 

 As states, .htaccess is it there? Check permissions in your Admin>Host Tools and what ever else you can. This is a great feature.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 11 Sep 2012

 all is good

you mean htaccess in public_html it is in there

 

 IT IS 999M

 

upload_max_filesize is 999m

when the upload is end The error appears

 check this too..

post_max_size = 999M

 

 As states, .htaccess is it there? Check permissions in your Admin>Host Tools and what ever else you can. This is a great feature.

 

Quote · 11 Sep 2012

Is the server timing out? What is the max input time?

 

Do you have access to the servers master error log?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 11 Sep 2012

 

Is the server timing out? What is the max input time?

 

Do you have access to the servers master error log?

 max input time 999

i don't have access to the servers master error log

Quote · 11 Sep 2012

 That's 16 minutes so unless the file is REALLY huge it should be ok. How about max execution time?

 

Is the server timing out? What is the max input time?

 

Do you have access to the servers master error log?

 max input time 999

i don't have access to the servers master error log

 

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 11 Sep 2012

 

 

Is the server timing out? What is the max input time?

 

Do you have access to the servers master error log?

 max input time 999

i don't have access to the servers master error log

 A good reference to start with and match..

max_execution_time = 30

changed to

max_execution_time = 300

max_input_time = 60

changed to

max_input_time = 600

memory_limit = 8M

changed to

memory_limit = 512M

post_max_size = 8M

changed to

post_max_size = 100M

upload_max_filesize = 8M

changed to

upload_max_filesize = 100M

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 12 Sep 2012

 

 

 

Is the server timing out? What is the max input time?

 

Do you have access to the servers master error log?

 max input time 999

i don't have access to the servers master error log

 A good reference to start with and match..

max_execution_time = 30

changed to

max_execution_time = 300

max_input_time = 60

changed to

max_input_time = 600

memory_limit = 8M

changed to

memory_limit = 512M

post_max_size = 8M

changed to

post_max_size = 100M

upload_max_filesize = 8M

changed to

upload_max_filesize = 100M

 

upload_max_filesize 999M 999M
post_max_size 999M 999M
memory_limit 999M 999M
max_input_time 999 999
max_execution_time 999 999
Quote · 12 Sep 2012

There is no reason to make all 999, it not what I said.

timings should go from 30 to 300 not 999

and 60 to 600 not 999.

You don't need that memory set at 999M, Dolphins like 512MB to play around in.

I bet changing those still has not fixed the problem.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 12 Sep 2012

You didn't say what sort of hosting plan you have, are you on a shared, vps or dedicated server?

 

Quote · 12 Sep 2012

 in shared

You didn't say what sort of hosting plan you have, are you on a shared, vps or dedicated server?

 

 

Quote · 18 Sep 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.