Error Game module not found: module.mainsite.award
Posted: 18 April 2020, 13:49
Hi,
I'm working on fixing bugs on a released game (Stone Age), and since a few days I randomly meet an error at launch of my test game :
Sorry, an unexpected error has occured ...
Game module not found: module.mainsite.award
#0 /var/tournoi/release/tournoi-200417-2009-gs/www/include/APP_GameFactory.inc.php(25): APP_GameFactory->getNewGameModule('module.mainsite...', true)
#1 /var/tournoi/release/tournoi-200417-2009-gs/www/include/APP_GameClass.inc.php(23): APP_GameFactory->getNewUnique('module.mainsite...')
#2 /var/tournoi/release/tournoi-200417-2009-gs/www/game/module/website/auth.game.php(956): APP_GameClass->getNewUnique('module.mainsite...')
#3 /var/tournoi/release/tournoi-200417-2009-gs/www/game/module/website/auth.game.php(540): Auth->LogUserIn(Array, true)
#4 /var/tournoi/release/tournoi-200417-2009-gs/www/game/module/website/auth.game.php(581): Auth->cookie_autologin_using('TournoiEnLigneS...', 'TournoiEnLigneS...', 0)
#5 /var/tournoi/release/tournoi-200417-2009-gs/www/game/module/website/auth.game.php(432): Auth->cookie_autologin()
#6 /var/tournoi/release/tournoi-200417-2009-gs/www/index.php(126): Auth->autologin_or_visitor()
#7 {main}
F5 allow to reach the board game and after everything is working.
Nothing in this error log seems to be related to Stone Age code or my modifications, so I would like to know if other people have the same issue. If not, I guess that I have broke something but I currently have no idea where.
I'm working on fixing bugs on a released game (Stone Age), and since a few days I randomly meet an error at launch of my test game :
Sorry, an unexpected error has occured ...
Game module not found: module.mainsite.award
#0 /var/tournoi/release/tournoi-200417-2009-gs/www/include/APP_GameFactory.inc.php(25): APP_GameFactory->getNewGameModule('module.mainsite...', true)
#1 /var/tournoi/release/tournoi-200417-2009-gs/www/include/APP_GameClass.inc.php(23): APP_GameFactory->getNewUnique('module.mainsite...')
#2 /var/tournoi/release/tournoi-200417-2009-gs/www/game/module/website/auth.game.php(956): APP_GameClass->getNewUnique('module.mainsite...')
#3 /var/tournoi/release/tournoi-200417-2009-gs/www/game/module/website/auth.game.php(540): Auth->LogUserIn(Array, true)
#4 /var/tournoi/release/tournoi-200417-2009-gs/www/game/module/website/auth.game.php(581): Auth->cookie_autologin_using('TournoiEnLigneS...', 'TournoiEnLigneS...', 0)
#5 /var/tournoi/release/tournoi-200417-2009-gs/www/game/module/website/auth.game.php(432): Auth->cookie_autologin()
#6 /var/tournoi/release/tournoi-200417-2009-gs/www/index.php(126): Auth->autologin_or_visitor()
#7 {main}
F5 allow to reach the board game and after everything is working.
Nothing in this error log seems to be related to Stone Age code or my modifications, so I would like to know if other people have the same issue. If not, I guess that I have broke something but I currently have no idea where.