[symfony-users] Strange Pager Problem...

2007-09-22 Thread Jonathan Franks
I'm having a strange problem with the sfpropelpager. I'm getting the right results but the wrong result count. Using the debug tool bar, I can see the database query that is being made SELECT (various columns) FROM holloware_item, maker, status, holloware_type, material, town WHERE

[symfony-users] Re: Strange Pager Problem...

2007-09-22 Thread Fabian Lange
Hi, It is highly likely that you have the wrong count method: $pager-setPeerMethod('doSelectJoinUser'); $pager-setPeerCountMethod('doCountJoinUser'); Most likely you haven't specified the count method at all. By doing so your join in the critera gets executed but not for counting how

[symfony-users] Re: After clearing cache, application always fail for the first time

2007-09-22 Thread Haris Zukanovic'
What was your large mem limit again? Tamcy wrote: This morning the problem appears again suddenly, with the patched sfCompileConfigHandler and tokenizer enabled. I have to set memory limit to the old large value. On Sep 14, 11:06 am, Tamcy [EMAIL PROTECTED] wrote: Hi all, I'm sorry