Did “read here” and nothing applied. In my case I’m reverting back to last working version 3.* after “updating” inactivated added functions. Was working – now not – nothing changed but the “update.”
The new version (4*) plugin wp_popularpostssummary column “last_viewed” name has been changed as “view_datetime”. Run the following Alter query it will work.
ALTER TABLE pantheon.wp_popularpostssummary CHANGE last_viewed view_datetime datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’;
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Sorry. No data so far.’ is closed to new replies.