Quote Originally Posted by wagnerguy View Post
I have to say it may be, i have been trying to fix it for a while now.. one person was nice enough to give a perspective fix. but it did not work for me. if you search a few pages back, you can give it a try. it involves changing feed to fed in some of the config files. there was also a suggestion that i was using old commands with the new download. but that never panned out either.
Hey Wagner, I had the same problem. I'm a toying rookie, but did some trial and error. I'm on 1.3.8 with WOZ installed.

The "changing feed to fed" did not work for me either straight up.

For me, the admin/googlefroogle.php file had 6 feed to fed changes on lines 156-167, not 4.

For /googlefroogle.php, I had to go back and change line 39 to:

$fed = $google_base->get_feed($fed_parameter);

Originally, I had changed "get_feed" to "get_fed" and that hosed it up. I changed line 39 back to "get_feed" and I'm up and running now.

maybe that will help you.