Fatal error because an Error instance is being passed instead of an expected Exception instance
I just installed xampp with php 7.0.4 and a fresh cakephp 3.2.6. I did a lot of research and everything I found shows that they are compatible. However as soon as I go to open the application with a browser, cake replies with an Internal Error. The only pointer as to what to do is that xampp logs the following in apache error.log: PHP Fatal error: Uncaught TypeError: Argument 1 passed to Cake\Error\BaseErrorHandler::handleException() must be an instance of Exception, instance of Error given in D:\Xampp\htdocs\cakephp\vendor\cakephp\cakephp\src\Error\BaseErrorHandler.php:153 Stack trace: #0