Hi, I have weired problem!
I have multilanguage multimodule phalcon mvc system. all langs works well & all controllers & routes ok. but in 2 of langs e.g. 'tr' and 'az', handler class cannot be loaded!
This is so weired that dispatcher looking for indexController
instead of IndexController
!!!
Client\Controllers\indexController handler class cannot be loaded
when i put indexController.php file with lowercase name, it works! but again for other controllers it looks for lowercase version!