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!

In Partnership with Media Temple

Mint Forum

No fresh stats after update 2.16

Edski
Minted
Posted on Jun 02, '08 at 04:32 am

I have updated to Mint 2.16 and now there are no fresh stats after the update.

Shaun Inman
Mint/Pepper Developer
Posted on Jun 02, '08 at 08:46 am

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.

Edski
Minted
Posted on Jun 02, '08 at 11:29 am

What is the best way to do that? I don’t wanna lose any data.

Cheers, Edski

Shaun Inman
Mint/Pepper Developer
Posted on Jun 03, '08 at 09:59 am

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.

Edski
Minted
Posted on Jun 07, '08 at 03:25 am

Thanks Shaun, it works !!!

Cheers, Edski

You must be logged in to reply. Login above or create an account