• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 30, 2025, 05:34:29 pm

Recent posts

Pages 1 ... 7 8 9 10
81
Configuration of KonaKart / Re: Cannot view system logs
Last post by Brian - June 19, 2018, 10:14:26 am
You don't see that view logs button enabled because of a new default level of security introduced in v8.8.0.0.

There are other features disabled by default after the installation and a way to define "permitted locations" for file uploads.  These were all introduced to tighten security.

Take a look at the https://www.konakart.com/docs/AdminAndConfiguration.html#AdmininstrationAppStartingLockdown for details.

For the View logs button to become enabled you would have to set:

konakart.api.getFileContents.enabled = true

(in webapps/konakartadmin/WEB-INF/classes/konakartadmin.properties)

82
Configuration of KonaKart / Cannot view system logs
Last post by johnny-le-garcon - June 19, 2018, 09:08:32 am
I have upgraded to v8.8.1.0 from v7.1.1.0 and I have found that I can't view the system logs in the Admin Console.  The View button is not enabled.  The role settings for the Admin User I am using should allow it to be used.

How do I enable that?
83
Programming of KonaKart / Re: Best APIs to use?
Last post by Brian - June 13, 2018, 12:58:33 pm
Just in case you were unaware....   We also provide the same APIs through JAXWS  - this is in addition to the Axis 1.4 SOAP APIs.

Nowadays it seems that the JSON APIs are the most popular for the remote calls.
84
Programming of KonaKart / Re: Best APIs to use?
Last post by julie - June 13, 2018, 11:44:23 am
If you are connecting to the KonaKart engine from a Java program running in the same application server webapp, then I would use the POJO APIs.

If you are connecting to the KonaKart engine from a Java program running on another server or a different webapp of the same server, then I would use the JSON APIs, which are almost as fast. You don't actually have to construct the JSON because you can make Java calls to com.konakart.json.KKJSONEng (which adheres to the same interface as com.konakart.app.KKEng) and the JSON plumbing is looked after for you.

If you are communicating using a JavaScript application then we have a JavaScript library called jquery.konakart-x.x.x.x.js that converts our standard API calls into JSON messages and sends them to the KonaKart engine over AJAX.

We also have facilitators to simplify the task of connecting to KonaKart using a .Net application using the JSON APIs.

For any other technology I would also recommend JSON.
85
Programming of KonaKart / Best APIs to use?
Last post by smudge - June 13, 2018, 11:30:06 am
I see that you have POJO, SOAP, RMI and JSON APIs. If I'm just getting started which ones would you recommend I use?
86
Miscellaneous / Re: Multiple coupons for an Or...
Last post by Richter - March 10, 2018, 07:53:48 am
Hi Julie, does this mean coupon stacking is possible? I always thought you could use just one.
87
Configuration of KonaKart / Re: ExceptionNotification_de.v...
Last post by Andreas - March 01, 2018, 09:24:51 pm
*hmpf* I just found the file, no glue why the search did not work...
88
Configuration of KonaKart / ExceptionNotification_de.vm
Last post by Andreas - March 01, 2018, 09:14:58 pm
Hi,

i am just testing the shop, and got this error:

com.konakart.app.KKException: org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource '/opt/payara/payara-4.1.2.174/glassfish/d
omains/domain1/applications/Konakart/WEB-INF/templates/store1/ExceptionNotification_de.vm'

But i did not found any ExceptionNotification template. Do you have any template with grabbing the exception?

Thanks
Andy
89
Installation of KonaKart / Re: Picture Upload
Last post by Andreas - February 26, 2018, 02:58:02 pm
 :-[ OMG, thanks for the answer, is was a typo error

Konakartadmin != konakartadmin

in the IMG_SERVLET_URL.
90
Programming of KonaKart / Re: Creating Promtion By API a...
Last post by HappyHippo - February 08, 2018, 02:05:53 am
Got it. Thank you very much!
Pages 1 ... 7 8 9 10