Duplicate: aba premium

DeletedUser

Guest
Prezados,

aparece este erro na aba : PREMUIM.

segue abaixo o erro :

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); } }
 

DeletedUser

Guest
Yes.

If i click th premium button make an txt error.

Cant get the reward from the quest example the farming premium function.

same problem
 
Top