Shortcode, query… no longer working with Redis
-
Hi there.
I am on the latest version of the plugin (3.3.0) and have been using it in conjunction with Object Cache Pro (redis caching) successfully for years now.
There have been some improvements to the Object Cache Pro plugin and going from 1.17 to 1.19, Top10 appears to be no longer compatible.
I have reached out to Till (the developer of Object Cache Pro) and the response was:
I’d suggest opening a forum support request with them, they might need to update their plugin to use WordPress function instead of SQL queries.
For years I have been using shortcodes in the theme files like this:
echo do_shortcode('[tptn_list limit="99" daily_range="1" daily="1"]');
This no longer works, and also this:
<?php if ( function_exists( 'tptn_show_pop_posts' ) ) { tptn_show_pop_posts(); } ?>
Does not seem to work. Clearing all caches results in nothing as well. The posts are however still being tracked as I can see the daily popular lists in the admin dashboard backend. But not showing in the frontend.
Any help would be greatly appreciated as the Top Views section is a very useful and popular one on the site an is now empty.
https://ukutabs.com/top-99-ukulele-songs/by-views/all-time/
Thank you very much in advance.
Kind regards,
Jonas.
- The topic ‘Shortcode, query… no longer working with Redis’ is closed to new replies.