Hello friend... i have problem with cabaltoolsv3.1 ..
In my pc all web cabaltool v3.1 work but in my friend pc NOT WORK
This error:
"Fatal error: Call to a member function children() on a non-object in C:\xampp\htdocs\modules\mod.servstats.php on line 29"
My PC is work:
http://farm4.static.flickr.com/3068/...71a222d9_z.jpg
My Friend PC not work:
http://farm4.static.flickr.com/3020/...03b48e6d_z.jpg
backend config :
frontend config :Code:$_config['db_type'] = 'mssql';
$_config['Server'] = "192.168.1.4"; <--- ip my connection
$_config['User'] = *REMOVED*;
$_config['Pass'] = *REMOVED*;
$_config['DB'] = "ACCOUNT";
$_config['DB2'] = "GAMEDB";
$_config['DB3'] = "CabalCash";
192.168.1.4 = ip my connectionCode:$_config['server_feed'] = 'http://192.168.1.4/backend/';// dont forget to add / in the end
$_config['front_page'] = 'frontpage';
$_config['popup_vote'] = 120;
$_config['top_hero'] = 10;
$_config['nocache'] = false;
$_config['close_site'] = false;
$_config['redirect'] = 'http://192.168.1.4/frontend/'; <--- ip my connection
Please tell me how to fix this....

