Страница не найдена. code 0

## wa-system/waSystem.class.php(499)
#0 index.php(12): waSystem->dispatch()
#1 {main}

Next yii/web/NotFoundHttpException with message 'Страница не найдена.':
## vendor/yiisoft/yii2/web/Application.php(115)
#0 vendor/yiisoft/yii2/base/Application.php(386): yii/web/Application->handleRequest(Object(yii/web/Request))
#1 wa-apps/pages/lib/actions/frontend/pagesFrontend.action.php(32): yii/base/Application->run()
#2 wa-system/controller/waViewAction.class.php(170): pagesFrontendAction->execute()
#3 wa-system/controller/waViewController.class.php(86): waViewAction->display()
#4 wa-system/controller/waDefaultViewController.class.php(48): waViewController->executeAction(Object(pagesFrontendAction))
#5 wa-system/controller/waController.class.php(21): waDefaultViewController->execute()
#6 wa-system/controller/waViewController.class.php(46): waController->run(NULL)
#7 wa-system/controller/waFrontController.class.php(229): waViewController->run(NULL)
#8 wa-system/controller/waFrontController.class.php(164): waFrontController->runController(Object(waDefaultViewController), NULL)
#9 wa-system/controller/waFrontController.class.php(58): waFrontController->execute(NULL, 'frontend', NULL)
#10 wa-system/waSystem.class.php(727): waFrontController->dispatch()
#11 wa-system/waSystem.class.php(487): waSystem->dispatchFrontend('pages/beskarkas...')
#12 index.php(12): waSystem->dispatch()
#13 {main}

/home/mebelvov/web/mebelvov.ru/public_shtml/wa-system/waSystem.class.php around line 499

494	                $log[] = $e instanceof waException ? $e->getFullTraceAsString() : $e->getTraceAsString();
   495	                waLog::log(join("\n", $log));
   496	            }
   497	            if (class_exists('waException')) {
   498	                if (!$e instanceof waException) {
 >>499	                    $e = new waException($e->getMessage(), $e->getCode(), $e);
   500	                }
   501	                $e->sendResponseCode();
   502	            }
   503	            print $e;
   504	        }

GET

array()

Params

array(
  'app' => 'pages',
)