josemarques… thanks pela atenção… mas resolvi o problema
tou cpm problema, alguem me ajuda…
Warning: fread() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\classificados\wp-includes\functions.php on line 4342
Warning: fclose() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\classificados\wp-includes\functions.php on line 4345
erro na linha 20
if (!function_exists(‘curl_init’)) {
throw new Exception(‘Facebook needs the CURL PHP extension.’);
}
if (!function_exists(‘json_decode’)) {
throw new Exception(‘Facebook needs the JSON PHP extension.’);
}
erro da linha 20 –
if (!function_exists(‘curl_init’)) {
throw new Exception(‘Facebook needs the CURL PHP extension.’);
}
if (!function_exists(‘json_decode’)) {
throw new Exception(‘Facebook needs the JSON PHP extension.’);
}
o erro do facebook na linha 20 é esse erro
if (!function_exists(‘curl_init’)) {
throw new Exception(‘Facebook needs the CURL PHP extension.’);
}
if (!function_exists(‘json_decode’)) {
throw new Exception(‘Facebook needs the JSON PHP extension.’);
}