• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 15, 2024, 03:58:49 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 - mdesjard

1
It worked, thanks!!
2
Thanks, but there is a lot of key/value in my properties file that have those words. Would you happen to know the exact key value I need to restore?

Also, this is in messages.properties right, or somewhere else?
3
My store is available both in french and in english.

In english, I can navigate all categories properly, but in french, I get a strange redirection bug.

If I go to a sub category in english, here's the link I get: https://secure.boutiquelechevalier.com/konakart/SelectCat.do?catId=55&prodsFound=-1&category=Board+games

But if I go in french, it translates the last parameter name, category becomes catégorie, could that be the issue? https://secure.boutiquelechevalier.com/konakart/SelectCat.do?catId=55&prodsFound=-1&Cat%C3%A9gorie=Jeux+de+Soci%C3%A9t%C3%A9

Thanks in advance for any help you can provide.
4
I saw that, great!

Now, I just need to setup french text for the shipping and payment methods (local collection and cash on delivery), where can I set those up? I can't find it...

Thanks!
5
yeah, it's not available yet on my hosting service...
6
Hi, where can I find french images for the button, for 4.2?

Also, I had the site translated in french a while ago, when I was in 2.x, do you think I can use my properties file in 4.2 without problems?

Thanks in advance!
7
Database update complete and working. The first few scripts gave errors, but I assume it's because I didn't have 2.2.0.4 after all. My system gave that version, but I guess I had 2.2.0.6 or .7, because after that, all the scripts worked and my site is now up and running on the new database.

Now I'll need to make some work on the front end to add back my customizations, but all seems fine for now.

Thanks a lot!
8
Thanks, will do... starting upgrade now!
9
Hi,

I have konakart 2.2.0.4 running on my old hosting service. They now provide 4.2, so I created a new instance with this new version on another instance of the server.

It's a clean install. Now I would like to migrate my database from the old system to the new one.

Can I export from the old one into the new one?

Make a copy of the old database on the new system and then run the upgrade scripts, then point the new application to the upgraded database?

What is the best way to proceed? Thanks!
10
ok, great!

So I went ahead and changed the jsp for the big image to use getImage2()

works perfectly

Thanks!
11
Hi,

I'm starting to upload images to my store. I set image1 to be the regular image to be displayed in lists. And then I set image2 to be the bigger image for when people "click to enlarge" but i realized that it's always image1 that is displayed.

So if I want a bigger image to be shown, I have to set image1 as the big image, but it makes list load slower because now it has to load all those bigger image and then crop them to the small size.

Where are image2, 3 and 4 supposed to be used?

Could I  configure the system to use image2 as the big version of the image? How do I do that?

Thanks
12
Quote from: julie on February 07, 2008, 04:43:21 pm
Thanks for the feedback.

We'll verify and fix it in the next release.

Julie


Thank you very much!

Also, you might want to make a few tests with french accents, they are all replaced by "?" when going thru the importer.

Thanks
13
Actually I just found the problem. If a product is only associated with a first level category (ie a category directly under root) it won't export.

So if I have root->Accessories->Paint

If my product is associated to the Paint category, it will work. If it's only associated to the Accessories category, then it won't work. If it's associated to both Paint and Accessories. Then it works too.

I'll re-categorize and make sure the export works fine.

Thanks
14
hi again Julie,

OK, I did a few test, found that the last products exported is indeed 110, so I looked in the DB for differences between 110 and 111 but couldn't find anything obvious.

But I did realize that 110 was the last products I had updated in the admin. See I uploaded a bunch of new products from my brick and mortar store. Now I'm running thru all of them to fix their categories and manufacturer (the fields wasn't part of my export from my cash register system, so before I imported to konakart, I just hard-coded it to all the same one).

So I did a test, I went and updated product 110, the same way I updated all the other products. I changed his category and I updated it's manufacturer. And now when I try an export, it stops at 109, 110 doesn't get exported anymore.

So it seems that when I update a product in the admin, I break it somehow and it can't be exported anymore.

Any tips on where I should look at in the DB to see what the differences might be between a good product and a broken product? Tables in particular I should check?

The java error points to an ArrayOutOfBoundException when accessing an ArrayList in the ExportData.getFormattedProductData method. You have the source code for the exporter, could you take a look at that method to see what is using an ArrayList? This could help us find the problem fields.

Thanks in advance!
15
I'm trying to export my products to do some batch processing on them (categorization)

And I'm getting this error:
======================================================================================================
Create a file containing product data from the KonaKart database using the KK Engine
======================================================================================================
Picked up _JAVA_OPTIONS: -Xms64m -Xmx64m
Properties file found = /home/mdesjardins/import_export/classes/kkImporter.properties
06-Feb 21:52:29 INFO  (KKAdmin.java:init:237) Finished Initialising Log4j
06-Feb 21:52:29 INFO  (KKAdmin.java:init:240) The configuration file being used is /home/mdesjardins/import_export/classes/konakartadmin.properties
06-Feb 21:52:29 INFO  (KKAdmin.java:init:245) Initialising KKAdmin
06-Feb 21:52:29 INFO  (KKAdmin.java:initKonakart:467) KonaKart Admin V2.2.0.7 built 10:57AM 22-Oct-2007 BST
06-Feb 21:52:29 INFO  (KKAdmin.java:init:247) Finished Initialising KonaKartAdmin
06-Feb 21:52:29 INFO  (KKAdmin.java:init:253) Initialising Torque
06-Feb 21:52:30 INFO  (KKTorque.java:init:53) Initialising KonaKart-Torque for org.apache.torque.adapter.DBMM
06-Feb 21:52:30 INFO  (KKAdmin.java:init:266) Finished Initialising Torque
06-Feb 21:52:31 WARN  (AdminSecurityMgr.java:login:137) User 'admin@konakart.com' has just logged in to the Admin App
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at com.konakart.importer.ExportData.getFormattedProductData(Unknown Source)
        at com.konakart.importer.ExportData.getProduct(Unknown Source)
        at com.konakart.importer.ExportController.processDataFile(Unknown Source)
        at com.konakart.importer.ExportController.doExport(Unknown Source)
        at com.konakart.importer.ExportRunner.main(Unknown Source)

My file has 110 products in it out of the about 400.