CodeIgniter Forums
CodeIgniter Forums
>
Using CodeIgniter
>
General Help
> Unable to load remote URL using PHP CURL. See if CURL is disabled or Port is blocked.
Full Version:
Unable to load remote URL using PHP CURL. See if CURL is disabled or Port is blocked.
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
worldframe15
11-03-2018, 04:09 AM
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.
InsiteFX
11-03-2018, 08:58 AM
It stated the problem already for you either CURL is disabled or the port is being blocked by
your hosting provider.
Codehoster
01-02-2019, 01:16 AM
Try to use file_get_contents .
CodeIgniter Forums
>
Using CodeIgniter
>
General Help
> Unable to load remote URL using PHP CURL. See if CURL is disabled or Port is blocked.