Fix my internal 500 error

Status
Not open for further replies.

baokyrox

BANNED
Joined
Oct 10, 2008
Messages
428
Reaction score
34
I got a php script, which upload video to facebook.

If i upload video about 1.23mb, its works fine and output as usual.

But if i upload my original video about 41.54mb , it throw me internal 500 error

How do i fix this, i am sure the script is fine, also i check with facebook their upload size is more than 41mb, somewhere around 200mb is fine.

And video length was 12 minutes only. so it doesn't exceed the 20 minutes limit.

I guess its something wrong with my server setting on php or apache or whatever, i need the solution, sorry i can't give you my root access.

Payment: $20 usd
Mode: Paypal

Pm me
 
This is my php info page

http://www.animepremiumdl.com/info.php
 
Your max execution time may need
To be changed by host. What about uploading videos through FTP?
 
on your php info you see max execution time is 320sec, from your test with the smaler file, do you expect that about 5min is long enough?
please tell more about your setup:
connection speed?
server hardware?
do u use curl or what ever for the upload?
 
Connection Speed 100mb/sec
I use curl for upload

The file suppose to be upload at max 1 minute, the internal 500 error throw at about 10~15 seconds after the script is run.

The problem is if i load a 1.23mb file, its okay and work like usual.
 
if the script crashes that soon there is maybe something else wrong with your script and its not realy the upload process.
insert some debug outputs into your script to know in which line exactly it crashs.
also do some tests with other files.
 
its just having issue with big files, as mention processing.mp4 works.
 
It may be a file permission setting. For example if you have permissions set at 777, the web host may not allow it, so you would need to change it to 755 instead. Another possible cause could be the script is encrypted with ioncube and based on your phpinfo the web host doesn't have ioncube installed.

One other thing comes to mind and that is to check your phpconfig file in cpanel and check the file upload size as it may be set too low to support the bigger uploads.
 
Last edited:
You should contact host & ask for the limitations of their server.How much you can upload or download at once.
 
you should contact to your host and tell them problem because its a server error they will make amendments in your php.ini.
 
I can fix this error without any problem for you , send me details and contact options via pm as i cannot send pm
 
hello sir,
i am interested in your work add me on skype for further detail talks
skype:vikasvyas47
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top