Everytime I try to post an article in Wordpress, I end up with the following errors:
Warning: file_get_contents(forum.jk-junkies.com/posts): failed to open stream: No such file or directory in /homepages/1/d563246168/htdocs/blog/wp-content/plugins/wp-discourse-master/lib/discourse.php on line 469
Warning: First parameter must either be an object or the name of an existing class in /homepages/1/d563246168/htdocs/blog/wp-content/plugins/wp-discourse-master/lib/discourse.php on line 474
Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d563246168/htdocs/blog/wp-content/plugins/wp-discourse-master/lib/discourse.php:469) in /homepages/1/d563246168/htdocs/blog/wp-admin/post.php on line 233
Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d563246168/htdocs/blog/wp-content/plugins/wp-discourse-master/lib/discourse.php:469) in /homepages/1/d563246168/htdocs/blog/wp-includes/pluggable.php on line 117877
Agreed, which is why lately I’ve started to help out. It would be awesome if others jumped in, too. I’d really appreciate a PR (or at least a GitHub issue) if you have a moment.
Only guessing…
It’s trying to load a file forum.jk-junkies.com/posts and this should probably be something like http://forum.jk-junkies.com/posts so perhaps in the settings for the plugin you need to include the extra http://.