Also post content of include/config.php file after removing database details.
Also post content of include/config.php file after removing database details.
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
Thank you for your reply.
Here is the content of include/config.php:
Hmm, are the paths wrong?Code:<?php error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING); session_start(); $db_host = ""; $db_name = ""; $db_user = ""; $db_pass = ""; $language = "en"; $config = array(); $config['ffmpeg'] = "/usr/bin/ffmpeg"; $config['mplayer'] = "/usr/bin/ffmpeg"; $config['mencoder'] = "/usr/bin/ffmpeg"; $config['flvtool'] = "/usr/bin/ffmpeg"; $config['basedir'] = "/home/valvideo/public_html"; $config['baseurl'] = "http://videos.val-emmich.net"; include($config['basedir'] . "/include/vshare.php");
Last edited by bangnificent; 10-31-2009 at 10:12 AM.
You need to change the path in include/config.php same as
$config['ffmpeg'] = "/usr/bin/ffmpeg";
$config['mplayer'] = "/usr/bin/mplayer";
$config['mencoder'] = "/usr/bin/mencoder";
$config['flvtool'] = "/usr/bin/flvtool";
Upload a test video and check its working or not
You need to disbale open_basedir. Now it is set.
None of your php.ini settings are proper. Set it as per
YouTube Clone Server Requirements
Also update path to binary files in include/config.php
Look like requirements are not properly installed on your server.
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
Bookmarks