OK - in root/googlefroogle.php There is this LINE 38:
So the config in admin must be set to feed/google/... checkPHP Code:@define('GOOGLE_PRODUCTS_DIRECTORY', 'feed/google/');
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:
Can this be hard coded to point directly?PHP Code:if ($handle = opendir(DIR_FS_CATALOG . GOOGLE_PRODUCTS_DIRECTORY)) {


Reply With Quote

