Re: D6 What is typical cause #3 for a pager not appearing?

Jamie Holly <[email protected]> Sun, 27 May 2012 22:41:56 -0400
Newsgroups gmane.comp.php.drupal.devel
Message-ID <[email protected]>
http://lists.drupal.org/mailman/listinfo/development<http://lists.drupal.org/mailman/listinfo> 


Jamie Holly
http://www.intoxination.net
http://www.hollyit.net


On 5/27/2012 10:37 PM, ora perdue wrote:
> I want to unsubscribe this is not what I though it was AT ALL. Thanks,
>
> ------------------------------------------------------------------------
> *From:* "[email protected]" <[email protected]>
> *To:* [email protected]
> *Sent:* Sunday, May 27, 2012 10:20 PM
> *Subject:* Re: [development] D6 What is typical cause #3 for a pager 
> not appearing?
>
> I finally got a chance to dig into it more, and you're exactly right 
> (again). 4 joins, plus another comprised of an inline select, and a 
> group by, apparently too much to handle :-)  Thanks!
>
>     Honestly, I would stick a dpm/drupal_set_message on the count_Query
>     that is generated and see if it's a legal query. It's possible your
>     base query is strange enough that it can't be converted into a count
>     query automatically - if so, then I'd just feed a custom count query
>     into the pager_query().
>
>
>     -- 
>     John Fiala
>     www.jcfiala.net <http://www.jcfiala.net>
>
>
>