fuelphp-storage / fuelphp

FuelPHP framework
http://fuelphp.com
MIT License
274 stars 57 forks source link

Buggy (I think) 404 pages #46

Open abread opened 10 years ago

abread commented 10 years ago

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!

WanWizard commented 10 years ago

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.

abread commented 10 years ago

Using MAMP Pro with PHP 5.4.4. My fuel installation is on a sub-folder and when I access fuelphp through an url like (sites.local/fuelphp-master/doesnotexist) I get the stack-trace error page (titled: Could not resolve: Fuel\Foundation\Response\CTYPE html> Aw, Crap!