Php host issue
I got this message today from my hosting provider;
While digging into this we noticed the following in your logs:
<13>Mar 18 06:17:49� church.wsynth.net� apache2: PHP Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /var/www/churchjobs.tv/
wp-content/themes/jobroller/includes/indeed/theme-indeed.php� on line 378
url_fopen is disabled on Synthesis hosting for security reasons, so this call will fail every time. You will want to switch this call over to use CURL instead of url_fopen.
Any help on this one? I have no exprience with curl.
Thanks
- - - Updated - - -
This is the line they are talking about...
$address = json_decode((file_get_contents($address)), true);