Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing Database Table Cakephp [closed]

Error: Database table users for model User was not found.

I'm expriencing the error show above and I'm unsure why this is happening. I've searched for a possible solution to this problem and the most prevalent solution is... going to the app/tmp/cache directory and removing the files in the model and persistent folders. I've done that and I'm still seeing this error message. I presume the database is connected properly because I'm not seeing any connection errors and when I use the wrong login credentials, I see connection error messages. I also have a users table so the table does exist in the database. Could it be my permissions? If so how do change them as I'm using Bluehost for my hosting. Please help me with this problem.

like image 362
donalg d Avatar asked Jul 25 '26 07:07

donalg d


1 Answers

Click MySql Database Wizard in Bluehost to grant users permission duh!!

like image 157
donalg d Avatar answered Jul 28 '26 03:07

donalg d