some hosts will lock these out
try using get and using the /actual/path/to/the/files
Zen cart PCI compliant Hosting
I am using sashbox as a host. Do you know if I would need to open a ticket with them to figure out what could be wrong?
It will not work. You have told:
Scripts GET/wget does not run - permission denied to access shell /bin/sh.
Two variants:
1. Use command line php.exe. It is impossible to start googlefroogle.php directly by php.exe. But it is possible to use intermediate loading "bootstrapping" script (php or perl - does not metter).
2. Start your googlefroogle.php using a cron job GET/wget on another server.
3. Try this one:
0 5 * * * curl -s 'http://www.paradigmrockshirts.com/googlefroogle.php?feed=yes&upload=yes'
I tried this one as well as the others listed in this thread. Couldn't get the others to work but this one seems to work - no error messages, but also no upload to Froogle. The manual upload works fine - i.e. clicking on the 'upload' link in the admin area.
Any ideas what's wrong?
Did anyone figure out a way to run a new googlefroogle xml file via cron job in cPanel?
This works for me, sending it every week.
Minute Hour Day Month Weekday
0 3 * * 6
wget https://www.yourdomain.com/googlefro...?feed=fy_uy_tp
Maybe also check the folder permissions.
Q: does the manual file creation work when done from the admin? Does the file get created with a current date? Have you successfully uploaded to google base manually?
Live and learn... the Zen way.