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?
You need to run the upgrade db scripts in sequence from 6510 to the version you ended up with.
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.
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