Topic by Marv Ferrer
I'm trying to use cURL in the Process Designer but I'm getting an error on the line where I'm calling
curl_init()
The error says "Call to undefined function...". I'm also calling load_curl() right before curl_init() line. Does the cURL extension need to enabled on the php.ini file somewhere?