I am making a cURL request via Kohana 3.2 but I get the following error when it tries to access CURLOPT_POST constant:
CURLOPT_POST
Use of undefined constant
First, let's check php-curl has been installed on your server by
aptitude search php-curl
or aptitude search php5.6-curl
aptitude search php5.6-curl
if that hasn't been installed yet, let's install it by
sudo apt-get install php5.6-curl