The manual execution in Admin > Tools > Google Merchant Center Feeder works ok and the xml feed is created.
But I am having a mongrel time with the cron job of this mod (and I am not a newbie with cron tabs ...)
Currently the tab looks like this:
Code:
wget http://mydomain.com/googlefroogle.php?feed=fy_un_tp
(plus the necessary time and date params...)
It executes ok but does not save the xml file to the appropriate location
Code:
http://mydomain.com/feed/file_name_products.xml
feed directory is set to chmod 777
Also tried this variant
Code:
wget http://mydomain.com/googlefroogle.php?feed=fy_un_tp > /home/myaccount/public_html/feed/file_name_products.xml
to no avail
Does anyone have an idea how to get on top of this please?
TIA / Frank
Bookmarks