• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 13, 2024, 06:07:50 pm

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.

Topics - victorius

1
At the moment Konakart is started the system takes a default language. Is it possible to change that language to another default code that can be set by the program?
2
Can anybody tell me what are the name of the parms from the configuration records of Konakart to be used in different .jsp's ?
3
We have changed the parms in the konakartadmin for the base url for the images and the image base path.
Now within the Konakartadmin we can connect to the directory where the images are stored.

On the website we don't see the images that where connected to the product.
It seems that in the .jsp there is no connection to the configuration record of the images directory.
In the .jsp we see the following coding:

<img src="images/<%=prod.getImage()%>" border="0" alt="<%=prod.getName()%>" title=" <%=prod.getName()%> " width="<%=kkEng.getSmallImageWidth()%>" height="<%=kkEng.getSmallImageHeight()%>" hspace="5" vspace="5">

Can anybody gives us how we can connect to the configuration record in th .jsp?
4
I receive an error in konakartadmin when deleting a customer record:  ?dbname?.kk_wishlist' doesn't exist
Can you please let me know if I need to create an empty table and where can I find the specifications for it.
I upgraded from version 2.2.4.0 to 3.2.0.0

Thanks
5
Can you please tell me where I can enter the text for the disclaimer etc. in Konakart admin?
6
Installation of KonaKart / error on "my store status"
January 22, 2009, 01:11:05 pm
I get an error on opening konakartadmin on the screen "My Store Status" - cannot connect to server on 8780.

7
I would like to make my website visible for search engines by adding meta tags and keywords.
Doe any one have any experience with this?
8
I have a problem with logn of konakartadmin. I already reset the password by entering the standard admin user but still no luck.
There is no message, the login screen return blank.

Any suggestions?
9
Programming of KonaKart / Errormessage
September 17, 2008, 09:00:49 pm
Dear Forum,

I work with Konakart version 2.2.4.
After selecting payment option:  I choose cash on delivery,  I get the following error message from Konakart.
====>
De details van het probleem zijn :

Exception Name = com.konakart.app.KKException
Exception Message = Cannot find order for Id = 21
Exception Stack Trace =
at com.konakart.bl.EmailMgr.sendOrderConfirmationEmail(Unknown Source)
at com.konakart.app.KKEng.sendOrderConfirmationEmail(Unknown Source)
at com.konakart.al.OrderMgr.sendOrderConfirmationEmail(Unknown Source)
at com.konakart.al.OrderMgr.saveOrder(Unknown Source)
at com.konakart.actions.CheckoutConfirmationSubmitAction.execute(CheckoutConfirmationSubmitAction.java:164)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:595)


<==

Can anyone tell me what causes this error message?

Thanks,

Victorius