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");




Reply With Quote
Bookmarks