I have just configured the cakephp 3.4 (by oven) . I am trying to ingrate authentication to my application, so I have configured users table, model, controller and app controller setup. But I am getting "SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cakephp.users' doesn't exist" after login form submit Even I have users table exists in database. Can anyone please suggest me what is going wrong?
Asked
Active
Viewed 41 times
0
-
Have you configured the correct database for the CakePHP application? – Sevvlor May 08 '17 at 11:31
-
yes, i have already checked it. – nilesh khalas May 12 '17 at 13:12