• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 15, 2024, 12:00:23 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 - costis

16
Sorry, the first two lines of the script are like this:

./KonaKart-5.0.0.0-Linux-Install-64 -S \
                  -DDatabaseType mysql \
17
I try to install the latest KonaKart5 64-bit version on a 64-bit CentOS 5 VPS system.
I have installed the latest 64-bit Sun-JDK and run the following script:

./KonaKart-5.0.0.0-tabaseType mysql \
                  -DDatabaseUrl jdbc:mysql://localhost:3306/gp?zeroDateTimeBehavior=convertToNull \
                  -DDatabaseUsername root \
                  -DDatabasePassword aPassword \
                  -DDatabaseDriver com.mysql.jdbc.Driver \
                  -DInstallationDir /usr/local/konakart \
                  -DLoadDB 1 \
                  -DJavaJRE /usr/java/jdk1.6.0_21/jre \
                  -DPortNumber 8780

After starting konakart using the demo data, KonaKart works almost fine.

Konakartadmin, on the other hand refuses to start and gives the following error:

Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.

I tried to fiddle with -Xmx256m -Xms256m, using higher values as well as lower values, but nothing seems to make it work.

Has anybody seen this problem before?
19
Hi John!
I think that it is a healthy attitude not to take security matters easy.
Especially with e-commerce applications.
After all security is the main concern with our customers and their customers too.

You scared me too yesterday.  :o

:) greetings
Costis
20
Oh man!
... spent about 2 hours yesterday trying all possible scenarios on a 4.1.0.0 and a 2.2.4.0.
Could not reconstruct your case. I did close FireFox though ...

Regards
21
Hello someguy!

What version are you using?
Are you talking about the Administration Back-Office or the front application?
22
It is OK if you go the way you describe.

But, try http://www.konakart.com/konakart/SetLocale_en_GB.do and then press on the German flag to move to http://www.konakart.com/konakart/SetLocale_de_DE.do
You will see everything converted to German, but the description of the products, which remains English.
23
Hello all!

In ProductDetailsBody.jsp. The List shows the product description details only in English, regardless whether the user
changes locale or not. The new.products.body.title changes correctly, as well as the button-icons, but not the description.

24
Still, i too think that this is a problem. Some code in the review system truncates or modifies the inserted characters.

This is how the Greek letters are displayed in KonakartAdmin-->Products-->Edit-->Reviews-->Edit in the Text Area:

αβγδεζηθικλμνξοπρστυφχψω
άέίόύϊΐ

Text is inserted as "αβγδεζη...." and internally converted into "αβγδεζη...", but not all characters can be converted back.

While the Product Description i.e. shows all the characters normally everywhere. 
25
Thank you very much Greg!
That was it!
The day just changed and the orders showed up as yesterdays orders.
I could not find an error in the report script.  ???
I mistakenly thought it would display today's sales too.

Greetings & Thanx for your excellent service!
Costis
26
In KonaKart 4.1.0.0 only:

The "Orders in last 30 Days (Chart Only)" BIRT report shows 0 Orders constantly.
There must be an SQL bug, at least for the MySQL-query-else.

All other reports work correctly. 
27
WOW!

Works very well this way!
Thank you very much!

Subject: =?UTF-8?Q?=CE=97=CE=BB=CE=B5=CE=BA=CF=84=CF=81=CE=BF?=
=?UTF-8?Q?=CE=BD=CE=B9=CE=BA=CF=8C_=CE=A4=CE=B1?=
=?UTF-8?Q?=CF=87=CF=85=CE=B4=CF=81=CE=BF=CE=BC=CE=B5?=
=?UTF-8?Q?=CE=AF=CE=BF_=CE=B1=CF=80=CF=8C_M?=
=?UTF-8?Q?inoan_Rings_-_Matthaios_Jewels?=
28
this happens when i send email to a customer through the Admin Application,
as well as the automatically generated email when one places an order i.e.
29
Configuration of KonaKart / utf-8 Email Subject Encoding
September 01, 2009, 11:12:59 am
Congratulations for the 4.1.0.0 version!
Works great!
I love that a language-change updates now also the product-category-tile correctly. Also
the currency option is very convenient.

A question: Is there a way to get the email subject encoding to become like this:
....
Subject: =?utf-8?B?zrXOu867zrfOvc65zrrOrA==?
....


This is what i get now:
Message-ID: <12855656.0.1251797799296.JavaMail.costis@gonzales>
Subject: =?Cp1252?B?Pz8/Pz8/Pz8/Pz8gPz8/Pz8/Pz8/Pz8gPz8/IEtvbmFLYXJ0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8

The message body is correct and fine, but the Subject shows unprintable characters if i use a
language other than english.

Thank you
costis
30
We will port ASAP. But not right now. We have a number of products already, and a translation etc.

This is the mail parameter file for both stores:

mail.transport.protocol   = smtp
mail.smtp.starttls.enable = true
mail.smtp.port            = 587
mail.smtp.host            = smtp.gmail.com
mail.smtp.auth            = true