• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 07, 2024, 07:54:29 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

46
 URIEncoding="UTF-8" does not do the trick either.....  :( :( :(
47
Thanx for all the support! One question more:

Do you have the URIEncoding="UTF-8" entry like here in your server.xml ?

<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
   <Connector port="8080" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               connectionTimeout="20000" disableUploadTimeout="true"
               URIEncoding="UTF-8"
   />
48
The konakart demo, keeps giving me question marks though.....  ??? ???
49
Wow! The fact is that it used to work for me too, but stopped suddenly and since then i keep getting
question marks. We use utf8 everywhere....
Did you use phpMyAdmin for your database settings?

50
You email arrived! Looks like this......
Is 7bit OK?
51
Thanks for your so quick response!!!
Here is the same situation on your demo. The question marks were once Greek letters before
saving to the database.....

If you could think of a solution there we would be very grateful!

Greetings
Costis (or better Κωστής)
52
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!!!!!!! 
53
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?
54
Hello Heidi!!

You're right again!!  ;) Thank you!!

I got the two stores running this way without interferences and port conflicts now!

So in order to automate the store creation process somehow, i imply that i should JAXB a server.xml with the
right port numbers out and pray that the next KonaKart version will not be much different in this area in order to
upgrade....

We got:

  • non-SSL HTTP/1.1 Connector port

  • SSL HTTP/1.1 Connector port

  • AJP 1.3 Connector port + redirect



Am i missing anything?

greetings
Costis
55
Hello heidi!
i am trying to set up two konakarts, that should work together on the same machine. i do get the following error,
when i try to start the second konakart-server. Which is the optimal place to change the 8443 port into something else
like i.e. 8444, so there is no conflict with the first Coyote instance?
do you think of anything else? (This was on an XP machine)
Thank you in advance!
Costis

Dec 12, 2007 2:32:22 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8785
Dec 12, 2007 2:32:23 AM org.apache.coyote.http11.Http11BaseProtocol init
SEVERE: Error initializing endpoint
java.net.BindException: Address already in use: JVM_Bind:8443
        at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297)
        at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:138)
        at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
        at org.apache.catalina.core.StandardService.initialize(StandardService.java:580)
        at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
Dec 12, 2007 2:32:23 AM org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException:  Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind:8443
56
thank you very much Heidi for your very quick response!
i will post the URLn when we are ready....
57
Quote from: john on October 09, 2007, 08:32:56 pm
Hi Costis,

Your requirement to automatically register on multiple shops is an interesting one.

It sounds like you have an interesting project there.  We'd be extremely interested to hear any details that you can share on the project as we're keen to hear how people are using KonaKart in many different ways.

Regards,
John


Hello John,
the roles-version came on-time for our project! Great timing! It's getting better all the time!
We finally went for your API suggestion on the previous Q. Thanx!

Since we are about to kick it off now, Q1: i read somewhere in this forum that you suggest to install around 40 shops
on a 2 Gig RAM dual core-PC. Is there any set-up one could do in order to increase the number without compromising performance? 

and Q2: How do we install all 40 shops with their admin-applications? Could we do it under a common Tomcat server, or do we have to install 40 times KonaKart with the built-in Tomcat instance, as is, from the installation script?


Thank you! Greetings!
Costis
58
Hello John

Thank you very much for this quick response!

This is very good news! I'm looking forward to see the new version!
Roles seem important in order to be able address larger customers.

I do have one more question....

One wants to support a site that contains a community of shops. These shops are independent of each other, so each one can have its own database. Still, it would promote the entire community if a customer would be able to register once and use the same login and password in order to buy from any of the other shops, without having to re-register.

A workaround would probably be a database-trigger that updates the other shop customer-tables once a customer has registered.

Have you ever considered such a scenario?

Regards
Costis
59
Thank you John!
It's a great piece of software you've made!

These 5 files seem to be obfuscated and looks like each one is for a different browser, so the changes there have to be
made 5 times.... poor Chinese programmer  ::)

Now, i want to create two levels of administrators. The high-level should have access to all configuration options,
meaning that she can access the entire menu, and the low-level administrator should only be allowed to add categories
and items.

Do i also have to modify the obfuscated javascript 5 times ending-up with 10 obfuscated javascript files, in order to do that, or is there a better way around?

Thank you
greetings
Costis