We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Found #0 D:\phpStudy\WWW\owl_test\mysite\vendor\yeaha\owl-mvc\src\Mvc\Router.php(230): Owl\Http\Exception::factory(404) #1 D:\phpStudy\WWW\owl_test\mysite\vendor\yeaha\owl-mvc\src\Mvc\Router.php(166): Owl\Mvc\Router->respond(Object(Owl\Http\Request), Object(Owl\Http\Response)) #2 D:\phpStudy\WWW\owl_test\mysite\boot.php(59): Owl\Mvc\Router->execute(Object(Owl\Http\Request), Object(Owl\Http\Response)) #3 [internal function]: {closure}(Object(Owl\Http\Request), Object(Owl\Http\Response)) #4 D:\phpStudy\WWW\owl_test\mysite\vendor\yeaha\owl-core\src\Middleware.php(83): call_user_func_array(Object(Closure), Array) #5 D:\phpStudy\WWW\owl_test\mysite\vendor\yeaha\owl-mvc\src\Application.php(110): Owl\Middleware->execute(Array) #6 D:\phpStudy\WWW\owl_test\mysite\vendor\yeaha\owl-mvc\src\Application.php(92): Owl\Application->execute(Object(Owl\Http\Request), Object(Owl\Http\Response)) #7 D:\phpStudy\WWW\owl_test\mysite\index.php(7): Owl\Application->start() #8 {main}
我的报这个错误
The text was updated successfully, but these errors were encountered:
你的controller没有被找到呗,访问一个不存在的地址,当然会404 Not Found
Sorry, something went wrong.
class的路径前面多了一个Controller,我的apache配置是有问题么
我没有配置nginx进行映射,现在已经解决了
解决了就好
No branches or pull requests
Not Found
#0 D:\phpStudy\WWW\owl_test\mysite\vendor\yeaha\owl-mvc\src\Mvc\Router.php(230): Owl\Http\Exception::factory(404)
#1 D:\phpStudy\WWW\owl_test\mysite\vendor\yeaha\owl-mvc\src\Mvc\Router.php(166): Owl\Mvc\Router->respond(Object(Owl\Http\Request), Object(Owl\Http\Response))
#2 D:\phpStudy\WWW\owl_test\mysite\boot.php(59): Owl\Mvc\Router->execute(Object(Owl\Http\Request), Object(Owl\Http\Response))
#3 [internal function]: {closure}(Object(Owl\Http\Request), Object(Owl\Http\Response))
#4 D:\phpStudy\WWW\owl_test\mysite\vendor\yeaha\owl-core\src\Middleware.php(83): call_user_func_array(Object(Closure), Array)
#5 D:\phpStudy\WWW\owl_test\mysite\vendor\yeaha\owl-mvc\src\Application.php(110): Owl\Middleware->execute(Array)
#6 D:\phpStudy\WWW\owl_test\mysite\vendor\yeaha\owl-mvc\src\Application.php(92): Owl\Application->execute(Object(Owl\Http\Request), Object(Owl\Http\Response))
#7 D:\phpStudy\WWW\owl_test\mysite\index.php(7): Owl\Application->start()
#8 {main}
我的报这个错误
The text was updated successfully, but these errors were encountered: