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 you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[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
j__url, j.position AS j__position, j.location AS j__location,
j.description AS j__description, j.how_to_apply AS j__how_to_apply,
j.token AS j__token, j.is_public AS j__is_public, j.is_activated AS
j__is_activated, j.email AS j__email, j.expires_at AS j__expires_at,
j.created_at AS j__created_at, j.updated_at AS j__updated_at FROM
jobeet_job j


HELP ME :(

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


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.company AS j__company, j.logo AS j__logo, j.url AS
 j__url, j.position AS j__position, j.location AS j__location,
 j.description AS j__description, j.how_to_apply AS j__how_to_apply,
 j.token AS j__token, j.is_public AS j__is_public, j.is_activated AS
 j__is_activated, j.email AS j__email, j.expires_at AS j__expires_at,
 j.created_at AS j__created_at, j.updated_at AS j__updated_at FROM
 jobeet_job j
 
 HELP ME :(

Looks self-explanatory: there is jobeet_job table in your database.



--


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en