[nodebb-plugin-blog-comments] Blog Commenting Engine (Ghost, Wordpress widget)
-
I'm trying to get this installed now on my Wordpress for https://digitalnomad.blog ... the JSON API recommended originally years ago, hasn't been updated in 3+ years. No comments in the support there, and says it may not be compatible with recent / coming Wordpress installations.
Will this nodebb plugin work with other WP JSON API plugins, such as JSON Content Importer - https://wordpress.org/plugins/json-content-importer/
-
While the comments entry field appears for me in one blog - Ghost version: 2.10.1 and nodebb 1.11 with the most recent version of the plugin from what I can tell - and links to the respective comments topic and makes entries, the comments in that topic do not appear below the blog post.
-
Hello, fresh install nodebb v1.11.1, i have this message:
warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it. * nodebb-plugin-blog-comments
Can i have some help, please? Thank you.
-
@c3do it's just a warning. You can ignore it. Are you having any actual issues with the functionality of the plugin?
-
@PitaJ yesterday, i could not go on the settings page. i saw this warning, so i thought it was the problem.
I had run the command "./nodebb build" but the warning was always here. So, I was obsessed with the warning.
Finally, the command had solved the problem without me realizing it. I can access the settings page despite the warning. -
I installed the plugin, setup comments.php on Wordpress and I see the following on Wordpress:
"Commenting has been disabled" with the "Publish this article to NodeBB"
However, when I push the button, I get this error:
Internal Error. Oops! Looks like something went wrong! /forums/comments/publish Unexpected end of JSON input
Could this be a problem with my forum being installed in a subdir?
cc: @psychobunny @baris
-
I'm also seeing this in the logs:
2019-02-07T22:14:16.880Z [4567/23701] - warn: [nodebb-plugin-blog-comments] Origin (undefined) does not match hostUrls: https://www.axisandallies.org 2019-02-07T22:14:42.601Z [4567/23701] - error: /forums/comments/publish SyntaxError: Unexpected end of JSON input at JSON.parse (<anonymous>) at Comments.publishArticle (/var/srv/nodebb/node_modules/nodebb-plugin-blog-comments/library.js:135:15) at Layer.handle [as handle_request] (/var/srv/nodebb/node_modules/express/lib/router/layer.js:95:5) at next (/var/srv/nodebb/node_modules/express/lib/router/route.js:137:13) at Route.dispatch (/var/srv/nodebb/node_modules/express/lib/router/route.js:112:3) at Layer.handle [as handle_request] (/var/srv/nodebb/node_modules/express/lib/router/layer.js:95:5) at /var/srv/nodebb/node_modules/express/lib/router/index.js:281:22 at Function.process_params (/var/srv/nodebb/node_modules/express/lib/router/index.js:335:12) at next (/var/srv/nodebb/node_modules/express/lib/router/index.js:275:10) at rewrite (/var/srv/nodebb/src/controllers/home.js:33:10)
It's odd that Origin is undefined, right?
Also, here's the forum data being posted, it's not JSON and it's missing a bunch of stuff.
markdown=&title=&cid=&tags=&id=2930&url=https%3A%2F%2Fwww.axisandallies.org%2Fp%2Fvictory-new-wwii-game-columbia-games%2F&_csrf=l3iXstpC-aU9hckFGosqYZl2yAcIZ_ozQR98
Oddly I get the same error with and without the JSON API wordpress plugin activated. (It is currently activated)
-
This post is deleted!
-
Okay, the solution to this is that the comment in the Wordpress php that the categoryID is options is not correct. You need the category ID.
But there are still some subdir issues happening for me.
-
Does the plugin not show the comments from the nodebb post?
-
@djensen47 will look into this Monday, are you on latest WP /JSON API (though I think the latter hasn't been updated in a while)?
Dear PHP, I thought I didn't have to deal with you anymore
-
@psychobunny I filed some bugs and included a PR for one of the bugs.
-
2019-12-23T13:37:40.855Z [undefined/13516] - error: [build] Encountered error during build stepEACCES: permission denied, rmdir '/var/www/nodebb/build/public/plugins/nodebb-plugin-blog-comments' {"errno":-13,"code":"EACCES","syscall":"rmdir","path":"/var/www/nodebb/build/public/plugins/nodebb-plugin-blog-comments","stack":"Error: EACCES: permission denied, rmdir '/var/www/nodebb/build/public/plugins/nodebb-plugin-blog-comments'"} 2019-12-23T13:37:40.856Z [undefined/13516] - error: EACCES: permission denied, rmdir '/var/www/nodebb/build/public/plugins/nodebb-plugin-blog-comments' {"errno":-13,"code":"EACCES","syscall":"rmdir","path":"/var/www/nodebb/build/public/plugins/nodebb-plugin-blog-comments"} yusuf@kurulumu:/var/www/nodebb$
When I run the ./nodebb build command, I get the above life. Which command should I run to completely remove this plugin?
-
@psychobunny Does this plug-in work with Ghost 3.0?
The nodebb project uses ghost for its own blog, and comments are working, but I don’t know which version of ghost you are running.
I have a ghost website, but have not installed nodebb yet.