Re: [symfony-users] Tutorial - Day 3 - Doctrine_Connection_Sqlite_Exception

2010-07-14 Thread Eno
On Tue, 13 Jul 2010, Eno wrote: > Looks self-explanatory: there is jobeet_job table in your database. I meant, there is NO jobeet_job table. -- -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because y

Re: [symfony-users] Tutorial - Day 3 - Doctrine_Connection_Sqlite_Exception

2010-07-13 Thread Eno
On Tue, 13 Jul 2010, czaku wrote: > This is the error I get... > > 500 | Internal Server Error | Doctrine_Connection_Sqlite_Exception > > SQLSTATE[HY000]: General error: 1 no such table: jobeet_job. Failing > Query: "SELECT j.id AS j__id, j.category_id AS j__category_id, j.type > AS j__type, j.c

[symfony-users] Tutorial - Day 3 - Doctrine_Connection_Sqlite_Exception

2010-07-13 Thread czaku
This is the error I get... 500 | Internal Server Error | Doctrine_Connection_Sqlite_Exception SQLSTATE[HY000]: General error: 1 no such table: jobeet_job. Failing Query: "SELECT j.id AS j__id, j.category_id AS j__category_id, j.type AS j__type, j.company AS j__company, j.logo AS j__logo, j.url AS