[symfony-users] Re: symfony errors to display line numbers

2009-03-03 Thread naholyr
Maybe because your class has a primary key named another way than "Id". On 3 mar, 04:10, Joshua wrote: > one of my actions.classes generates the following error > >  Call to undefined method BaseWhatever::getId() > > Most symfony errors show up in the logs like this and I have no idea > where it

[symfony-users] Re: symfony errors to display line numbers

2009-03-03 Thread Richtermeister
Hi Joshua, the logs don't include stacktraces, but when you're browsing in dev mode you should get a stacktrace, no? Have a great day, Daniel On Mar 3, 12:27 am, naholyr wrote: > Maybe because your class has a primary key named another way than > "Id". > > On 3 mar, 04:10, Joshua wrote: > >