cakephp database table not found error after copied to local -


i using cakephp 1.3 ...it working charm in server ,i copied local , executed it....after shows wierd error .it says "missing database table

error: database table inboxes model inbox not found.

notice: if want customize error message, create app/views/errors/missing_table.ctp " things did after copying local: used same db different name (yes..i changed in database.php too)

but there exist table "inbox" tried these ways: 1.removed inbox model , controller--nothing hapened 2.removed cache file app/tmp/cache/models ---nothing happened 3.disabled caching core.php

when used table same name in server working nothing seems working after used database name using db name app ....can me on this...whats happening this.,its urgent..thanks in advance...

as joseph mentioned in comment, may spelling mistake. there 1 more reason:

on web servers (mostly on shared hosting) have database name prefix. possible real name of database on server different database on localhost. can configure in app folder config/database.php

best regards, tony.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -