23-Jul-2019, 08:09 PM
Thanks Mike I'll check whether your site's IP address is blocked.
In the meantime can you try this. Open /system/library/home.php and find this code (line 27):
In the meantime can you try this. Open /system/library/home.php and find this code (line 27):
PHP Code:
<?php
if (extension_loaded('curl')) {
Change it to this:
PHP Code:
<?php
if (!extension_loaded('curl')) {