Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Error
    Thread Starter Jo Mendes

    (@jo-mendes)

    line 20 is –

    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.’);
    }

Viewing 1 replies (of 1 total)