Quote Originally Posted by aPurpleMonkey.com View Post
Having problems with this contribution and your Google Base one as well...same issue actually...

When I click on Step 1 it throws the popup and then immediately stops. Nothing displayed in the window...nothing saved in the feed file.

Added the changes to my php.ini and changed the script execution time in Admin.

Still nothing.

Any ideas?

Is this a hosting issue? If it is what do I need to have my host change to allow this to work?

Thanks for providing such killer add-ons.
Do you have wordpress installed? The gzip_compression() in that mod can cause this problem.

DrByte, this is the code from wordpress if you have any ideas:
PHP Code:
if(isset($_GET['feed'])){
wp();
gzip_compression();
require_once(
'./wp-includes/template-loader.php');

exit();