[BUG] When close the game

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • [BUG] When close the game

      I got this error when close the game


      NOTICE
      Message: Undefined index: PLANETS
      File: /includes/pages/game/AbstractGamePage.class.php
      Line: 106
      URL: xnproyect.nat.cu/game.php
      PHP-Version: 7.2.24
      PHP-API: fpm-fcgi
      XNProyect Version: 2.2.git
      Debug Backtrace:
      #0 /includes/pages/game/AbstractGamePage.class.php(106): errorHandler(8, 'Undefined index...', 'FILEPATH ...', 106, Array)
      #1 /includes/pages/game/AbstractGamePage.class.php(177): AbstractGamePage->getNavigationData()
      #2 /includes/pages/game/AbstractGamePage.class.php(317): AbstractGamePage->getPageData()
      #3 /includes/pages/game/AbstractGamePage.class.php(228): AbstractGamePage->display('error.default.t...')
      #4 /includes/pages/game/ShowErrorPage.class.php(34): AbstractGamePage->printMessage('El universo no ...', false, NULL)
      #5 /includes/common.php(155): ShowErrorPage::printError('El universo no ...', false)
      #6 /game.php(24): require('FILEPATH ...')
      #7 {main}

      PHP Source Code: common.php

      1. if($config->game_disable == 0 && $USER['authlevel'] == AUTH_USR) {
      2. ShowErrorPage::printError($LNG['sys_closed_game'].'<br><br>'.$config->close_reason, false);
      3. }
      Here start de error.