( ! ) 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.0001358160{main}( ).../index.php:0
20.0001359360require( '/var/www/paesaggio/wp-blog-header.php' ).../index.php:17
30.0002369104require_once( '/var/www/paesaggio/wp-load.php' ).../wp-blog-header.php:13
40.0004374200require_once( '/var/www/paesaggio/wp-config.php' ).../wp-load.php:50
50.0010447872require_once( '/var/www/paesaggio/wp-settings.php' ).../wp-config.php:91
60.215236328824do_action( ).../wp-settings.php:461
70.215236329200WP_Hook->do_action( ).../plugin.php:476
80.215236329200WP_Hook->apply_filters( ).../class-wp-hook.php:331
90.238939657768sb_instagram_feed_init( ).../class-wp-hook.php:307
100.262643908296sbiOembedInit( ).../instagram-feed.php:262
110.262643908336SB_Instagram_Oembed->__construct( ).../class-sb-instagram-oembed.php:312
120.262643908336SB_Instagram_Oembed::can_do_oembed( ).../class-sb-instagram-oembed.php:26
130.263143907648SB_Instagram_Oembed::last_access_token( ).../class-sb-instagram-oembed.php:54
140.263143907648SB_Instagram_Connected_Account::get_all_connected_accounts( ).../class-sb-instagram-oembed.php:221
150.265144068944InstagramFeed\Builder\SBI_Source::convert_sources_to_connected_accounts( ).../class-sb-instagram-connected-account.php:488
160.265444108056SB_Instagram_Connected_Account::maybe_local_avatar( ).../SBI_Source.php:927
170.265944106984SB_Instagram_Connected_Account::create_local_avatar( ).../class-sb-instagram-connected-account.php:363
180.266044118544wp_get_image_editor( ).../class-sb-instagram-connected-account.php:147
190.267744402632WP_Image_Editor_Imagick->load( ).../media.php:3782
200.268544402808file_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.          * @param int    $status        Status code to use.
  2.          * @param string $location      The path to redirect to.
  3.          */
  4.         $x_redirect_by apply_filters'x_redirect_by'$x_redirect_by$status$location );
  5.         if ( is_string$x_redirect_by ) ) {
  6.             header"X-Redirect-By: $x_redirect_by);
  7.         }
  8.         header"Location: $location"true$status );
  9.         return true;
  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.          * @param int    $status        Status code to use.
  2.          * @param string $location      The path to redirect to.
  3.          */
  4.         $x_redirect_by apply_filters'x_redirect_by'$x_redirect_by$status$location );
  5.         if ( is_string$x_redirect_by ) ) {
  6.             header"X-Redirect-By: $x_redirect_by);
  7.         }
  8.         header"Location: $location"true$status );
  9.         return true;
  1.     }
  2.     if ( $do_redirect ) {
  3.         // Protect against chained redirects.
  4.         if ( ! redirect_canonical$redirect_urlfalse ) ) {
  5.             wp_redirect$redirect_url301 );
  6.             exit;
  7.         } else {
  8.             // Debug.
  9.             // die("1: $redirect_url<br />2: " . redirect_canonical( $redirect_url, false ) );
  10.             return;
redirect_canonical() in /var/www/paesaggio/wp-includes/class-wp-hook.php (line 307)
  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 476)
  1.     } elseif ( is_array$arg[0] ) && === count$arg[0] ) && isset( $arg[0][0] ) && is_object$arg[0][0] ) ) {
  2.         // Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
  3.         $arg[0] = $arg[0][0];
  4.     }
  5.     $wp_filter$hook_name ]->do_action$arg );
  6.     array_pop$wp_current_filter );
  7. }
  8. /**
  1.     /**
  2.      * Fires before determining which template to load.
  3.      *
  4.      * @since 1.5.0
  5.      */
  6.     do_action'template_redirect' );
  7. }
  8. /**
  9.  * Filters whether to allow 'HEAD' requests to generate content.
  10.  *
require_once('/var/www/paesaggio/wp-includes/template-loader.php') in /var/www/paesaggio/wp-blog-header.php (line 19)
  1.     // Set up the WordPress query.
  2.     wp();
  3.     // Load the theme template.
  4.     require_once ABSPATH WPINC '/template-loader.php';
  5. }
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/pluggable.php:1421
  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/pluggable.php:1421)
  at wp_redirect()
     (/var/www/paesaggio/wp-includes/canonical.php:799)
  at redirect_canonical()
     (/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:476)
  at do_action()
     (/var/www/paesaggio/wp-includes/template-loader.php:13)
  at require_once('/var/www/paesaggio/wp-includes/template-loader.php')
     (/var/www/paesaggio/wp-blog-header.php:19)
  at require('/var/www/paesaggio/wp-blog-header.php')
     (/var/www/paesaggio/index.php:17)