Problem loading CURL library in a Custom Script on May 2014
Content
Hello,
I suppose I'll be the first to post in the new General Developer Discussions area so here goes.. I'm working on a May 2014 site and am building an integration with a SOAP web service. This will be a Custom Script that will eventually be configured as a cron job. Since I need to make SOAP requests, I am trying to load the CURL library to facilitate this. According to this KB Answer:
https://cx.rightnow.com/app/answers/detail/a_id/5433/kw/curl
I should be able to load the CURL library with:
dl('curl_php5.so');
However, it's not working on this site. It appears the "dl" function is now blacklisted in Custom Scripts as I'm getting the following error:
Tagged:
2