Check all are right or not.My db config is "/app/config/database.php"
class DATABASE_CONFIG {
        var $default = array(
                'driver' => 'mysql_ex',
                'persistent' => false,
                'host' => 'localhost',
                'login' => 'root',
                'password' => '',
                'database' => 'sif_dev',
                'prefix' => '',
        );

        var $test = array(
                'driver' => 'mysql',
                'persistent' => false,
                'host' => 'localhost',
                'login' => 'user',
                'password' => 'password',
                'database' => 'test_database_name',
                'prefix' => '',
        );
}

Please reply if solved with how have u solved it.

On Feb 18, 10:56 pm, "Dr. Loboto" <[email protected]> wrote:
> If all tables seems missing there are several possibilities:
>
> 1. App cannot cannot connect to DB (unfortunately Cake do not have
> separate error message for this case);
> 2. You select wrong database;
> 3. MySQL users rights are messed and you can connect, choose DB, but
> cannot select from tables there.
>
> On 18 фев, 14:54, Ed Propsner <[email protected]> wrote:
>
>
>
>
>
>
>
> > I know this a common error but I'm not seeing what I'm overlooking here.
> > I uploaded a project to remote server and the app complains that I'm missing
> > DB tables.
> > I assumed it was the cache and emptied it out but the problem still
> > persists.
> > The tables are there so that is not the issue.
> > The app appears to be connected to the DB.
> > It seems to be not just one or two tables it thinks are missing, but all
> > tables.
>
> > Thanks in advance,
> > Ed

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to