PIWIK 1.3 db upgrade problem - Can't DROP 'index_idsite_datetime_config'; check that column/key exists

Nice! thank you.
I will try and see what/where is my problem.

[quote=matt]
Sorry, I think it’s best if you try to understand the SQL working, unfortunaly it seems you missed some queries when running the update manually… so the key part is to only execute the sql queries that were not already executed, so if the error is : "Column not found: 1054 Unknown column ‘idvisitor’ in ‘field list’ " remove the bit of SQL query that references ‘idvisitor’… after few tries and making sure you run all queries it will work again![/quote]

So I try and I’ve done it. All my piwik systems are working (tu)
The problem has been resolved with sql code from 1.2-rc1.php (tu)
Do you think I have to run all the code from this file? and from files after 1.2-rc1.php? :S

Thank you very much for helping.
Best regards.

Yes you have to run all code following the version you upgrade from, to make sure all will work good