-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Buggy (I think) 404 pages #46
Comments
I can't reproduce that, if I request http://fuel2.local/doesnotexist, I get the standard "Ow, crap" page that is also present in 1.x. What exactly did you do to install and produce this error? Which environment? Please note that this is not "the latest FuelPHP version". This is the development environment for FuelPHP v2, which at the moment is far from ready. |
I'm clueless. You don't have a typo in your Welcome controller? if after |
There was no dot after Replaced But some thing you should look is the |
Ok, so you've got an old version of the code. The Response subclass was added as a parameter recently, and because I use the Welcome controller for testing, I'd probably didn't commit that change yet. What do mean with |
I was trying the latest fuelphp version and I wanted to see if the 404 page had the same fancy look (congratulations for that by the way) as the other error pages...
And instead of an exception related to the router or just a page saying the good old "404 - Not Found" I got "Could not resolve: Fuel\Foundation\Response\ %Really_long_html_code_here_in_the_middle_of_the_title_that_looks_like_the_code_for_the_404_error_page%".
Just pointing it out to make sure that all the bugs are reported as soon as possible to release the new FuelPHP as soon as possible!
The text was updated successfully, but these errors were encountered: