Hi ,
An error which is coming through into the application. In php_error.log I am getting:
Multiple\Frontend\Controllers\ImgController handler class cannot be loaded
I have upgraded to phalcon 3.2 on php 7.1.
As far as I'm aware I am not attemptiong to call ImgController which as the error suggests does not exits.
I can't find where the source of the attempt to call this controller is.
Has anyone else encountered this issue? What am I doing wrong?