php - Laravel system returns NotFoundHttpException -


my laravel 4 projects prints error in error logs following:

 exception 'symfony\component\httpkernel\exception\notfoundhttpexception' in /var/www/html/projectname/bootstrap/compiled.php:5336 stack trace: #0 /var/www/html/projectname/bootstrap/compiled.php(4685):   illuminate\routing\routecollection->match(object(illuminate\http\request)) #1 /var/www/html/projectname/bootstrap/compiled.php(4673):   illuminate\routing\router->findroute(object(illuminate\http\request)) #2 /var/www/html/projectname/bootstrap/compiled.php(4665):   illuminate\routing\router->dispatchtoroute(object(illuminate\http\request)) #3 /var/www/html/projectname/bootstrap/compiled.php(706):   illuminate\routing\router->dispatch(object(illuminate\http\request)) #4 /var/www/html/projectname/bootstrap/compiled.php(687):  illuminate\foundation\application->dispatch(object(illuminate\http\request)) #5 /var/www/html/projectname/bootstrap/compiled.php(1146):   illuminate\foundation\application->handle(object(illuminate\http\request), 1, true) #6 /var/www/html/projectname/bootstrap/compiled.php(7308):   illuminate\http\frameguard->handle(object(illuminate\http\request), 1, true) #7 /var/www/html/projectname/bootstrap/compiled.php(7905):   illuminate\session\middleware->handle(object(illuminate\http\request), 1, true) #8 /var/www/html/projectname/bootstrap/compiled.php(7852):   illuminate\cookie\queue->handle(object(illuminate\http\request), 1, true) #9 /var/www/html/projectname/bootstrap/compiled.php(10872):   illuminate\cookie\guard->handle(object(illuminate\http\request), 1, true) #10 /var/www/html/projectname/bootstrap/compiled.php(648):  stack\stackedhttpkernel->handle(object(illuminate\http\request)) #11 /var/www/html/projectname/public/index.php(65):   illuminate\foundation\application->run() #12  {main}  

i couldn't solve problem. reason this? appreciated. thanks.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -