KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: fizzlepop on September 13, 2010, 05:01:27 pm

Title: KonaKart Admin webapp only shows 12 customers, buy Customers table has 24
Post by: fizzlepop on September 13, 2010, 05:01:27 pm
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.

Title: Re: KonaKart Admin webapp only shows 12 customers, buy Customers table has 24
Post by: ming on September 13, 2010, 05:40:56 pm
Have you tried enabling the SQL debugging and checking the SQL that's being executed?
Title: Re: KonaKart Admin webapp only shows 12 customers, buy Customers table has 24
Post by: fizzlepop on September 13, 2010, 07:33:54 pm
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.

Title: Re: KonaKart Admin webapp only shows 12 customers, buy Customers table has 24
Post by: ming on September 14, 2010, 11:44:09 am
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