• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 27, 2024, 04:52:06 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.

Topics - costis

1
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?
2
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.

3
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. 
4
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
5
We are setting up two shops.

One sends like this and cuts the i18n:
   MIME-Version: 1.0
   Content-Type: text/plain; charset=us-ascii
   Content-Transfer-Encoding: 7bit

The other is OK and sends like this:
   MIME-Version: 1.0
   Content-Type: text/plain; charset=UTF-8
   Content-Transfer-Encoding: base64

Does anybody remember which file creates the mail header for a quick fix?
Thank you
Costis
6
../webapps/konakart/WEB-INF/classes/konakart.properties does not exist on the second shop and

/var/lib/wwwrun/shop2/webapps/konakart/WEB-INF/classes/konakart.properties on the other!

Why does the first site not use a full-path name? 

Thanx
7
Hello everybody!
Question 1:
What is the use of the jsp_osc directory? So far we have been only using the jsp.
       webapps/konakart/WEB-INF/jsp_osc/HomePageBody.jsp
       webapps/konakart/WEB-INF/jsp/HomePageBody.jsp

Question 2:
We want to have a bilingual introduction page. The contents should change according to the language selected.
What is the best way to do it? Wouldn't it be easier to have the intro text in the database?

Thanx
Greetings
Costis
8
Hello all!
How could we make the greek utf-8 characters, being entered by a customer, no to get converted to question marks ????????

We use mysql with UTF-8 and ci_general collation.

Please help!!!!!!! 
9
Configuration of KonaKart / two character sets
April 07, 2008, 07:19:05 am
hello all!
Why do i get "text/html, UTF-8 and quoted-printable" encoding for the order confirmation, but "text/plain, Cp1252 and 7-bit"
for the impromptu mail to a customer. What is the best point to define both to be UTF-8 an quoted-printable?