• Welcome to KonaKart Community Forum. Please login or sign up.
 

KonaKart Admin webapp only shows 12 customers, buy Customers table has 24

Started by fizzlepop, September 13, 2010, 05:01:27 pm

Previous topic - Next topic

fizzlepop

I can see all 24 customers in the Customers table in MySQL.  However, the konakart admin app only shows 12 customers.  I am searching for All Customers, All Groups, and leaving Last Name, City, Street, and Post Code blank.


ming

Have you tried enabling the SQL debugging and checking the SQL that's being executed?

fizzlepop

I would be happy to.  What logger do I need to enable in the logging properties file? I don't see anything marked as sql.

Also - the KonaKart Admin app, on the "My Store Status" page, reports 24 customers as well.  But when you click on the hyperlink, only 12 Customers appear.


ming

In webapps/konakartadmin/WEB-INF/classes/konakart-logging.properties set logging like this:


log4j.logger.org.apache.torque.util.BasePeer  = DEBUG
log4j.logger.com.workingdogs.village          = DEBUG