After running my Cake application locally i tried to upload it to my remote server, configured everything properly, checked all the tables, database access. But I couldn't solve the following error. I can't find enough resources too.
Missing Database Table Error: Database table acos for model Aco was not found.
Notice: If you want to customize this error message, create app/views/ errors/missing_table.ctp
I used the ACL component.
This table exists but I found this link: CakePHP Error: Database table acos for model Aco was not found and this answer from 8vius. By thanks from all.
The answer is: In the end the error was in my database user configuration. It seems I forgot to set CRUD permissions to the user I use to access the database and that's what gave me the error