http://www.perlmonks.org?node_id=574774


in reply to DBIx::Class Pagination troubles

Try turning on the sql debugging: DBIC_TRACE=1 in your environment.. Also, why not just pass the entire pager to TT, rather than extracting some data then passing the rest?

That code looks ok to me, but I haven't tried it directly, without using the pager at all.

C.

Replies are listed 'Best First'.
Re^2: DBIx::Class Pagination troubles
by stonecolddevin (Parson) on Sep 25, 2006 at 17:05 UTC

    I'm not sure what you mean by pass the entire pager to H::T, but I think you mean the pager object? I've tried this, and it spewed an error, something along the lines of "can not paginiate unpaged object" or something to that effect...

    meh.