( ! ) 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 | ||||
# | Time | Memory | Function | Location |
1 | 0.0001 | 358160 | {main}( ) | .../index.php:0 |
2 | 0.0001 | 359360 | require( '/var/www/paesaggio/wp-blog-header.php' ) | .../index.php:17 |
3 | 0.0002 | 369104 | require_once( '/var/www/paesaggio/wp-load.php' ) | .../wp-blog-header.php:13 |
4 | 0.0004 | 374200 | require_once( '/var/www/paesaggio/wp-config.php' ) | .../wp-load.php:50 |
5 | 0.0010 | 447872 | require_once( '/var/www/paesaggio/wp-settings.php' ) | .../wp-config.php:91 |
6 | 0.2152 | 36328824 | do_action( ) | .../wp-settings.php:461 |
7 | 0.2152 | 36329200 | WP_Hook->do_action( ) | .../plugin.php:476 |
8 | 0.2152 | 36329200 | WP_Hook->apply_filters( ) | .../class-wp-hook.php:331 |
9 | 0.2389 | 39657768 | sb_instagram_feed_init( ) | .../class-wp-hook.php:307 |
10 | 0.2626 | 43908296 | sbiOembedInit( ) | .../instagram-feed.php:262 |
11 | 0.2626 | 43908336 | SB_Instagram_Oembed->__construct( ) | .../class-sb-instagram-oembed.php:312 |
12 | 0.2626 | 43908336 | SB_Instagram_Oembed::can_do_oembed( ) | .../class-sb-instagram-oembed.php:26 |
13 | 0.2631 | 43907648 | SB_Instagram_Oembed::last_access_token( ) | .../class-sb-instagram-oembed.php:54 |
14 | 0.2631 | 43907648 | SB_Instagram_Connected_Account::get_all_connected_accounts( ) | .../class-sb-instagram-oembed.php:221 |
15 | 0.2651 | 44068944 | InstagramFeed\Builder\SBI_Source::convert_sources_to_connected_accounts( ) | .../class-sb-instagram-connected-account.php:488 |
16 | 0.2654 | 44108056 | SB_Instagram_Connected_Account::maybe_local_avatar( ) | .../SBI_Source.php:927 |
17 | 0.2659 | 44106984 | SB_Instagram_Connected_Account::create_local_avatar( ) | .../class-sb-instagram-connected-account.php:363 |
18 | 0.2660 | 44118544 | wp_get_image_editor( ) | .../class-sb-instagram-connected-account.php:147 |
19 | 0.2677 | 44402632 | WP_Image_Editor_Imagick->load( ) | .../media.php:3782 |
20 | 0.2685 | 44402808 | file_get_contents ( ) | .../class-wp-image-editor-imagick.php:154 |
* @param int $status Status code to use.
* @param string $location The path to redirect to.
*/
$x_redirect_by = apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location );
if ( is_string( $x_redirect_by ) ) {
header( "X-Redirect-By: $x_redirect_by" );
}
header( "Location: $location", true, $status );
return true;
* @throws \ErrorException
*/
public function handleError($level, $message, $file = '', $line = 0, $context = [])
{
try {
parent::handleError($level, $message, $file, $line, $context);
} catch (Throwable $e) {
if (! apply_filters('acorn/throw_error_exception', true, $e)) {
return false;
}
* @param int $status Status code to use.
* @param string $location The path to redirect to.
*/
$x_redirect_by = apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location );
if ( is_string( $x_redirect_by ) ) {
header( "X-Redirect-By: $x_redirect_by" );
}
header( "Location: $location", true, $status );
return true;
}
if ( $do_redirect ) {
// Protect against chained redirects.
if ( ! redirect_canonical( $redirect_url, false ) ) {
wp_redirect( $redirect_url, 301 );
exit;
} else {
// Debug.
// die("1: $redirect_url<br />2: " . redirect_canonical( $redirect_url, false ) );
return;
// Avoid the array_slice() if possible.
if ( 0 == $the_['accepted_args'] ) {
$value = call_user_func( $the_['function'] );
} elseif ( $the_['accepted_args'] >= $num_args ) {
$value = call_user_func_array( $the_['function'], $args );
} else {
$value = call_user_func_array( $the_['function'], array_slice( $args, 0, (int) $the_['accepted_args'] ) );
}
}
} while ( false !== next( $this->iterations[ $nesting_level ] ) );
*
* @param array $args Parameters to pass to the callback functions.
*/
public function do_action( $args ) {
$this->doing_action = true;
$this->apply_filters( '', $args );
// If there are recursive calls to the current action, we haven't finished it until we get to the last one.
if ( ! $this->nesting_level ) {
$this->doing_action = false;
}
} elseif ( is_array( $arg[0] ) && 1 === count( $arg[0] ) && isset( $arg[0][0] ) && is_object( $arg[0][0] ) ) {
// Backward compatibility for PHP4-style passing of `array( &$this )` as action `$arg`.
$arg[0] = $arg[0][0];
}
$wp_filter[ $hook_name ]->do_action( $arg );
array_pop( $wp_current_filter );
}
/**
/**
* Fires before determining which template to load.
*
* @since 1.5.0
*/
do_action( 'template_redirect' );
}
/**
* Filters whether to allow 'HEAD' requests to generate content.
*
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
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) |