Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Location
    Texas/USA
    Posts
    35
    Plugin Contributions
    0

    Google Froogle Cron question

    I believe I have the auto-update feature installed:


    ****Tips: To have this update and automatically upload product feed to Google Froogle Merchants, you will need to set up a Cron job via your host's control panel.
    To run it as a cron job (at 5:0am like you wanted), put something in your crontab like the following:

    0 5 * * * GET http://www.paradigmrockshirts.com/go...yes&upload=yes
    or
    0 5 * * * wget http://www.paradigmrockshirts.com/go...upload=yes****


    I thing something is wrong because, I get two emails each day with the following:
    /bin/sh: line 1: /usr/bin/GET: Permission denied
    /bin/sh: line 1: /usr/bin/wget: Permission denied
    Anyone with information of how I can resolve this would be greatly appreciated. I have little information on this MOD but it was ONE of the reasons that I had selected Zencart...


  2. #2
    Join Date
    Aug 2006
    Location
    Texas/USA
    Posts
    35
    Plugin Contributions
    0

    Default Re: Google Froogle Cron question

    Still no response to this post.... Anyone have the same problem?

  3. #3
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Google Froogle Cron question

    Quote Originally Posted by Paradigm81 View Post
    I believe I have the auto-update feature installed:


    ****Tips: To have this update and automatically upload product feed to Google Froogle Merchants, you will need to set up a Cron job via your host's control panel.
    To run it as a cron job (at 5:0am like you wanted), put something in your crontab like the following:

    0 5 * * * GET http://www.paradigmrockshirts.com/go...yes&upload=yes
    or
    0 5 * * * wget http://www.paradigmrockshirts.com/go...upload=yes****


    I thing something is wrong because, I get two emails each day with the following:
    /bin/sh: line 1: /usr/bin/GET: Permission denied
    /bin/sh: line 1: /usr/bin/wget: Permission denied
    Anyone with information of how I can resolve this would be greatly appreciated. I have little information on this MOD but it was ONE of the reasons that I had selected Zencart...

    I just stumbled upon this.
    did you set up your ftp account on google base and then configure it in the zen cart admin?

  4. #4
    Join Date
    Oct 2006
    Posts
    225
    Plugin Contributions
    0

    Default Re: Google Froogle Cron question

    On a similar note, I'm using GoDaddy for hosting. They don't allow running executables so I have to upload my file by hand. Anyone know what's involved in setting up a cron job on a seperate *nix machine to send the file to froogle via ftp? I'm pretty sure this can be done if the froogle.txt file is local to the *nix machine if you use commandline ftp. Anyone?
    Visit my Decal website: DecalDepot.net

  5. #5
    Join Date
    Aug 2006
    Location
    Texas/USA
    Posts
    35
    Plugin Contributions
    0

    Default Re: Google Froogle Cron question

    Quote Originally Posted by mafiasam View Post
    I just stumbled upon this.
    did you set up your ftp account on google base and then configure it in the zen cart admin?
    Yes, the configurations are ok. I can do the manual creat and upload and it has no problem but the cron job is giving me permission denied. Anything else?

  6. #6
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Google Froogle Cron question

    some hosts will lock these out

    try using get and using the /actual/path/to/the/files
    Zen cart PCI compliant Hosting

  7. #7
    Join Date
    Aug 2006
    Location
    Texas/USA
    Posts
    35
    Plugin Contributions
    0

    Default Re: Google Froogle Cron question

    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?

  8. #8
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Froogle Cron question

    Quote Originally Posted by Merlinpa1969 View Post
    try using get and using the /actual/path/to/the/files
    It will not work. You have told:
    Quote Originally Posted by Merlinpa1969 View Post
    some hosts will lock these out
    Quote Originally Posted by Paradigm81 View Post
    /bin/sh: line 1: /usr/bin/GET: Permission denied
    /bin/sh: line 1: /usr/bin/wget: Permission denied
    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.

  9. #9
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Froogle Cron question

    3. Try this one:
    0 5 * * * curl -s 'http://www.paradigmrockshirts.com/googlefroogle.php?feed=yes&upload=yes'

 

 

Similar Threads

  1. v139h How to update google merchant feeder with cron and multiples feeds?
    By wirefram in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Oct 2012, 09:40 PM
  2. A Question about Cron Jobs
    By LissaE in forum General Questions
    Replies: 0
    Last Post: 30 Jul 2009, 12:19 AM
  3. OH this GOOGLE BASE and cron!
    By eDee in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 8 May 2008, 10:00 PM
  4. Google Froogle Feeder
    By idontknow in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Jun 2007, 08:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg