The error I get is:
Fatal error: Call to a member function getarray() on a non-object in /usr/local/www/data-dist/index.php on line 13
The /includes/config.php file is:
I just moved server and set everything up, All help appreciated!Code:<? error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING); session_start(); $db_host = "localhost"; $db_name = "-"; $db_user = "-"; $db_pass = "-"; $config = array(); $config['ffmpeg'] = "/usr/local/bin/ffmpeg"; $config['mplayer'] = "/usr/local/etc/mplayer"; $config['mencoder'] = "/usr/local/bin/mencoder"; $config['flvtool'] = "/usr/local/bin/flvtool2"; $config['basedir'] = "/usr/local/www/data-dist"; $config['baseurl'] = "http://84.244.189.113"; include($config['basedir'] . "/include/vshare.php");


				
				
				
					
  Reply With Quote
Bookmarks