Re: [symfony-users] error in jobeet day9

2009-12-29 Thread Parijat Kalia
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

Re: [symfony-users] error in jobeet day9

2009-12-29 Thread Alexandru-Emil Lupu
Also, if you are using doctrine, check your schema.yml file. You might need to add actAs: [Sluggable] Alecs sent via htc magic On Dec 29, 2009 1:18 PM, Parijat Kalia kaliapari...@gmail.com wrote: Your way of pointing the issue is broad, going through the entire jobeet tutorial is difficult for

[symfony-users] error in jobeet day9

2009-12-28 Thread vikram patel
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