socialcomputing
Forum Replies Created
-
Forum: Plugins
In reply to: [Just Map It!] [Plugin: Just Map It!] can't get JMI to workHi Thomas,
Thanks for your feedback.
We received your form submission and we are investigating on this issue.Forum: Plugins
In reply to: [Just Map It!] [Plugin: Just Map It!] can't get JMI to workHi Thierry,
Can you please include the url of the website on which you installed the Just Map It! plugin ?
We are going to make some investigations on your installation.
Could you please re-enable the JSON-API and JMI plugins on your wordpress blog ?Thank you.
Forum: Plugins
In reply to: [JSON API] [Plugin: JSON API] Other plugins output before json contentHi,
No news on this issue ?
I’m pretty sure other users experience this behaviour.
The multisite robotstxt manager plugin for wordpress tries to clean the page before outputting the robot.txt content using output buffering.
Taking this as a sample, here is a patch for the response.php singleton.--- response.php 2012-07-19 10:34:57.000000000 +0200 +++ response.php.new 2012-07-19 10:34:12.000000000 +0200 @@ -91,9 +91,7 @@ header('HTTP/1.1 200 OK', true); header("Content-Type: application/json; charset=$charset", true); } - ob_start(); /* why not? */ echo $result; - ob_end_flush(); } function callback($callback, $result) {
Please make some feedback here if it worked successfully for you.
Once again thank you for the new version and for you quick reaction time.
It perfectly works and the sitemap entries are now added.Thanks for your quick answer and for the new plugin version.
It works as expected and the configuration page is displayed.I mark the topic as resolved