I don’t know why the database starts with bb0. I also have a Top Ten table called bl_top_ten. But the top ten list in my sidebar is taking the counts from the bb0 table. I think this problem started when I changed themes a few months ago.
Your plugin is great! I just wish I could reinstall it without losing the page view counts.
I don’t know how to save the page view counts because when I export the bb0 table, its doesn’t show the page views:
`– phpMyAdmin SQL Dump
— version 3.4.10.1
— https://www.phpmyadmin.net
—
— Host: localhost
— Generation Time: Sep 20, 2012 at 07:37 PM
— Server version: 5.1.63
— PHP Version: 5.2.6
SET SQL_MODE=”NO_AUTO_VALUE_ON_ZERO”;
SET time_zone = “+00:00”;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
—
— Database: lauraupc_blog
—
— ——————————————————–
—
— Table structure for table bb0_top_ten
—
CREATE TABLE IF NOT EXISTS bb0_top_ten
(
accessedid
int(11) NOT NULL AUTO_INCREMENT,
postnumber
int(11) NOT NULL,
cntaccess
int(11) NOT NULL,
PRIMARY KEY (accessedid
)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
But at least the counts still show up in the sidebar.
So I think I will lose the data, even with the backup.
I may have to start over again with an empty table.
Is there anyway I can get the page view counts back into the Top Ten list after I reinstall?