Your way of pointing the issue is broad, going through the entire jobeet
tutorial is difficult for anyone...but from the looks of it...it says that
there is an unknown column slug in your database table field list.
Check across your schema.yml file, where the database table field list is
represented. If the column j.slug exists, it would be specified. If not,
include the column either in your database table or in the schema.yml file,
and repeat the propel:build-schema procedure.
You will need to go through the data model (day 3) once again, to figure out
the rebuilding of the db steps.

Hopefully this is what you need, let me know if it works for you or not
On Tue, Dec 29, 2009 at 12:08 PM, vikram patel <viki2m...@yahoo.com> wrote:

> hey i just finished the jobeet day 9 !! now i have an error which
> says:
> 500 | Internal Server Error | Doctrine_Connection_Mysql_Exception
> SQLSTATE[42S22]: Column not found: 1054 Unknown column 'j.slug' in
> 'field list'
>
> can anyone tell what it is?? i am new to symfony and php as well!!
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "symfony users" group.
> To post to this group, send email to symfony-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@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.


Reply via email to