Closed codebicycle closed 8 years ago
Why didn't just create pull request?
"There are only two hard problems in Computer Science: cache invalidation and naming things." - Phil Karlton
Thank for the find and the good info, I'll have a look when there's some free time and provide a fix!
thanks, it's fixed in develop branch!
Error is a class used internally by PHP 7, it is the base class for all internal PHP errors. link to manual
Solution: rename class Error from error controller to something else. Following references to error should be modified.
* Class Error
commentclass Error extends Controller
require APP . 'view/error/index.php';
header('location: ' . URL . 'error');