Re: Hi Lyle, Thanks for getting

Posts: 2239
Joined: 08/07/2007
AdministratoreLiTe!

Run this query on the database:

SELECT COUNT(*) FROM uc_attributes AS a LEFT JOIN uc_attribute_options AS ao ON a.aid = ao.aid GROUP BY a.aid, a.name, a.ordering

Also, the Devel module lets you see all the queries that were run to build each page load and the functions that did them. If you turn the query log on and go to that page, see if this query is done by "pager_query". If it's something else, run that query and see what you get.

uc_attributes pager missing By: Jmmb (5 replies) Fri, 04/04/2008 - 19:46