Duplicate: Raise production doesnt work

DeletedUser

Guest
  1. Summary of the issue (title of the post)

    Hi,

    I just saw, that clicking on the "raise production" hyperlink does not work.

  2. Overview of the bug (description):


  3. Steps to reproduce:
    Clicking the "raise production" hyperlink

    Directlink to the bug: http://zz1.beta.tribalwars.net/game.php?village=7679&mode=use&screen=premium
  4. Reproduction rate (Every time? Sometimes?):

    Every time
  5. Browser and Version:

    Safari, latest stable version
  6. Visual Reference if available (Screenshot) please put them in a spoiler.:

    Code:
    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); } }
  7. Player name and market for rewards:
    da-baba on german servers
 
Last edited by a moderator:
Top