somet
1
Trying to upgrade and getting stuck on step 234 with error:
Fix database constraints and indexes
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘cms.oauth_clients’ doesn’t exist
Same problem when trying a fresh install and database import. Any ideas on how to fix this?
DanBW
2
You can add this table manually by entering the following sql statement:
I have also included a link below to the guide on how to run sql commands when using Docker:
If the issue persists, please let me know.
Many Thanks.