Re: [fw-general] PDO::prepare cannot find an existing table.

2008-03-27 Thread milan
Hi, the table name is case-sensitive now. for e.g. the table name in mysql db was USERS, while I tried it as users. I got the same error as yours. Waigani wrote: I've got same problem.Using ZF 1.03, trying to connect to mysql table: Zend_Db_Statement_Exception' with message

Re: [fw-general] PDO::prepare cannot find an existing table.

2008-01-27 Thread Waigani
I've got same problem.Using ZF 1.03, trying to connect to mysql table: Zend_Db_Statement_Exception' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Jared Smith wrote: I just migrated to Zend Framework 0.6.0 from a lower version. Code which was previously working is

[fw-general] PDO::prepare cannot find an existing table.

2007-01-11 Thread Jared
I just migrated to Zend Framework 0.6.0 from a lower version. Code which was previously working is now generating this error: Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'eca.part' doesn't exist' in