• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 29, 2024, 02:12:15 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - gga

1
On the "My Delivery Details" page (EditCartSubmit.do), The Postal Code is requested after Street Adddress and before City.  This is a very unusual ordering for most Americans and I want to move it below State/Province.  I'd also like to remove "Other Telephone Number" and "Fax Number" entirely.

There does not seem to have a corresponding jsp file that I can find which contains this form.  How can I adjust this ordering?

On a related topic, I want to limit the options available in State/Province because we only ship to certain states, but I cannot figure out how to do this either.

Thanks in advance for any assistance.
2
Is the source available for Konakart?  I could easily debug this if I could load it in eclipse and I would be happy to contribute a patch back to the community.  I'm fairly certain there aren't any java / version issues.  The USE_SOLR_SEARCH is not being set by konakart somewhere.  I could either figure out why our handle the NULL gracefully.
3
updating to v6.3.0.0 didn't help.

The application is automatically started when the (re)installation is complete.  I also tried a clean install on a machine I had not installed on before and am having the same results.

JAVA_HOME = /usr/lib/jvm/java-6-sun-1.6.0.26

bin/setJavaHome.sh (truncating comments for space):

export JRE_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26/jre
export JAVA_HOME=
4
I'm not sure if it's worth mentioning, but I get my error by going to http://localhost:9790/konakart/ which is then redirected to http://localhost:9790/konakart/Welcome.do

I assume this redirect is good
5
I have attached the full error from catalina.out

I also tried it with a completely independent download and install to an AWS dev box I have and the same error occurs there.
6
Java 1.6.0_24
mysql 5.5.23
7
Installation of KonaKart / Clean install problem
June 20, 2012, 06:12:15 am
Hi,

I am trying out Konakart for the first time.  I downloaded and successfully installed on my Ubuntu dev machine with a mysql database.  Everything during installation seemed smooth.  I can launch and use the admin portion of the site with no issues.  However, when I attempt to go to the public version of the site, nothing happens.  When I look at catalina.out, I can isolate the issue to the error at the end of my message.

I have done no fiddling or customization yet, just a clean, pure install.  What I am I doing wrong?

Thanks in advance,

Kyle




Caused by: com.workingdogs.village.DataSetException: Max is 1 based and must be greater than 0!
   at com.workingdogs.village.DataSet.fetchRecords(DataSet.java:526)
   at org.apache.torque.util.BasePeer.getSelectResults(BasePeer.java:1386)
   ... 30 more
18-Jun 07:35:10 ERROR (InsertTag.java:doEndTag:922) ServletException in '/WEB-INF/jsp/Header.jsp': null
org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/jsp/Header.jsp at line 29

26: <logic:notEmpty name="konakartKey">
27:    <bean:define id="kkEng" name="konakartKey" type="com.konakart.al.KKAppEng"/>
28:    <%
29:       boolean useSolr = kkEng.getConfig("USE_SOLR_SEARCH").equalsIgnoreCase("TRUE")? true : false;
30:    %>   
31:    <%if (useSolr && !kkEng.isPortlet()) { %>
32:       <script language="javascript" src="<%=kkEng.getStoreBase()%>/com.konakart.Konakart.nocache.6.0.0.0.7620.js"></script>