Quote Originally Posted by admin
Can you check if your database contain tables ?

Also post content of include/config.php after removing database login details.
This is the config.php script:
Code:
<?

error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);

session_start();

$db_host     = "localhost";

$db_name     = "youthalt_video";

$db_user     = "youthalt_sharing";

$db_pass     = "iscgmtrb";

$config = array();

$config['ffmpeg']          =  "/usr/local/bin/ffmpeg";

$config['mplayer']          =  "/usr/bin/mplayer";

$config['mencoder']          =  "/usr/bin/mencoder";

$config['flvtool']          =  "/usr/bin/flvtool2";

$config['basedir']        =  "";

$config['baseurl']        =  "http://www.youthalternatives.com/vshare";

include($config['basedir'] . "/include/vshare.php");