Results 1 to 4 of 4

Thread: The cURL module for PHP and Sugar

  1. #1
    CyberFerret is offline Sugar Community Member
    Join Date
    Jan 2005
    Posts
    57

    Default The cURL module for PHP and Sugar

    Hi all,

    Does Sugar NEED the cURL module for the scheduling to work properly? I know you have to set up the CRON jobs etc. in crontab, but is this library purely used for reporting on the CRON jobs in Sugar?

    It is just that we are having a heck of a time trying to integrate cURL into our Linux box. (If anyone has any good guides as to how the heck we do this, please let me know!)

    Thanks,
    Devan

  2. #2
    sanjaykatiyar1's Avatar
    sanjaykatiyar1 is offline Sugar Community Member
    Join Date
    Feb 2006
    Location
    Bangalore
    Posts
    600

    Default Re: The cURL module for PHP and Sugar

    Quote Originally Posted by CyberFerret
    Hi all,

    Does Sugar NEED the cURL module for the scheduling to work properly? I know you have to set up the CRON jobs etc. in crontab, but is this library purely used for reporting on the CRON jobs in Sugar?

    It is just that we are having a heck of a time trying to integrate cURL into our Linux box. (If anyone has any good guides as to how the heck we do this, please let me know!)

    Thanks,
    Devan
    Curl is optional in Sugar for scheduling the job.
    If your machine does not have curl support you can use either command line php or
    wget command to the scheduling jobs.

  3. #3
    blex2005's Avatar
    blex2005 is offline Sugar Community Member
    Join Date
    Aug 2004
    Posts
    101

    Default Re: The cURL module for PHP and Sugar

    cURL can also be a security hole if not set up correctly. (Some argue even if it is set up correctly) so make sure you read all the security issues if you do decide to use cURL.
    Do you have children? Want to enjoy and support them more?
    Check out Family Matters from Weiner Family Studios.
    Or follow us on twitter @weinerfamily.



    Scott Weiner
    CRM Consultant
    BrokerSuite, LLC
    SugarCRM Business Partner

    sweiner@brokersuite.com
    "Customized CRM solutions"
    www.blueriverassociates.com
    www.brokersuite.com




  4. #4
    sugarchris's Avatar
    sugarchris is offline Sugar Community Member
    Join Date
    Sep 2005
    Location
    San Francisco, CA
    Posts
    861

    Default Re: The cURL module for PHP and Sugar

    We use cURL to thread job execution. However, as of 4.0.1a, the cURL requirement is more for future-proofing than a true dependency. Feel free to not compile in cURL with your php module, but don't complain when some future feature doesn't work for you j/k.

    Re: compilation
    what errors are you getting while compiling? In my experience it was simply a matter of getting the missing libraries in place.
    Last edited by sugarchris; 2006-02-13 at 06:11 PM.

Thread Information

Users Browsing this Thread

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

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
  •