Results 1 to 2 of 2

Thread: Scheduler / cron.php not working....

  1. #1
    johntaylor444 is offline Junior Member
    Join Date
    Jan 2010
    Posts
    3

    Default Scheduler / cron.php not working....

    I've recently installed Sugar Community v5.5.0

    php.exe exist in C:\Program Files\sugarcrm-5.5.0\php\
    (note php.ini is in the same folder as php.exe)

    cron.php exists in C:\Program Files\sugarcrm-5.5.0\htdocs\sugarcrm\

    I can't get a script together that works. Can someone help me here. I'm running Windows 2008 Server Edition. I think I can get the .bat to be scheduled in Windows if I can get it constructed correctly.

  2. #2
    quincarroll is offline Member
    Join Date
    Apr 2010
    Posts
    14

    Default Re: Scheduler / cron.php not working....

    First of all you need to check which php.exe your site is actually running.

    It could be php.exe or php-cgi.ex, or something else...

    Use phpinfo(); to find out what file it is.

    Then the batch file should look like this:

    cd C:\Program Files\sugarcrm-5.5.0\htdocs\sugarcrm
    c:\Path to php.exe Folder\php.exe -f cron.php

    remember to replace "php.exe" with the name of the file your site is running.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Cron and scheduler
    By sanocli in forum Help
    Replies: 3
    Last Post: 2010-03-03, 04:32 PM
  2. Scheduler cron job failed
    By david067 in forum Help
    Replies: 4
    Last Post: 2009-08-10, 05:58 PM
  3. Scheduler not working (cron.php hangs)
    By beyondsecurity in forum Help
    Replies: 1
    Last Post: 2008-09-24, 12:28 PM
  4. Error with cron.php - Scheduler
    By danilozp in forum Help
    Replies: 3
    Last Post: 2008-05-06, 11:17 PM
  5. Need help with Cron Jobs and Scheduler
    By Saurabhdadu in forum Help
    Replies: 1
    Last Post: 2006-10-09, 06:19 AM

Bookmarks

Posting Permissions

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