$imagedata['height'] = $imagedata['sizes']['full']['height'];
$imagedata['width'] = $imagedata['sizes']['full']['width'];
}
return array(
'width' => $imagedata['width'],
'height' => $imagedata['height'],
);
}
/**
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php do_action('get_header'); ?>
<div id="app">
<?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
</div>
<?php do_action('get_footer'); ?>
<?php wp_footer(); ?>
</body>
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';
$imagedata['height'] = $imagedata['sizes']['full']['height'];
$imagedata['width'] = $imagedata['sizes']['full']['width'];
}
return array(
'width' => $imagedata['width'],
'height' => $imagedata['height'],
);
}
/**
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
<?php $__env->startSection('content'); ?>
<?php echo $__env->make('partials.content-product', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/single-product.blade.php ENDPATH**/ ?>
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php do_action('get_header'); ?>
<div id="app">
<?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
</div>
<?php do_action('get_footer'); ?>
<?php wp_footer(); ?>
</body>
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';
$imagedata['height'] = $imagedata['sizes']['full']['height'];
$imagedata['width'] = $imagedata['sizes']['full']['width'];
}
return array(
'width' => $imagedata['width'],
'height' => $imagedata['height'],
);
}
/**
* @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;
}
$imagedata['height'] = $imagedata['sizes']['full']['height'];
$imagedata['width'] = $imagedata['sizes']['full']['width'];
}
return array(
'width' => $imagedata['width'],
'height' => $imagedata['height'],
);
}
/**
$ratio_match = false;
$target_uncropped = '' === $target_size['width'] || '' === $target_size['height'] || ! $target_size['crop'];
// If '' is passed to either size, we test ratios against the original file. It's uncropped.
if ( $target_uncropped ) {
$full_size = self::get_full_size_image_dimensions( $attachment_id );
if ( ! $full_size || ! $full_size['width'] || ! $full_size['height'] ) {
return $image;
}
// 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 ] ) );
}
// Pass the value to WP_Hook.
array_unshift( $args, $value );
$filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
array_pop( $wp_current_filter );
return $filtered;
}
* @param int $attachment_id Image attachment ID.
* @param string|int[] $size Requested image size. Can be any registered image size name, or
* an array of width and height values in pixels (in that order).
* @param bool $icon Whether the image should be treated as an icon.
*/
return apply_filters( 'wp_get_attachment_image_src', $image, $attachment_id, $size, $icon );
}
/**
* Gets an HTML img element representing an image attachment.
*
* }
* @return string HTML img element or empty string on failure.
*/
function wp_get_attachment_image( $attachment_id, $size = 'thumbnail', $icon = false, $attr = '' ) {
$html = '';
$image = wp_get_attachment_image_src( $attachment_id, $size, $icon );
if ( $image ) {
list( $src, $width, $height ) = $image;
$attachment = get_post( $attachment_id );
$image = wp_get_attachment_image(
$attachment_id,
$image_size,
false,
apply_filters(
'woocommerce_gallery_image_html_attachment_image_params',
array(
'title' => _wp_specialchars( get_post_field( 'post_title', $attachment_id ), ENT_QUOTES, 'UTF-8', true ),
'data-caption' => _wp_specialchars( get_post_field( 'post_excerpt', $attachment_id ), ENT_QUOTES, 'UTF-8', true ),
'data-src' => esc_url( $full_src[0] ),
'data-large_image' => esc_url( $full_src[0] ),
?>
<div class="<?php echo esc_attr( implode( ' ', array_map( 'sanitize_html_class', $wrapper_classes ) ) ); ?>" data-columns="<?php echo esc_attr( $columns ); ?>" style="opacity: 0; transition: opacity .25s ease-in-out;">
<figure class="woocommerce-product-gallery__wrapper">
<?php
if ( $post_thumbnail_id ) {
$html = wc_get_gallery_image_html( $post_thumbnail_id, true );
} else {
$html = '<div class="woocommerce-product-gallery__image--placeholder">';
$html .= sprintf( '<img src="%s" alt="%s" class="wp-post-image" />', esc_url( wc_placeholder_img_src( 'woocommerce_single' ) ), esc_html__( 'Awaiting product image', 'woocommerce' ) );
$html .= '</div>';
}
extract( $args ); // @codingStandardsIgnoreLine
}
do_action( 'woocommerce_before_template_part', $action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
include $action_args['located'];
do_action( 'woocommerce_after_template_part', $action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
}
/**
/**
* Output the product image before the single product summary.
*/
function woocommerce_show_product_images() {
wc_get_template( 'single-product/product-image.php' );
}
}
if ( ! function_exists( 'woocommerce_show_product_thumbnails' ) ) {
/**
// 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 );
}
/**
* Hook: woocommerce_before_single_product_summary.
*
* @hooked woocommerce_show_product_sale_flash - 10
* @hooked woocommerce_show_product_images - 20
*/
do_action( 'woocommerce_before_single_product_summary' );
?>
<div class="summary entry-summary">
<?php
/**
do_action( 'wp_before_load_template', $_template_file, $require_once, $args );
if ( $require_once ) {
require_once $_template_file;
} else {
require $_template_file;
}
/**
* Fires after a template file is loaded.
*
// Allow 3rd party plugins to filter template file from their plugin.
$template = apply_filters( 'wc_get_template_part', $template, $slug, $name );
if ( $template ) {
load_template( $template, false );
}
}
/**
* Get other templates (e.g. product attributes) passing attributes and including the file.
<?php (do_action( 'woocommerce_before_main_content' )); ?>
<div class="product__inner-container">
<?php while ( have_posts() ) : ?>
<?php the_post(); ?>
<?php wc_get_template_part( 'content', 'single-product' ); ?>
<?php endwhile; // end of the loop. ?>
</div>
<?php (do_action( 'woocommerce_after_main_content' )); ?>
</div>
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
<?php $__env->startSection('content'); ?>
<?php echo $__env->make('partials.content-product', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/woocommerce/single-product.blade.php ENDPATH**/ ?>
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php do_action('get_header'); ?>
<div id="app">
<?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
</div>
<?php do_action('get_footer'); ?>
<?php wp_footer(); ?>
</body>
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';
[3/3]
ViewException
|
---|
Illuminate\View\ViewException: Undefined array key "width" (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/partials/content-product.blade.php) (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/partials/content-product.blade.php) at /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/class-wc-regenerate-images.php:276 at Illuminate\View\Engines\CompilerEngine->handleViewException() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:60) at Illuminate\View\Engines\PhpEngine->evaluatePath() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61) at Illuminate\View\Engines\CompilerEngine->get() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139) at Illuminate\View\View->getContents() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122) at Illuminate\View\View->renderContents() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91) at Illuminate\View\View->render() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php:14) at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php:106) at require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php:19) at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php:6) |
[2/3]
ViewException
|
---|
Illuminate\View\ViewException: Undefined array key "width" (View: /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/resources/views/partials/content-product.blade.php) at /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/class-wc-regenerate-images.php:276 at Illuminate\View\Engines\CompilerEngine->handleViewException() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:60) at Illuminate\View\Engines\PhpEngine->evaluatePath() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61) at Illuminate\View\Engines\CompilerEngine->get() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139) at Illuminate\View\View->getContents() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122) at Illuminate\View\View->renderContents() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91) at Illuminate\View\View->render() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/6081a1920a25d93e9c59b99f46d7b92af037b4d3.php:2) at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/6081a1920a25d93e9c59b99f46d7b92af037b4d3.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107) at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108) at Illuminate\Filesystem\Filesystem->getRequire() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58) at Illuminate\View\Engines\PhpEngine->evaluatePath() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61) at Illuminate\View\Engines\CompilerEngine->get() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139) at Illuminate\View\View->getContents() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122) at Illuminate\View\View->renderContents() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91) at Illuminate\View\View->render() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php:14) at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php:106) at require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php:19) at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php:6) |
[1/3]
ErrorException
|
---|
ErrorException: Undefined array key "width" at /var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/class-wc-regenerate-images.php:276 at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:54) at Roots\Acorn\Bootstrap\HandleExceptions->handleError() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/class-wc-regenerate-images.php:276) at WC_Regenerate_Images::get_full_size_image_dimensions() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/class-wc-regenerate-images.php:219) at WC_Regenerate_Images::maybe_resize_image() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/class-wp-hook.php:308) at WP_Hook->apply_filters() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/plugin.php:205) at apply_filters() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/media.php:992) at wp_get_attachment_image_src() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/media.php:1032) at wp_get_attachment_image() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-template-functions.php:1586) at wc_get_gallery_image_html() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/single-product/product-image.php:43) at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/single-product/product-image.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php:345) at wc_get_template() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-template-functions.php:1549) at woocommerce_show_product_images() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/class-wp-hook.php:308) at WP_Hook->apply_filters() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/class-wp-hook.php:332) at WP_Hook->do_action() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/plugin.php:517) at do_action() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/content-single-product.php:43) at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/templates/content-single-product.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template.php:785) at load_template() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/plugins/woocommerce/includes/wc-core-functions.php:284) at wc_get_template_part() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/09d4e9e8745383fbeb06f4eed11c6b9d293a0fea.php:9) at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/09d4e9e8745383fbeb06f4eed11c6b9d293a0fea.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107) at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108) at Illuminate\Filesystem\Filesystem->getRequire() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58) at Illuminate\View\Engines\PhpEngine->evaluatePath() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61) at Illuminate\View\Engines\CompilerEngine->get() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139) at Illuminate\View\View->getContents() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122) at Illuminate\View\View->renderContents() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91) at Illuminate\View\View->render() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/6081a1920a25d93e9c59b99f46d7b92af037b4d3.php:2) at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/cache/acorn/framework/views/6081a1920a25d93e9c59b99f46d7b92af037b4d3.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:107) at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/filesystem/Filesystem.php:108) at Illuminate\Filesystem\Filesystem->getRequire() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/PhpEngine.php:58) at Illuminate\View\Engines\PhpEngine->evaluatePath() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/Engines/CompilerEngine.php:61) at Illuminate\View\Engines\CompilerEngine->get() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:139) at Illuminate\View\View->getContents() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:122) at Illuminate\View\View->renderContents() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/vendor/illuminate/view/View.php:91) at Illuminate\View\View->render() (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php:14) at include('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/app/themes/spentshells-custom-theme/index.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php:106) at require_once('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-includes/template-loader.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php:19) at require('/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/wp/wp-blog-header.php') (/var/www/0377-spentshells-website/releases/daeedd86d864b4ce74b5821d857788f82a97a870-20230531110813/web/index.php:6) |