KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: bharatkasodariya on September 21, 2013, 03:48:53 pm

Title: 6.5.1 to 7.1.1 upgrade
Post by: bharatkasodariya on September 21, 2013, 03:48:53 pm
Upgraded konakart version 6.5.1 to 7.1.1. When tomcat is started it shows warning message " KonaKart code does not appear to be compatible with the database"

How that warning can be resolved?

Title: Re: 6.5.1 to 7.1.1 upgrade
Post by: ming on September 21, 2013, 05:44:41 pm
You need to run the upgrade db scripts in sequence from 6510 to the version you ended up with.
Title: Re: 6.5.1 to 7.1.1 upgrade
Post by: bharatkasodariya on September 22, 2013, 06:16:17 am
Yes, I have run the below scripts fro the upgradation steps.
upgrade_6.5.1.0_to_6.6.0.0.sql
upgrade_6.6.0.0_to_7.0.0.0.sql
upgrade_7.0.0.0_to_7.1.0.0.sql
still getting the warning.

Title: Re: 6.5.1 to 7.1.1 upgrade
Post by: bharatkasodariya on September 22, 2013, 08:18:20 am
Also not able to run report from admin after version merge in my project. 

showing warning on console
22-Sep 12:40:08 WARN  (?:__authenticate:?) Session 'e78e182934ab2e46e70c4b8a56f1fba5' does not exist for cust '2' on store 'store1'

It seems like its trying to find session with store but cant get due to store check. I checked session table in db, it has the same store key record but without store id 'store1'.  so for that I think either to set store1 in session creation or to remove store check on the report creation. how to fix it.

Thanks