CodeIgniter Forums
Unable to load remote URL using PHP CURL. See if CURL is disabled or Port is blocked. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Unable to load remote URL using PHP CURL. See if CURL is disabled or Port is blocked. (/showthread.php?tid=72090)



Unable to load remote URL using PHP CURL. See if CURL is disabled or Port is blocked. - worldframe15 - 11-03-2018

I am getting this message while accessing my website what is the problem. I have put curl.php in  libraries folder and 
controller_curl.php also put into controller.


RE: Unable to load remote URL using PHP CURL. See if CURL is disabled or Port is blocked. - InsiteFX - 11-03-2018

It stated the problem already for you either CURL is disabled or the port is being blocked by
your hosting provider.


RE: Unable to load remote URL using PHP CURL. See if CURL is disabled or Port is blocked. - Codehoster - 01-02-2019

Try to use file_get_contents .