Duplicate: "Other offers" on market

DeletedUser

Guest
When trying to access the "Other offers" on the market, I get this error message:

setConfig(array('timeout' => $wallet_timeout)); // set the timeout in seconds for now- ms would require own / curl adapter $wallet_client->setWalletUri($wallet_uri); $wallet_client->setMarketId(MARKET_ID); $wallet_client->setWalletGameId('staemme'); $wallet_client->setWalletUsername($wallet_user); $wallet_client->setWalletPassword($wallet_pass); $this->setWalletClient($wallet_client); } public static function logError($msg) { $player_id = function_exists('get_game')? get_game()->player_id : 'no player'; flog('walleterror.log', date('c').'player: '.$player_id.' error: '.$msg."\n"); } public function changePremiumPoints($premium_log_entry, $is_transfer = false) { // send to wallet parent::changePremiumPoints($premium_log_entry, $is_transfer); } }
 
Top