OK - in root/googlefroogle.php There is this LINE 38:
PHP Code:
@define('GOOGLE_PRODUCTS_DIRECTORY''feed/google/'); 
So the config in admin must be set to feed/google/... check

The old version was only feed/

Still this damn warning:
[FONT="Courier New"]
No such file or directory in /opt/apache-2.2.13/htdocs/storename/admin/googlefroogle.php on line 185[/FONT]
LINE 185:
PHP Code:
if ($handle opendir(DIR_FS_CATALOG GOOGLE_PRODUCTS_DIRECTORY)) { 
Can this be hard coded to point directly?