Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

sugarCRM 6.3 & Scheduled tasks issue

Options
  • 26-04-2012 12:01pm
    #1
    Registered Users Posts: 289 ✭✭


    Hi,

    We have installed sugarcrm ce (community edition) 6.3 on an apache 2.2 webserver with php5 on a windows 8 (64bit) server.

    In our sugarcrm install we cannot complete scheduled task.


    We receive the following message from the sugar system when we access the Schedulers module through the admin panel:
    cURL Warning:
    Warning:
    This system does not have the cURL libraries enabled/compiled into the PHP module (--with-curl=/path/to/curl_library). Please contact your administrator to resolve this issue. Without the cURL functionality, the Scheduler cannot thread its jobs.

    We believe this issue lies within our configuration of the server/webserver for cURL.


    How do we resolve this?

    Thanks in advance for any help on this


    Paul.


Comments

  • Closed Accounts Posts: 249 ✭✭OneIdea


    I think you just need to enable cURL

    Locate your php.ini file, search for curl & remove the semi-colon ; before extension=php_curl.dll then restart your server.


  • Registered Users Posts: 289 ✭✭paulgrogan.eu


    Hi Oneidea,

    Thanks for the reply. We've checked that and that was indeed already done, therefore sadly not the cause of our issues.

    Any other help our guidance very much appreciated.

    Rgds

    Paul


  • Registered Users Posts: 241 ✭✭fcrossen


    What did you use to install AMP on Windows?

    Does phpinfo() tell you if/where CURL is installed?


  • Registered Users Posts: 289 ✭✭paulgrogan.eu


    Thanks guys.

    We think the auto install stack install is the trick. Eventually we swapped the auto install PHP folder with the none working manually installed PHP folder and this got the CURL functionality back.


Advertisement