
Originally Posted by
BaasHotel
Can you post your global.php and tell us what's on line 113? And you'll have to edit your catalog through the database. You can take items_base and catalog_items_copy from a bcstorm sql as well as a swiftemu sql, it should have most of the furni in it.
Code:
// ****** Set Params for Client use
$tpl->SetParam('connection_info_host', $client['connection_info_host']);
$tpl->SetParam('connection_info_port', $client['connection_info_port']);
$tpl->SetParam('site_url', WWW);
$tpl->SetParam('client_reload_url', WWW);
$tpl->SetParam('client_fatal_error_url', WWW . "/flash_client_error");
$tpl->SetParam('external_variables_txt', $client['external_variables_txt']);
$tpl->SetParam('external_texts_txt', $client['external_texts_txt']);
$tpl->SetParam('furnidata_load_url', $client['furnidata_load_url']);
$tpl->SetParam('productdata_load_url', $client['productdata_load_url']);
$tpl->SetParam('client_starting', $client['client_starting'] );
$tpl->SetParam('habbo_swf', $client['habbo_swf']);
$tpl->SetParam('swf_base_dir', $client['swf_base_dir']);
-Line 113 - $tpl->SetParam('client_starting', $client['client_starting'] );
And ok, I don't know how to do that, but I'll open the file up in an notepad++ and look for that.

Originally Posted by
Clawed
This is missing from $client array();
PHP Code:
$client['client_starting']
I don't think so...