• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 14, 2024, 06:03:35 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 - Burz

31
Heidi, I found out eaps does support (even offers) KK with their Standard Plus plan.

I am likely to switch providers at this point, so don't go to any great lengths to answer my Tomcat questions. However I am still curious about the best way to upgrade a customized KK.

Thanks again,

Burz
32
Hi Heidi,

Oh wow, the version number increments again! Looks like nice progress. How should I upgrade with my jsp customizations, use diff as a guide?

Also thanks for the eaps.com recommendation in the other thread. Not sure if their "Standard Plus VPS" would meet the KK requirements or if another package is necessary.

Good/bad news about the KK_IF. But that's what I needed to know.

As for file hierarchy, maybe I would have to go up even further above ../webapps if host doesn't supply tomcat? I don't see any reference to Tomcat on the GD control panel. Would it be possible to upload it and start it, perhaps from a CGI?

I have been through the GUI installer a number of times, and have a customized KK on my in-house system. I suppose when uploading the files to the remote server, I would need to change the image path in addition to db info. Are there other paths I'll need to change?

-Burz
33
Can anyone recommend the best steps for installing KK 2.2.06 on a GoDaddy shared host with Linux 2.4, Java 5, and MySQL 5?

There is no shell access to run bin/startkonakart.sh, nor is there 'super' privileges in MySQL to allow the KK_IF function to be installed.

The 'root' directory of the account contains WEB-INF. Does this mean I should only upload what is contained in ../webapps/konakart ? That would seem to leave out important parts, like /bin and /conf...

Need advice!  :-\
34
Redglove: I think I got that error when I had the db password misconfigured in 'konakart.properties'.

Also, would you recommend your hosting service? I'm using GoDaddy and they offer no ssh access (or support for that matter).
35
Thanks, I'm downloading it now.

What do you recommend for someone wanting to make modifications to KonaKart who knows only basic Java and JSP? A guide to struts?
36
Thanks for your reply.

When I register a new user, the /CustomerRegistration.do page displays a full form with the 'Your Address' section asking for:
Street Address (text)
Suburb (text)
Post Code (text)
City (text)
State/Province (text)
Country (drop-down list)

If I change the country to USA then nothing changes for state: It is still a plain text box. So I type in 'MA' and KK records this as zone index #29 (Maine) instead of #32 (Massachusetts). Perhaps KK is improperly associating 'MA' with the first two letters of the zone_name name, instead of checking first if the input is a two-letter abbreviation and then matching against the zone_code.
37
Miscellaneous / Bug: Recording addresses without State
February 12, 2007, 04:34:44 am
I have just installed KK and when I use the example configuration to create an account, the entry_state field in address_book is recorded as NULL.

When I go back to view my address in the app, it always says the state is "Maine".