( ! ) Warning: file_get_contents(https://scontent-mxp2-1.xx.fbcdn.net/v/t51.2885-15/79588059_445232696379995_6981085034564288512_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=7d201b&_nc_ohc=hfap5hg-wv4Q7kNvgHzlDKc&_nc_oc=Adk06aTxu_W3emJI0MB68AStCyz0YS_nAmLT7wMhgMejJQcB1n3KCWu-DQ-AaHGseqk&_nc_zt=23&_nc_ht=scontent-mxp2-1.xx&edm=AL-3X8kEAAAA&oh=00_AYGTOlMwoE2cRICpVnTFKpLvcK5rra_7RAyyDJIRb7Z3Cg&oe=67E710B2): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /var/www/paesaggio/wp-includes/class-wp-image-editor-imagick.php on line 154
Call Stack
#TimeMemoryFunctionLocation
10.0001359992{main}( ).../index.php:0
20.0001361192require( '/var/www/paesaggio/wp-blog-header.php' ).../index.php:17
30.0003370936require_once( '/var/www/paesaggio/wp-load.php' ).../wp-blog-header.php:13
40.0003376032require_once( '/var/www/paesaggio/wp-config.php' ).../wp-load.php:50
50.0010449704require_once( '/var/www/paesaggio/wp-settings.php' ).../wp-config.php:91
60.217536358656do_action( ).../wp-settings.php:461
70.217636359032WP_Hook->do_action( ).../plugin.php:476
80.217636359032WP_Hook->apply_filters( ).../class-wp-hook.php:331
90.248839687248sb_instagram_feed_init( ).../class-wp-hook.php:307
100.274443940000sbiOembedInit( ).../instagram-feed.php:262
110.274443940040SB_Instagram_Oembed->__construct( ).../class-sb-instagram-oembed.php:312
120.274443940040SB_Instagram_Oembed::can_do_oembed( ).../class-sb-instagram-oembed.php:26
130.274943939352SB_Instagram_Oembed::last_access_token( ).../class-sb-instagram-oembed.php:54
140.274943939352SB_Instagram_Connected_Account::get_all_connected_accounts( ).../class-sb-instagram-oembed.php:221
150.277444100496InstagramFeed\Builder\SBI_Source::convert_sources_to_connected_accounts( ).../class-sb-instagram-connected-account.php:488
160.277844139648SB_Instagram_Connected_Account::maybe_local_avatar( ).../SBI_Source.php:927
170.278344138576SB_Instagram_Connected_Account::create_local_avatar( ).../class-sb-instagram-connected-account.php:363
180.278344150096wp_get_image_editor( ).../class-sb-instagram-connected-account.php:147
190.281244434160WP_Image_Editor_Imagick->load( ).../media.php:3782
200.281444434336file_get_contents ( ).../class-wp-image-editor-imagick.php:154
Cannot modify header information - headers already sent by (output started at /var/www/paesaggio/wp-includes/class-wp-image-editor-imagick.php:154) (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Cannot modify header information - headers already sent by (output started at /var/www/paesaggio/wp-includes/class-wp-image-editor-imagick.php:154)

Exception

ErrorException

  1.          * Any LWS that occurs between field-content MAY be replaced with a
  2.          * single SP before interpreting the field value or forwarding the
  3.          * message downstream.
  4.          */
  5.         $value preg_replace'/\s+/'' '$value );
  6.         headersprintf'%s: %s'$key$value ) );
  7.     }
  8.     /**
  9.      * Sends multiple HTTP headers.
  10.      *
  1.      * @throws \ErrorException
  2.      */
  3.     public function handleError($level$message$file ''$line 0$context = [])
  4.     {
  5.         try {
  6.             parent::handleError($level$message$file$line$context);
  7.         } catch (Throwable $e) {
  8.             if (! apply_filters('acorn/throw_error_exception'true$e)) {
  9.                 return false;
  10.             }
HandleExceptions->handleError()
  1.          * Any LWS that occurs between field-content MAY be replaced with a
  2.          * single SP before interpreting the field value or forwarding the
  3.          * message downstream.
  4.          */
  5.         $value preg_replace'/\s+/'' '$value );
  6.         headersprintf'%s: %s'$key$value ) );
  7.     }
  8.     /**
  9.      * Sends multiple HTTP headers.
  10.      *
WP_REST_Server->send_header() in /var/www/paesaggio/wp-includes/rest-api/class-wp-rest-server.php (line 282)
  1.         if ( isset( $_GET['_jsonp'] ) ) {
  2.             $jsonp_callback $_GET['_jsonp'];
  3.         }
  4.         $content_type = ( $jsonp_callback && $jsonp_enabled ) ? 'application/javascript' 'application/json';
  5.         $this->send_header'Content-Type'$content_type '; charset=' get_option'blog_charset' ) );
  6.         $this->send_header'X-Robots-Tag''noindex' );
  7.         $api_root get_rest_url();
  8.         if ( ! empty( $api_root ) ) {
  9.             $this->send_header'Link''<' esc_url_raw$api_root ) . '>; rel="https://api.w.org/"' );
WP_REST_Server->serve_request() in /var/www/paesaggio/wp-includes/rest-api.php (line 394)
  1.     // Fire off the request.
  2.     $route untrailingslashit$GLOBALS['wp']->query_vars['rest_route'] );
  3.     if ( empty( $route ) ) {
  4.         $route '/';
  5.     }
  6.     $server->serve_request$route );
  7.     // We're done.
  8.     die();
  9. }
  1.                 // Avoid the array_slice() if possible.
  2.                 if ( == $the_['accepted_args'] ) {
  3.                     $value call_user_func$the_['function'] );
  4.                 } elseif ( $the_['accepted_args'] >= $num_args ) {
  5.                     $value call_user_func_array$the_['function'], $args );
  6.                 } else {
  7.                     $value call_user_func_array$the_['function'], array_slice$args0, (int) $the_['accepted_args'] ) );
  8.                 }
  9.             }
  10.         } while ( false !== next$this->iterations$nesting_level ] ) );
WP_Hook->apply_filters() in /var/www/paesaggio/wp-includes/class-wp-hook.php (line 331)
  1.      *
  2.      * @param array $args Parameters to pass to the callback functions.
  3.      */
  4.     public function do_action$args ) {
  5.         $this->doing_action true;
  6.         $this->apply_filters''$args );
  7.         // If there are recursive calls to the current action, we haven't finished it until we get to the last one.
  8.         if ( ! $this->nesting_level ) {
  9.             $this->doing_action false;
  10.         }
WP_Hook->do_action() in /var/www/paesaggio/wp-includes/plugin.php (line 524)
  1.     if ( ! isset( $wp_filter['all'] ) ) {
  2.         $wp_current_filter[] = $hook_name;
  3.     }
  4.     $wp_filter$hook_name ]->do_action$args );
  5.     array_pop$wp_current_filter );
  6. }
  7. /**
do_action_ref_array() in /var/www/paesaggio/wp-includes/class-wp.php (line 398)
  1.          *
  2.          * @since 2.1.0
  3.          *
  4.          * @param WP $wp Current WordPress environment instance (passed by reference).
  5.          */
  6.         do_action_ref_array'parse_request', array( &$this ) );
  7.         return true;
  8.     }
  9.     /**
WP->parse_request() in /var/www/paesaggio/wp-includes/class-wp.php (line 770)
  1.      * @param string|array $query_args Passed to parse_request().
  2.      */
  3.     public function main$query_args '' ) {
  4.         $this->init();
  5.         $parsed $this->parse_request$query_args );
  6.         $this->send_headers();
  7.         if ( $parsed ) {
  8.             $this->query_posts();
  1.  * @param string|array $query_vars Default WP_Query arguments.
  2.  */
  3. function wp$query_vars '' ) {
  4.     global $wp$wp_query$wp_the_query;
  5.     $wp->main$query_vars );
  6.     if ( ! isset( $wp_the_query ) ) {
  7.         $wp_the_query $wp_query;
  8.     }
  9. }
  1.     // Load the WordPress library.
  2.     require_once __DIR__ '/wp-load.php';
  3.     // Set up the WordPress query.
  4.     wp();
  5.     // Load the theme template.
  6.     require_once ABSPATH WPINC '/template-loader.php';
  7. }
require('/var/www/paesaggio/wp-blog-header.php') in /var/www/paesaggio/index.php (line 17)
  1.  * @var bool
  2.  */
  3. define'WP_USE_THEMES'true );
  4. /** Loads the WordPress Environment and Template */
  5. require __DIR__ '/wp-blog-header.php';

Stack Trace

ErrorException
ErrorException:
Cannot modify header information - headers already sent by (output started at /var/www/paesaggio/wp-includes/class-wp-image-editor-imagick.php:154)

  at /var/www/paesaggio/wp-includes/rest-api/class-wp-rest-server.php:1717
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
     (/var/www/paesaggio/wp-content/themes/paesaggio-toscana/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:54)
  at Roots\Acorn\Bootstrap\HandleExceptions->handleError()
  at header()
     (/var/www/paesaggio/wp-includes/rest-api/class-wp-rest-server.php:1717)
  at WP_REST_Server->send_header()
     (/var/www/paesaggio/wp-includes/rest-api/class-wp-rest-server.php:282)
  at WP_REST_Server->serve_request()
     (/var/www/paesaggio/wp-includes/rest-api.php:394)
  at rest_api_loaded()
     (/var/www/paesaggio/wp-includes/class-wp-hook.php:307)
  at WP_Hook->apply_filters()
     (/var/www/paesaggio/wp-includes/class-wp-hook.php:331)
  at WP_Hook->do_action()
     (/var/www/paesaggio/wp-includes/plugin.php:524)
  at do_action_ref_array()
     (/var/www/paesaggio/wp-includes/class-wp.php:398)
  at WP->parse_request()
     (/var/www/paesaggio/wp-includes/class-wp.php:770)
  at WP->main()
     (/var/www/paesaggio/wp-includes/functions.php:1330)
  at wp()
     (/var/www/paesaggio/wp-blog-header.php:16)
  at require('/var/www/paesaggio/wp-blog-header.php')
     (/var/www/paesaggio/index.php:17)