• error
    • Call to a member function next() on a non-object in /home/www/work/games/application/modules/games/controllers/RssController.php in line 225
      Position: 00220:              'entries'=>array(),
      00221:              );
      00222:  
      00223:  
      00224:  
      00225:          while($v=$res['gamesData']->next())
      00226:          {
      00227:              $system=$res['gamesSystem']->getIdField($v['gameSystemId'],'name');
      00228:  
      00229:              if(isset($v['gameAbstract']) && !empty($v['gameAbstract']) && $v['gameSystemId']==$systemId)
      00230:              {