You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: