Quote Originally Posted by stretch555 View Post
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.
If possible can you send the 2 files in question, i have changed everything and gone with a number of variations.