Closed GoogleCodeExporter closed 9 years ago
Original comment by bslatkin
on 26 Jul 2011 at 4:37
HI
I had the same issue and now deactivated pubhub again since I couldn't find any
solution. Here's something I came across but no idea if this applies to us too
because I am a total dummy with that kind of stuff.
This one guy wrote that this is the problem:
<?php
header("Location: $strReturnhtml");
?>
and that this should be the solution
Output-Buffering:
Before
session_start();
you would have to enter
ob_start();
and at the end of the script enter
ob_end_flush();
It did work for this one guy who had the same error message.
Original comment by David.M....@gmail.com
on 17 Jan 2012 at 11:11
Please ask for support for the WordPress plugin at
https://wordpress.org/support/plugin/pubsubhubbub
if you still have a problem.
Original comment by the...@google.com
on 26 Mar 2015 at 4:29
Original issue reported on code.google.com by
lee.stan...@gmail.com
on 13 May 2011 at 12:14Attachments: