Hi Vadim.. i'm still learning cake and have had a similar error to this.. some things to do / check:
*Permissions on the user to those database tables / database (does it have create / read access) *Tables following cake naming format, i.e. Model = Test, Table = Tests *Try clearing the cache in /app/tmp/cache/ for the specific tables Do you get this error with an unbaked model? be interesting to know.. personally i've never used the bakery facility so i'm not entirely sure if theres any differences.. Hope this helps a bit, Chris On Mar 12, 2:05 pm, Vadim Frolov <[email protected]> wrote: > Hi there! > > I am stuck with this strange problem. I installed CakePHP 1.2.6, database > connection is OK. I baked some models, controllers, view, e.t.c. Then I go > tohttp://localhost/cake/usersand get the error "Database table names for > model Name was not found.". I get this error with any baked model. > > If I change database.php and broke the MySQL connection, then I get the > error with the correct model and table name. > > Maybe someone had such a problem before? > > Thanks, > Vadim Frolov. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
