Fatal error: Undefined class name 'stemplate' in /home/youth
Fatal error: Undefined class name 'stemplate' in /home/youthalt/public_html/vshare/admin/index.php on line 30
How can this be when there are only 18 lines of code? Even if I could modify this, I can't read the encrypted script in this page file.
Anyone know what this error is referring to? Or better yet... how to fix this?
~Harrison
include/config.php content
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");