Sorry haven't been on in awhile, investigating nowHelp me please
i have set class.logsys.php chmod 777
i have set Francium.log chmod 777
Fatal error: Call to a member function prepare() on a non-object in /home/sss/public_html/Commands/class.logsys.php(1) : eval()'d code on line 739
What is problem?
Fatal error: Call to a member function prepare() on a non-objectHelp me please
i have set class.logsys.php chmod 777
i have set Francium.log chmod 777
Fatal error: Call to a member function prepare() on a non-object in /home/sss/public_html/Commands/class.logsys.php(1) : eval()'d code on line 739
What is problem?
<?php
/**
* For Development Purposes
*/
ini_set("display_errors", "on");
require("/Commands/class.logsys.php");
\Fr\LS::config(array(
"basic" => array(
"company" => "SiteName",
"email" => "[email protected]",
"email_callback" => 0
),
"db" => array(
"host" => "198.50.245.165",
"port" => 3306,
"username" => "root",
"password" => "********",
"name" => "freets3v2",
"table" => "users",
"servers" => "servers", #Server List In Database
"userservers" => "userservers", #User Servers
"token_table" => "resettokens",
"register_table" => "registerTokens",
"updateCheck" => "true", #true or false
"authenticationKey" => "8312016" #Authentication Key, Used to notify updates http://webchat.esper.net/?channels=#MyFreeTeamSpeak
),
"tsSetup" => array (
"maxSlots" => 512,
"tooltip" => "", #Icon for tooltip url?
"hostbutton" => "", #Host Button URL
"MyFreeTeamSpeakDNS" => "no", #Yes or No, Cancels out the tsdns setting below
"tsdns" => "/tsdns-linux/tsdns_settings.ini" #Currently being implemented still Windows/Linux...
),
"features" => array(
"auto_init" => true
),
"pages" => array(
"no_login" => array(
"",
"/reset.php",
"/register.php"
),
"login_page" => "/login.php",
"home_page" => "/home.php"
)
));