weymolith
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Tried To Remove And It Broke My SiteWell, that didn’t work. Ugh.
Guess I’ll just have to leave your plugin installed but deactivated. It does look like they give you credit on their plugin for popular posts..
Forum: Plugins
In reply to: [WP Popular Posts] Tried To Remove And It Broke My SiteForum: Plugins
In reply to: [WP Popular Posts] Tried To Remove And It Broke My SiteJust sent it in
Forum: Plugins
In reply to: [WP Popular Posts] Tried To Remove And It Broke My SiteI emailed you my debug log through the Contact Me page and never received a response.
Forum: Plugins
In reply to: [WP Popular Posts] Tried To Remove And It Broke My SiteCan I email you the debug? Pastebin says it exceeds the 512KB limit
Forum: Plugins
In reply to: [WP Popular Posts] Tried To Remove And It Broke My SiteSELECT SQL_CALC_FOUND_ROWS tb_bwposts.*, COALESCE(spv.pageviews, 0) AS post_views FROM tb_bwposts LEFT JOIN
tb_bwpopularpostsdataspv ON spv.postid = tb_bwposts.ID WHERE 1=1 AND ((tb_bwposts.post_type = ‘post’ AND (tb_bwposts.post_status = ‘publish’ OR tb_bwposts.post_status = ‘future’ OR tb_bwposts.post_status = ‘draft’ OR tb_bwposts.post_status = ‘pending’ OR tb_bwposts.post_status = ‘private’))) ORDER BY tb_bwposts.post_date DESC LIMIT 0, 250Forum: Plugins
In reply to: [WP Popular Posts] Tried To Remove And It Broke My SiteWe’re using the SmartMag theme and it has it’s own built in popular posts counter that we were having issues getting working, but it works now.
There is no error code that displays.