Open
Description
I got this error from CakePHP 3.1 after adding a new (Postresql) database table. The problem was that I created the new table (in the database) with a different user than the one that has access from the web framework. So it is actually a table level permission issue in my case. Just posting this to try to save others (and future self) from spending hours trying to fix something in the framework when the issue is with the database.
Metadata
Metadata
Assignees
Labels
No labels