Viewing 1 replies (of 1 total)
  • Thread Starter Matthew Haines-Young

    (@mattheu)

    Just in case the screenshot link breaks in future – here is the code:


    // api_proxy.php Line 4
    $options = get_option( 'ooyala' );
    if ( empty( $ooyala['api_key'] ) || empty( $ooyala['api_secret'] ) )
    die();

    Note $options != $ooyala.

Viewing 1 replies (of 1 total)
  • The topic ‘Uploading videos fails.’ is closed to new replies.