• Welcome to KonaKart Community Forum. Please login or sign up.
 

konakart 3.2.0.0 wishlist error

Started by victorius, August 23, 2009, 01:20:11 pm

Previous topic - Next topic

victorius

I receive an error in konakartadmin when deleting a customer record:  ?dbname?.kk_wishlist' doesn't exist
Can you please let me know if I need to create an empty table and where can I find the specifications for it.
I upgraded from version 2.2.4.0 to 3.2.0.0

Thanks

Brian

When you upgrade between versions of KonaKart you have to run the database update scripts (appear under the database directory under the KonaKart installation root) for your particular database.

You need to run these in version number order...

So, for you, moving from 2.2.4.0 to 3.2.0.0 you will have to run these in this order:

upgrade_2.2.4.0_to_2.2.5.0.sql
upgrade_2.2.5.0_to_2.2.6.0.sql
upgrade_2.2.6.0_to_3.0.1.0.sql
upgrade_3.0.1.0_to_3.2.0.0.sql

Once you've run these you will have your kk_wishlist table.


victorius

Thanks for your reply. I did run these sessions and I have that table. Do I need to copy this table under the name that the programm is asking for? eg. ?dbname?.kk...... or do I need to change anything in a controll record?