I’m trying out the yii2 framework, and when I’m trying to access frontend/web/index.php, I get the following error:
An Error occurred while handling another error: yii\base\InvalidRouteException: Unable to resolve the request “site/error”. in C:\xampp\htdocs\fsayii2\vendor\yiisoft\yii2\base\Module.php:537
Stack trace:
#0 C:\xampp\htdocs\fsayii2\vendor\yiisoft\yii2\web\ErrorHandler.php(108): yii\base\Module->runAction(‘site/error’)
#1 C:\xampp\htdocs\fsayii2\vendor\yiisoft\yii2\base\ErrorHandler.php(111): yii\web\ErrorHandler->renderException(Object(yii\web\NotFoundHttpException))
#2 [internal function]: yii\base\ErrorHandler->handleException(Object(yii\web\NotFoundHttpException))
#3 {main}
Previous exception: yii\base\InvalidRouteException:
Unable to resolve the request “”. in C:\xampp\htdocs\fsayii2\vendor\yiisoft\yii2\base\Module.php:537
Stack trace: #0 C:\xampp\htdocs\fsayii2\vendor\yiisoft\yii2\web\Application.php(103): yii\base\Module->runAction(’’, Array)
#1 C:\xampp\htdocs\fsayii2\vendor\yiisoft\yii2\base\Application.php(386): yii\web\Application->handleRequest(Object(yii\web\Request))
#2 C:\xampp\htdocs\fsayii2\frontend\web\index.php(17): yii\base\Application->run()
#3 {main}
Next yii\web\NotFoundHttpException: Page not found. in C:\xampp\htdocs\fsayii2\vendor\yiisoft\yii2\web\Application.php:115 Stack trace:
#0 C:\xampp\htdocs\fsayii2\vendor\yiisoft\yii2\base\Application.php(386): yii\web\Application->handleRequest(Object(yii\web\Request))
#1 C:\xampp\htdocs\fsayii2\frontend\web\index.php(17): yii\base\Application->run()
#2 {main}
I’m confused and don’t know what went wrong. Everything was working fine until I tried requesting a session, and then the error above showed up. I deleted my session code, but it still doesn’t work…I would paste some code here but I don’t know what to paste.
More details:
I can’t access anything in frontend/web/index.php?r=site/pagename
.
The page error.php exists and I haven’t changed any of the code there yet. I haven’t touched SiteController.php either.
I checked all the previous topics in the forum on this error and none of them seem to be the same situation I’m in.
Thanks in advance!