Missing CakePHP Database Table

Error: Database table users for User model not found.

I am reporting the error above and I'm not sure why this is happening. I was looking for a possible solution to this problem, and the most common solution is ... going to the app / tmp / cache directory and deleting files in the model and persistent folders. I did this and I still see this error message. I assume that the database is connected properly because I do not see any connection errors, and when I use the wrong credentials, I see connection error messages. I also have a user table, so the table exists in the database. Could it be my rights? If so, how can I change them since I use Bluehost for my hosting. Please help me with this problem.

+3
source share
1 answer

Click the MySql Database Wizard in Bluehost to give users permission to work!

+2
source

Source: https://habr.com/ru/post/1710711/


All Articles