Missing Controller

I created the file using touch unix command.

touch /MyUSERDIR/MYPROJECTDIR/plugin/Custom/BASIC/src/Controller/ContactsController.php

I used the path suggested by the exception as command parameter.

Everything works …

  • templates override works
  • routes works
  • cake reveal i’m in the plugin so the path suggested by the exception is right!

Exception Attributes: array (
‘class’ => ‘Contacts’,
‘plugin’ => ‘Custom/Basic’,
‘prefix’ => false,
‘_ext’ => false,
)

Seams even if i have the file with the right path for cake this doesn’t exists.
/MyUSERDIR/MYPROJECTDIR/plugin/custom/BASIC/src/Controller/ContactsController.php

>ls /MyUSERDIR/MYPROJECTDIR/plugin/custom/BASIC/src/Controller/ContactsController.php

return

-rwxrwxrwx 1 myuser mygroup 157B 15 Dic 18:18 ContactsController.php