panique / mini

Just an extremely simple naked PHP application, useful for small projects and quick prototypes. Some might call it a micro framework :)
1.35k stars 478 forks source link

Fatal error when going to site.com/error #207

Closed fennekbe closed 8 years ago

fennekbe commented 8 years ago

Fatal error: Cannot declare class Error, because the name is already in use in /var/www/vhosts/site.com/application/controller/error.php on line 0

This is what I'm getting when directed to the error page. All the rest works perfectly. Any idea what's going on there?

fennekbe commented 8 years ago

Fixed it by changing the name of 'error' into 'errors' everywhere.