This is my config.php:

Code:
<?

error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
session_start();

$db_host     = "localhost";
$db_user     = "username";
$db_pass     = "password";
$db_name     = "databasename";

$config = array();

$config['ffmpeg']          =  "/usr/local/bin/ffmpeg";
$config['mplayer']          =  "/usr/bin/mplayer";
$config['mencoder']          =  "/usr/bin/mencoder";
$config['flvtool']          =  "/usr/local/bin/flvtool2";
$config['basedir']        =  "";
$config['baseurl']        =  "http://www.cgwatch.com";

include("vshare.php");
?>
Used the install-folder to make this... Any idea how to fix it?!