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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

sugarCRM 6.3 & Scheduled tasks issue

  • 26-04-2012 11:01am
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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, Registered Users 2 Posts: 241 ✭✭fcrossen


    What did you use to install AMP on Windows?

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


  • Registered Users, Registered Users 2 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