• Welcome to KonaKart Community Forum. Please login or sign up.
 
November 24, 2024, 07:17:20 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.

Messages - Andreas

1
Miscellaneous / Re: New Release
August 07, 2024, 02:23:07 pm
It's a pity that no one from Konakart has replied.

The last release was a year or two ago. So it looks like the CE version of Konakart is dead.

Why not port it all to Maven and release it completely and earn money with the support like others do.

Andreas
2
Miscellaneous / New Release
May 06, 2024, 10:18:00 am
Hi,

are the any plans for a new Release, Roadmap?

Regards
Andreas
3
Hi,

since a short time i got this error sending mails:

  30-Jan. 16:43:50 WARN  (EmailSender.java:run:52) Problem Sending email (subject: Email From Tachyon Online) to info@tachyon-online.de
com.konakart.app.KKException: Error sending email: class io.jenkins.plugins.javax.activation.DelegatingCommandMap cannot be cast to class javax.activation.MailcapCommandMap (io.jenkins.plugins.javax.activation.DelegatingCommandMap is in unnamed module of loader jenkins.util.AntClassLoader @502ebe1a; javax.activation.MailcapCommandMap is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @40fa700)
        at com.konakart.bl.Emailer.send(Emailer.java:998)
        at com.konakart.bl.EmailSender.run(EmailSender.java:49)
        at java.base/java.lang.Thread.run(Thread.java:829)

If i undeploy Jenkins 2.332 on Payara 5.2021.10 this error don't appear.

Anybody also this strange issue.

Thx
Andreas
4
Thanks for the fast reply. That was my guess, but i wanted to go for sure.
5
Hi,

is KonaKart affected by this vulnerability, i am using 8.8.0.0 at the moment. And what is with 8.8.0.1 and 8.9.0.0?

https://cwiki.apache.org/confluence/display/WW/S2-057

Thanks
Andy
6
*hmpf* I just found the file, no glue why the search did not work...
7
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
8
Installation of KonaKart / Re: Picture Upload
February 26, 2018, 02:58:02 pm
 :-[ OMG, thanks for the answer, is was a typo error

Konakartadmin != konakartadmin

in the IMG_SERVLET_URL.
9
Installation of KonaKart / Picture Upload
November 03, 2017, 11:47:33 am
Hi,

i have a test shop and try to upload a picture, i get this error:

Es gab ein Problem beim Upload (error.upload)
<h1>HTTP Status 404 - Not Found</h1><hr><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr><h3>Payara Server  4.1.2.173 #badassfish</h3>

The path is correct, the picture are shown in store.

This does not help log4j.logger.com.konakartadmin = DEBUG. It is nothing in the logs.

Regards
Andy
10
Miscellaneous / Re: Apache Struts vulnerability
October 06, 2017, 09:25:31 am
Thanks, sorry, i just saw it on the website...
11
Miscellaneous / Re: Apache Struts vulnerability
October 06, 2017, 09:02:51 am
Thanks for the answer, the patch is needed until which version, also the latest 8.7.0.0?
12
Miscellaneous / Apache Struts vulnerability
October 05, 2017, 03:22:25 pm
How is KonaKart affected from the Struts vulnerability CVE-2017-5638?
13
PropertyFileFinder.findPropertiesURL() Could not find AdminMessages_de_DE.properties

Please correct this to AdminMessages_de.properties
14
Thanks for that hint. It is a mariadb-5.5.45-10.1.x86_64.

I mixed the db config with mariadb and mysql, in torque.dsfactory.store1.connection.url was mariadb instead of mysql.
15
The SQL command

SELECT  FROM  WHERE orders_status_id=1 AND updated_by_id=7 AND orders_id=2 AND customer_notified=1 AND comments='' AND date_added=2015-10-11 19:01:10.649

is wrong (if the statement is correct logged):

select * from orders_status_history WHERE orders_status_id=1 AND updated_by_id=7 AND orders_id=2 AND customer_notified=1 AND comments='' AND date_added='2015-10-11 19:01:10.649'.

Next issue could be that the milliseconds are not save correctly, if i do the insert by hand and do the select command, it shows no entry.

SELECT * FROM orders_status_history WHERE orders_status_id=1 AND updated_by_id=5 AND orders_id=2 AND customer_notified=1 AND comments=''

Shows the last entry.