• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] error Bad Response: 0

Started by NeoLancer,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NeoLancerTopic starter

Hello good morning, just migrate to a more robust server and we tested the functionality of the script and is excellent, it performs well. but the uploading a media file (mp3, mp4, flv) video and audio gives me this error, can you help me?

Bad Response: 0

Upload Failed.
  •  

PHPVibe A.

Make sure the media and rawmedia are chmod 0777 (or writeable) and also that lib/upload.php and lib/upload-ffmpeg.php have execute permissions.
An error log entry would help further.

NeoLancerTopic starter

  •  

NeoLancerTopic starter

ok now gives this error

Bad Response: 500 Internal Server Error

I've uploaded a phpinfo

http://www.elchaketas.com/info.php

can you help me

thanks
  •  

PHPVibe A.

#4
Executable is 0555 as chmod, not 0777, that's writable, some server trow error if you chmod 0777 a php file.
0777 is for folders.

What's you PHP handler? DSO, suPHP or CGI?

NeoLancerTopic starter

#5
It is the one I'm using

PHP 5.2 (FastCGI)
All files with the extension .php will be handled by PHP 5.2 FastCGI processes.
FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_suphp. This eliminates the overhead of loading the PHP interpreter on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster.
  •  

PHPVibe A.

Indeed, but FastCGI is known to have issues with files upload. I've never used it, I use DSO but I've read about it https://www.google.com/search?q=fastcgi+file+upload&oq=fastcgi+file+upload on other upload failed occasions.

NeoLancerTopic starter

Ok could you tell me which of these options I can use php?
  •  

PHPVibe A.

I guess you can use 5.4 not the single php.ini one. What panel is this you are using?

NeoLancerTopic starter

Can I use the following and I set from php.ini
Additional extensions available for Installation
Http
Imagick
Magick Wand
Mail Parse
OAuth
OCI8
Upload Progress
IonCube
SourceGuardian
  •  

PHPVibe A.

You can install what ever you wish extra, PHPVibe only needs this list http://www.phprevolution.com/requirements/

NeoLancerTopic starter

ok, raise a ticket and ask the server to install all , thanks
  •  

Similar topics (7)