jackjamieson2 / yarns-microsub-server

Yarns is a Microsub server that runs as a plugin on your WordPress site.
GNU General Public License v2.0
20 stars 4 forks source link

Preview not working? #78

Closed jackjamieson2 closed 5 years ago

jackjamieson2 commented 5 years ago

Just tried to preview some rss feeds through Yarns' interface in the WordPress dashboard, and it's not working. No time to investigate now so noting this for later

jackjamieson2 commented 5 years ago

I think this is probably because the copy of Parse-This in the Post Kinds plugin is loaded before Yarns' copy, and I guess it hasn't been updated yet.

Assumption based on this error message: [05-Jun-2019 21:29:00 UTC] PHP Fatal error: Call to undefined function parse_this_clean_content() in /home4/karmaco1/public_html/jackjamieson/wp-content/plugins/yarns-microsub-server-dev/vendor/parse-this/includes/class-parse-this-rss.php on line 111

The old parse-this does not have this function.

jackjamieson2 commented 5 years ago

Since this problem only occurs when Post Kinds is enabled, and seems to a conflict between versions of Parse-This, I'm closing this issue. It should be resolved once the latest Parse-This updates are incorporated into Post Kinds