Monarch Issue - kary4/divituts GitHub Wiki

When the stats are empty:

Can you ask them to run the folloiwng MySQL query:

CREATE TABLE wp_et_social_stats ( id mediumint(9) NOT NULL, sharing_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00', network varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, action varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, post_id bigint(20) NOT NULL, ip_address varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL, media_url varchar(2083) COLLATE utf8mb4_unicode_520_ci NOT NULL, location varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

Facebook apps: https://developers.facebook.com/docs/apps/