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.
Have you tried enabling the SQL debugging and checking the SQL that's being executed?
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.
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