I have updated to Mint 2.16 and now there are no fresh stats after the update.
Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!
I have updated to Mint 2.16 and now there are no fresh stats after the update.
On at least one of your sites it appears that your mint_visit table is missing one of the new columns. Try uninstalling/reinstalling the User Agent 007 Pepper.
What is the best way to do that? I don’t wanna lose any data.
Cheers, Edski
There’s really no need to triple post and open a new thread within 12 hours of posting your question.
You could try manually adding the column using PhpMyAdmin or the mysql command line:
ALTER TABLE `mint_visit` ADD `platform_version` VARCHAR(255) NOT NULL
This assumes that your Mint tblPrefix is still the default mint_. It should go without saying that you should backup your data before making this change using either an external tool or the Backup/Restore Pepper.
You must be logged in to reply. Login above or create an account