include(): Failed opening '/home/aungcrown/staging/web/app/cache/acorn/framework/views/08e14d5f3c1a816999c75f2661c30c21-loader.php' for inclusion (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') (View: /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/woocommerce/taxonomy-product-cat.blade.php) (500 Internal Server Error)

Symfony Exception

include(): Failed opening '/home/aungcrown/staging/web/app/cache/acorn/framework/views/08e14d5f3c1a816999c75f2661c30c21-loader.php' for inclusion (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') (View: /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/woocommerce/taxonomy-product-cat.blade.php)

Exceptions 2

Illuminate\View\ ViewException

Show exception properties
Illuminate\View\ViewException {#5428
  #severity: E_ERROR
}
  1.         extract$args ); // @codingStandardsIgnoreLine
  2.     }
  3.     do_action'woocommerce_before_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  4.     include $action_args['located'];
  5.     do_action'woocommerce_after_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  6. }
  7. /**
  1.         // flush out any stray output that might get out before an error occurs or
  2.         // an exception is thrown. This prevents any partial views from leaking.
  3.         try {
  4.             $this->files->getRequire($path$data);
  5.         } catch (Throwable $e) {
  6.             $this->handleViewException($e$obLevel);
  7.         }
  8.         return ltrim(ob_get_clean());
  9.     }
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.     <?php wp_body_open(); ?>
  2.     <?php do_action('get_header'); ?>
  3.     <div id="app">
  4.       <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  5.     </div>
  6.     <?php do_action('get_footer'); ?>
  7.     <?php wp_footer(); ?>
  8.   </body>
include('/home/aungcrown/staging/web/app/themes/aungcrown/index.php') in /home/aungcrown/staging/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/home/aungcrown/staging/web/wp/wp-includes/template-loader.php') in /home/aungcrown/staging/web/wp/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('/home/aungcrown/staging/web/wp/wp-blog-header.php') in /home/aungcrown/staging/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

ErrorException

include(): Failed opening '/home/aungcrown/staging/web/app/cache/acorn/framework/views/08e14d5f3c1a816999c75f2661c30c21-loader.php' for inclusion (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear')

  1.         extract$args ); // @codingStandardsIgnoreLine
  2.     }
  3.     do_action'woocommerce_before_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  4.     include $action_args['located'];
  5.     do_action'woocommerce_after_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  6. }
  7. /**
  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(2, 'include(): Failed opening \'/home/aungcrown/staging/web/app/cache/acorn/framework/views/08e14d5f3c1a816999c75f2661c30c21-loader.php\' for inclusion (include_path=\'.:/opt/cpanel/ea-php81/root/usr/share/pear\')', '/home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php', 345) in /home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php (line 345)
  1.         extract$args ); // @codingStandardsIgnoreLine
  2.     }
  3.     do_action'woocommerce_before_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  4.     include $action_args['located'];
  5.     do_action'woocommerce_after_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  6. }
  7. /**
include('/home/aungcrown/staging/web/app/themes/aungcrown/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php') in /home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php (line 345)
  1.         extract$args ); // @codingStandardsIgnoreLine
  2.     }
  3.     do_action'woocommerce_before_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  4.     include $action_args['located'];
  5.     do_action'woocommerce_after_template_part'$action_args['template_name'], $action_args['template_path'], $action_args['located'], $action_args['args'] );
  6. }
  7. /**
wc_get_template('ti-addtowishlist.php', array('class_postion' => 'tinvwl-above_thumb-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item', 'product' => object(WC_Product_Variable), 'variation_id' => 7466, 'button_icon' => 'custom', 'add_to_wishlist' => '', 'browse_in_wishlist' => 'View Wishlist', 'product_in_wishlist' => '{product_name} already in {wishlist_title}', 'product_to_wishlist' => '{product_name} added to {wishlist_title}', 'loop' => true), '') in /home/aungcrown/staging/web/app/plugins/ti-woocommerce-wishlist/tinv-wishlists-function.php (line 218)
  1.      * @param array $args Array variable in template.
  2.      * @param string $template_path Customization path.
  3.      */
  4.     function tinv_wishlist_template$template_name$args = array(), $template_path '' ) {
  5.         if ( function_exists'wc_get_template' ) ) {
  6.             wc_get_template$template_name$args$template_path );
  7.         } else {
  8.             woocommerce_get_template$template_name$args$template_path );
  9.         }
  10.     }
  11. }
tinv_wishlist_template('ti-addtowishlist.php', array('class_postion' => 'tinvwl-above_thumb-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item', 'product' => object(WC_Product_Variable), 'variation_id' => 7466, 'button_icon' => 'custom', 'add_to_wishlist' => '', 'browse_in_wishlist' => 'View Wishlist', 'product_in_wishlist' => '{product_name} already in {wishlist_title}', 'product_to_wishlist' => '{product_name} added to {wishlist_title}', 'loop' => true)) in /home/aungcrown/staging/web/app/plugins/ti-woocommerce-wishlist/public/addtowishlist.class.php (line 886)
  1.             'browse_in_wishlist'  => apply_filters'tinvwl_view_wishlist_text'tinv_get_option'general''text_browse' ) ),
  2.             'product_in_wishlist' => apply_filters'tinvwl_already_in_wishlist_text'tinv_get_option'general''text_already_in' ) ),
  3.             'product_to_wishlist' => apply_filters'tinvwl_added_to_wishlist_text'tinv_get_option'general''text_added_to' ) ),
  4.             'loop'                => $this->is_loop,
  5.         );
  6.         tinv_wishlist_template'ti-addtowishlist.php'$data );
  7.     }
  8.     /**
  9.      * Create button
  10.      *
  1.         global $product;
  2.         if ( $product ) {
  3.             if ( apply_filters'tinvwl_allow_addtowishlist_shop_loop_item'true$product ) ) { // @codingStandardsIgnoreLine WordPress.PHP.StrictInArray.MissingTrueStrict
  4.                 $this->is_loop true;
  5.                 $this->htmloutput();
  6.                 $this->is_loop false;
  7.             }
  8.         }
  9.     }
  1.     /**
  2.      * Show button Add to Wishlsit, in loop
  3.      */
  4.     function tinvwl_view_addto_htmlloop() {
  5.         $class TInvWL_Public_AddToWishlist::instance();
  6.         $class->htmloutput_loop();
  7.     }
  8. }
  9. if ( ! function_exists'tinvwl_clean_url' ) ) {
tinvwl_view_addto_htmlloop('') in /home/aungcrown/staging/web/wp/wp-includes/class-wp-hook.php (line 308)
  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('', array('')) in /home/aungcrown/staging/web/wp/wp-includes/class-wp-hook.php (line 332)
  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(array('')) in /home/aungcrown/staging/web/wp/wp-includes/plugin.php (line 517)
  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. /**
do_action('woocommerce_before_shop_loop_item') in /home/aungcrown/staging/web/app/plugins/woocommerce/templates/content-product.php (line 34)
  1.     /**
  2.      * Hook: woocommerce_before_shop_loop_item.
  3.      *
  4.      * @hooked woocommerce_template_loop_product_link_open - 10
  5.      */
  6.     do_action'woocommerce_before_shop_loop_item' );
  7.     /**
  8.      * Hook: woocommerce_before_shop_loop_item_title.
  9.      *
  10.      * @hooked woocommerce_show_product_loop_sale_flash - 10
require('/home/aungcrown/staging/web/app/plugins/woocommerce/templates/content-product.php') in /home/aungcrown/staging/web/wp/wp-includes/template.php (line 785)
  1.     do_action'wp_before_load_template'$_template_file$require_once$args );
  2.     if ( $require_once ) {
  3.         require_once $_template_file;
  4.     } else {
  5.         require $_template_file;
  6.     }
  7.     /**
  8.      * Fires after a template file is loaded.
  9.      *
load_template('/home/aungcrown/staging/web/app/plugins/woocommerce/templates/content-product.php', false) in /home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php (line 284)
  1.     // Allow 3rd party plugins to filter template file from their plugin.
  2.     $template apply_filters'wc_get_template_part'$template$slug$name );
  3.     if ( $template ) {
  4.         load_template$templatefalse );
  5.     }
  6. }
  7. /**
  8.  * Get other templates (e.g. product attributes) passing attributes and including the file.
  1.             $__data $data;
  2.             return (static function () use ($__path$__data) {
  3.                 extract($__dataEXTR_SKIP);
  4.                 return require $__path;
  5.             })();
  6.         }
  7.         throw new FileNotFoundException("File does not exist at path {$path}.");
  8.     }
  1.             return (static function () use ($__path$__data) {
  2.                 extract($__dataEXTR_SKIP);
  3.                 return require $__path;
  4.             })();
  5.         }
  6.         throw new FileNotFoundException("File does not exist at path {$path}.");
  7.     }
  1.         // We'll evaluate the contents of the view inside a try/catch block so we can
  2.         // flush out any stray output that might get out before an error occurs or
  3.         // an exception is thrown. This prevents any partial views from leaking.
  4.         try {
  5.             $this->files->getRequire($path$data);
  6.         } catch (Throwable $e) {
  7.             $this->handleViewException($e$obLevel);
  8.         }
  9.         return ltrim(ob_get_clean());
  1.         // Once we have the path to the compiled file, we will evaluate the paths with
  2.         // typical PHP just like any other templates. We also keep a stack of views
  3.         // which have been rendered for right exception messages to be generated.
  4.         try {
  5.             $results $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
  6.         } catch (ViewException $e) {
  7.             if (! str($e->getMessage())->contains(['No such file or directory''File does not exist at path'])) {
  8.                 throw $e;
  9.             }
  1.      *
  2.      * @return string
  3.      */
  4.     protected function getContents()
  5.     {
  6.         return $this->engine->get($this->path$this->gatherData());
  7.     }
  8.     /**
  9.      * Get the data bound to the view instance.
  10.      *
  1.         // clear out the sections for any separate views that may be rendered.
  2.         $this->factory->incrementRender();
  3.         $this->factory->callComposer($this);
  4.         $contents $this->getContents();
  5.         // Once we've finished rendering the view, we'll decrement the render count
  6.         // so that each section gets flushed out next time a view is created and
  7.         // no old sections are staying around in the memory of an environment.
  8.         $this->factory->decrementRender();
  1.      * @throws \Throwable
  2.      */
  3.     public function render(callable $callback null)
  4.     {
  5.         try {
  6.             $contents $this->renderContents();
  7.             $response = isset($callback) ? $callback($this$contents) : null;
  8.             // Once we have the contents of the view, we will flush the sections if we are
  9.             // done rendering all views so that there is nothing left hanging over when
  1.     <?php wp_body_open(); ?>
  2.     <?php do_action('get_header'); ?>
  3.     <div id="app">
  4.       <?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
  5.     </div>
  6.     <?php do_action('get_footer'); ?>
  7.     <?php wp_footer(); ?>
  8.   </body>
include('/home/aungcrown/staging/web/app/themes/aungcrown/index.php') in /home/aungcrown/staging/web/wp/wp-includes/template-loader.php (line 106)
  1.      *
  2.      * @param string $template The path of the template to include.
  3.      */
  4.     $template apply_filters'template_include'$template );
  5.     if ( $template ) {
  6.         include $template;
  7.     } elseif ( current_user_can'switch_themes' ) ) {
  8.         $theme wp_get_theme();
  9.         if ( $theme->errors() ) {
  10.             wp_die$theme->errors() );
  11.         }
require_once('/home/aungcrown/staging/web/wp/wp-includes/template-loader.php') in /home/aungcrown/staging/web/wp/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('/home/aungcrown/staging/web/wp/wp-blog-header.php') in /home/aungcrown/staging/web/index.php (line 6)
  1. <?php
  2. /**
  3.  * WordPress View Bootstrapper
  4.  */
  5. define('WP_USE_THEMES'true);
  6. require __DIR__ '/wp/wp-blog-header.php';

Stack Traces 2

[2/2] ViewException
Illuminate\View\ViewException:
include(): Failed opening '/home/aungcrown/staging/web/app/cache/acorn/framework/views/08e14d5f3c1a816999c75f2661c30c21-loader.php' for inclusion (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') (View: /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/woocommerce/taxonomy-product-cat.blade.php)

  at /home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php:345
  at Illuminate\View\Engines\CompilerEngine->handleViewException(object(ErrorException), 0)
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/Engines/PhpEngine.php:60)
  at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/aungcrown/staging/web/app/cache/acorn/framework/views/eaebb0026df1a9f9d98a574fc7e9a8bb82bc4f33.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'img_header' => array('ID' => 1671, 'id' => 1671, 'title' => '棒球帽-拷贝1', 'filename' => '棒球帽-拷贝1.webp', 'filesize' => 51064, 'url' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp', 'link' => 'https://staging.aungcrown.com/?attachment_id=1671', 'alt' => '', 'author' => '1', 'description' => '', 'caption' => '', 'name' => '%e6%a3%92%e7%90%83%e5%b8%bd-%e6%8b%b7%e8%b4%9d1', 'status' => 'inherit', 'uploaded_to' => 0, 'date' => '2022-09-18 21:35:33', 'modified' => '2023-05-31 03:20:30', 'menu_order' => 0, 'mime_type' => 'image/webp', 'type' => 'image', 'subtype' => 'webp', 'icon' => 'https://staging.aungcrown.com/wp/wp-includes/images/media/default.png', 'width' => 1920, 'height' => 436, 'sizes' => array('thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-150x150.webp', 'thumbnail-width' => 150, 'thumbnail-height' => 150, 'medium' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x68.webp', 'medium-width' => 300, 'medium-height' => 68, 'medium_large' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-768x174.webp', 'medium_large-width' => 768, 'medium_large-height' => 174, 'large' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1024x233.webp', 'large-width' => 1024, 'large-height' => 233, '1536x1536' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1536x349.webp', '1536x1536-width' => 1536, '1536x1536-height' => 349, '2048x2048' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp', '2048x2048-width' => 1920, '2048x2048-height' => 436, 'woocommerce_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x300.webp', 'woocommerce_thumbnail-width' => 300, 'woocommerce_thumbnail-height' => 300, 'woocommerce_single' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-600x136.webp', 'woocommerce_single-width' => 600, 'woocommerce_single-height' => 136, 'woocommerce_gallery_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-100x100.webp', 'woocommerce_gallery_thumbnail-width' => 100, 'woocommerce_gallery_thumbnail-height' => 100, 'variation_swatches_image_size' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-50x50.webp', 'variation_swatches_image_size-width' => 50, 'variation_swatches_image_size-height' => 50, 'variation_swatches_tooltip_size' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-100x100.webp', 'variation_swatches_tooltip_size-width' => 100, 'variation_swatches_tooltip_size-height' => 100), 'srcset' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x68.webp 300w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-600x136.webp 600w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1024x233.webp 1024w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-768x174.webp 768w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1536x349.webp 1536w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-64x15.webp 64w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp 1920w'), 'tax_product_cat_weblinks_link' => array(), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown'))
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get('/home/aungcrown/staging/web/app/themes/aungcrown/resources/views/woocommerce/taxonomy-product-cat.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'img_header' => array('ID' => 1671, 'id' => 1671, 'title' => '棒球帽-拷贝1', 'filename' => '棒球帽-拷贝1.webp', 'filesize' => 51064, 'url' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp', 'link' => 'https://staging.aungcrown.com/?attachment_id=1671', 'alt' => '', 'author' => '1', 'description' => '', 'caption' => '', 'name' => '%e6%a3%92%e7%90%83%e5%b8%bd-%e6%8b%b7%e8%b4%9d1', 'status' => 'inherit', 'uploaded_to' => 0, 'date' => '2022-09-18 21:35:33', 'modified' => '2023-05-31 03:20:30', 'menu_order' => 0, 'mime_type' => 'image/webp', 'type' => 'image', 'subtype' => 'webp', 'icon' => 'https://staging.aungcrown.com/wp/wp-includes/images/media/default.png', 'width' => 1920, 'height' => 436, 'sizes' => array('thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-150x150.webp', 'thumbnail-width' => 150, 'thumbnail-height' => 150, 'medium' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x68.webp', 'medium-width' => 300, 'medium-height' => 68, 'medium_large' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-768x174.webp', 'medium_large-width' => 768, 'medium_large-height' => 174, 'large' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1024x233.webp', 'large-width' => 1024, 'large-height' => 233, '1536x1536' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1536x349.webp', '1536x1536-width' => 1536, '1536x1536-height' => 349, '2048x2048' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp', '2048x2048-width' => 1920, '2048x2048-height' => 436, 'woocommerce_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x300.webp', 'woocommerce_thumbnail-width' => 300, 'woocommerce_thumbnail-height' => 300, 'woocommerce_single' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-600x136.webp', 'woocommerce_single-width' => 600, 'woocommerce_single-height' => 136, 'woocommerce_gallery_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-100x100.webp', 'woocommerce_gallery_thumbnail-width' => 100, 'woocommerce_gallery_thumbnail-height' => 100, 'variation_swatches_image_size' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-50x50.webp', 'variation_swatches_image_size-width' => 50, 'variation_swatches_image_size-height' => 50, 'variation_swatches_tooltip_size' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-100x100.webp', 'variation_swatches_tooltip_size-width' => 100, 'variation_swatches_tooltip_size-height' => 100), 'srcset' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x68.webp 300w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-600x136.webp 600w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1024x233.webp 1024w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-768x174.webp 768w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1536x349.webp 1536w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-64x15.webp 64w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp 1920w'), 'tax_product_cat_weblinks_link' => array(), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown'))
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/aungcrown/staging/web/app/themes/aungcrown/index.php:22)
  at include('/home/aungcrown/staging/web/app/themes/aungcrown/index.php')
     (/home/aungcrown/staging/web/wp/wp-includes/template-loader.php:106)
  at require_once('/home/aungcrown/staging/web/wp/wp-includes/template-loader.php')
     (/home/aungcrown/staging/web/wp/wp-blog-header.php:19)
  at require('/home/aungcrown/staging/web/wp/wp-blog-header.php')
     (/home/aungcrown/staging/web/index.php:6)                
[1/2] ErrorException
ErrorException:
include(): Failed opening '/home/aungcrown/staging/web/app/cache/acorn/framework/views/08e14d5f3c1a816999c75f2661c30c21-loader.php' for inclusion (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear')

  at /home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php:345
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'include(): Failed opening \'/home/aungcrown/staging/web/app/cache/acorn/framework/views/08e14d5f3c1a816999c75f2661c30c21-loader.php\' for inclusion (include_path=\'.:/opt/cpanel/ea-php81/root/usr/share/pear\')', '/home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php', 345, array())
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:49)
  at Roots\Acorn\Bootstrap\HandleExceptions->handleError(2, 'include(): Failed opening \'/home/aungcrown/staging/web/app/cache/acorn/framework/views/08e14d5f3c1a816999c75f2661c30c21-loader.php\' for inclusion (include_path=\'.:/opt/cpanel/ea-php81/root/usr/share/pear\')', '/home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php', 345)
     (/home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php:345)
  at include('/home/aungcrown/staging/web/app/themes/aungcrown/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php')
     (/home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php:345)
  at wc_get_template('ti-addtowishlist.php', array('class_postion' => 'tinvwl-above_thumb-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item', 'product' => object(WC_Product_Variable), 'variation_id' => 7466, 'button_icon' => 'custom', 'add_to_wishlist' => '', 'browse_in_wishlist' => 'View Wishlist', 'product_in_wishlist' => '{product_name} already in {wishlist_title}', 'product_to_wishlist' => '{product_name} added to {wishlist_title}', 'loop' => true), '')
     (/home/aungcrown/staging/web/app/plugins/ti-woocommerce-wishlist/tinv-wishlists-function.php:218)
  at tinv_wishlist_template('ti-addtowishlist.php', array('class_postion' => 'tinvwl-above_thumb-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item', 'product' => object(WC_Product_Variable), 'variation_id' => 7466, 'button_icon' => 'custom', 'add_to_wishlist' => '', 'browse_in_wishlist' => 'View Wishlist', 'product_in_wishlist' => '{product_name} already in {wishlist_title}', 'product_to_wishlist' => '{product_name} added to {wishlist_title}', 'loop' => true))
     (/home/aungcrown/staging/web/app/plugins/ti-woocommerce-wishlist/public/addtowishlist.class.php:886)
  at TInvWL_Public_AddToWishlist->htmloutput()
     (/home/aungcrown/staging/web/app/plugins/ti-woocommerce-wishlist/public/addtowishlist.class.php:740)
  at TInvWL_Public_AddToWishlist->htmloutput_loop()
     (/home/aungcrown/staging/web/app/plugins/ti-woocommerce-wishlist/tinv-wishlists-function.php:663)
  at tinvwl_view_addto_htmlloop('')
     (/home/aungcrown/staging/web/wp/wp-includes/class-wp-hook.php:308)
  at WP_Hook->apply_filters('', array(''))
     (/home/aungcrown/staging/web/wp/wp-includes/class-wp-hook.php:332)
  at WP_Hook->do_action(array(''))
     (/home/aungcrown/staging/web/wp/wp-includes/plugin.php:517)
  at do_action('woocommerce_before_shop_loop_item')
     (/home/aungcrown/staging/web/app/plugins/woocommerce/templates/content-product.php:34)
  at require('/home/aungcrown/staging/web/app/plugins/woocommerce/templates/content-product.php')
     (/home/aungcrown/staging/web/wp/wp-includes/template.php:785)
  at load_template('/home/aungcrown/staging/web/app/plugins/woocommerce/templates/content-product.php', false)
     (/home/aungcrown/staging/web/app/plugins/woocommerce/includes/wc-core-functions.php:284)
  at wc_get_template_part('content', 'product')
     (/home/aungcrown/staging/web/app/cache/acorn/framework/views/eaebb0026df1a9f9d98a574fc7e9a8bb82bc4f33.php:18)
  at require('/home/aungcrown/staging/web/app/cache/acorn/framework/views/eaebb0026df1a9f9d98a574fc7e9a8bb82bc4f33.php')
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/filesystem/Filesystem.php:109)
  at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/filesystem/Filesystem.php:110)
  at Illuminate\Filesystem\Filesystem->getRequire('/home/aungcrown/staging/web/app/cache/acorn/framework/views/eaebb0026df1a9f9d98a574fc7e9a8bb82bc4f33.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'img_header' => array('ID' => 1671, 'id' => 1671, 'title' => '棒球帽-拷贝1', 'filename' => '棒球帽-拷贝1.webp', 'filesize' => 51064, 'url' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp', 'link' => 'https://staging.aungcrown.com/?attachment_id=1671', 'alt' => '', 'author' => '1', 'description' => '', 'caption' => '', 'name' => '%e6%a3%92%e7%90%83%e5%b8%bd-%e6%8b%b7%e8%b4%9d1', 'status' => 'inherit', 'uploaded_to' => 0, 'date' => '2022-09-18 21:35:33', 'modified' => '2023-05-31 03:20:30', 'menu_order' => 0, 'mime_type' => 'image/webp', 'type' => 'image', 'subtype' => 'webp', 'icon' => 'https://staging.aungcrown.com/wp/wp-includes/images/media/default.png', 'width' => 1920, 'height' => 436, 'sizes' => array('thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-150x150.webp', 'thumbnail-width' => 150, 'thumbnail-height' => 150, 'medium' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x68.webp', 'medium-width' => 300, 'medium-height' => 68, 'medium_large' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-768x174.webp', 'medium_large-width' => 768, 'medium_large-height' => 174, 'large' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1024x233.webp', 'large-width' => 1024, 'large-height' => 233, '1536x1536' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1536x349.webp', '1536x1536-width' => 1536, '1536x1536-height' => 349, '2048x2048' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp', '2048x2048-width' => 1920, '2048x2048-height' => 436, 'woocommerce_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x300.webp', 'woocommerce_thumbnail-width' => 300, 'woocommerce_thumbnail-height' => 300, 'woocommerce_single' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-600x136.webp', 'woocommerce_single-width' => 600, 'woocommerce_single-height' => 136, 'woocommerce_gallery_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-100x100.webp', 'woocommerce_gallery_thumbnail-width' => 100, 'woocommerce_gallery_thumbnail-height' => 100, 'variation_swatches_image_size' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-50x50.webp', 'variation_swatches_image_size-width' => 50, 'variation_swatches_image_size-height' => 50, 'variation_swatches_tooltip_size' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-100x100.webp', 'variation_swatches_tooltip_size-width' => 100, 'variation_swatches_tooltip_size-height' => 100), 'srcset' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x68.webp 300w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-600x136.webp 600w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1024x233.webp 1024w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-768x174.webp 768w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1536x349.webp 1536w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-64x15.webp 64w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp 1920w'), 'tax_product_cat_weblinks_link' => array(), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown'))
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/Engines/PhpEngine.php:58)
  at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/aungcrown/staging/web/app/cache/acorn/framework/views/eaebb0026df1a9f9d98a574fc7e9a8bb82bc4f33.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'img_header' => array('ID' => 1671, 'id' => 1671, 'title' => '棒球帽-拷贝1', 'filename' => '棒球帽-拷贝1.webp', 'filesize' => 51064, 'url' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp', 'link' => 'https://staging.aungcrown.com/?attachment_id=1671', 'alt' => '', 'author' => '1', 'description' => '', 'caption' => '', 'name' => '%e6%a3%92%e7%90%83%e5%b8%bd-%e6%8b%b7%e8%b4%9d1', 'status' => 'inherit', 'uploaded_to' => 0, 'date' => '2022-09-18 21:35:33', 'modified' => '2023-05-31 03:20:30', 'menu_order' => 0, 'mime_type' => 'image/webp', 'type' => 'image', 'subtype' => 'webp', 'icon' => 'https://staging.aungcrown.com/wp/wp-includes/images/media/default.png', 'width' => 1920, 'height' => 436, 'sizes' => array('thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-150x150.webp', 'thumbnail-width' => 150, 'thumbnail-height' => 150, 'medium' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x68.webp', 'medium-width' => 300, 'medium-height' => 68, 'medium_large' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-768x174.webp', 'medium_large-width' => 768, 'medium_large-height' => 174, 'large' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1024x233.webp', 'large-width' => 1024, 'large-height' => 233, '1536x1536' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1536x349.webp', '1536x1536-width' => 1536, '1536x1536-height' => 349, '2048x2048' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp', '2048x2048-width' => 1920, '2048x2048-height' => 436, 'woocommerce_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x300.webp', 'woocommerce_thumbnail-width' => 300, 'woocommerce_thumbnail-height' => 300, 'woocommerce_single' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-600x136.webp', 'woocommerce_single-width' => 600, 'woocommerce_single-height' => 136, 'woocommerce_gallery_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-100x100.webp', 'woocommerce_gallery_thumbnail-width' => 100, 'woocommerce_gallery_thumbnail-height' => 100, 'variation_swatches_image_size' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-50x50.webp', 'variation_swatches_image_size-width' => 50, 'variation_swatches_image_size-height' => 50, 'variation_swatches_tooltip_size' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-100x100.webp', 'variation_swatches_tooltip_size-width' => 100, 'variation_swatches_tooltip_size-height' => 100), 'srcset' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x68.webp 300w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-600x136.webp 600w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1024x233.webp 1024w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-768x174.webp 768w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1536x349.webp 1536w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-64x15.webp 64w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp 1920w'), 'tax_product_cat_weblinks_link' => array(), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown'))
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/Engines/CompilerEngine.php:70)
  at Illuminate\View\Engines\CompilerEngine->get('/home/aungcrown/staging/web/app/themes/aungcrown/resources/views/woocommerce/taxonomy-product-cat.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'img_header' => array('ID' => 1671, 'id' => 1671, 'title' => '棒球帽-拷贝1', 'filename' => '棒球帽-拷贝1.webp', 'filesize' => 51064, 'url' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp', 'link' => 'https://staging.aungcrown.com/?attachment_id=1671', 'alt' => '', 'author' => '1', 'description' => '', 'caption' => '', 'name' => '%e6%a3%92%e7%90%83%e5%b8%bd-%e6%8b%b7%e8%b4%9d1', 'status' => 'inherit', 'uploaded_to' => 0, 'date' => '2022-09-18 21:35:33', 'modified' => '2023-05-31 03:20:30', 'menu_order' => 0, 'mime_type' => 'image/webp', 'type' => 'image', 'subtype' => 'webp', 'icon' => 'https://staging.aungcrown.com/wp/wp-includes/images/media/default.png', 'width' => 1920, 'height' => 436, 'sizes' => array('thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-150x150.webp', 'thumbnail-width' => 150, 'thumbnail-height' => 150, 'medium' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x68.webp', 'medium-width' => 300, 'medium-height' => 68, 'medium_large' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-768x174.webp', 'medium_large-width' => 768, 'medium_large-height' => 174, 'large' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1024x233.webp', 'large-width' => 1024, 'large-height' => 233, '1536x1536' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1536x349.webp', '1536x1536-width' => 1536, '1536x1536-height' => 349, '2048x2048' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp', '2048x2048-width' => 1920, '2048x2048-height' => 436, 'woocommerce_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x300.webp', 'woocommerce_thumbnail-width' => 300, 'woocommerce_thumbnail-height' => 300, 'woocommerce_single' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-600x136.webp', 'woocommerce_single-width' => 600, 'woocommerce_single-height' => 136, 'woocommerce_gallery_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-100x100.webp', 'woocommerce_gallery_thumbnail-width' => 100, 'woocommerce_gallery_thumbnail-height' => 100, 'variation_swatches_image_size' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-50x50.webp', 'variation_swatches_image_size-width' => 50, 'variation_swatches_image_size-height' => 50, 'variation_swatches_tooltip_size' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-100x100.webp', 'variation_swatches_tooltip_size-width' => 100, 'variation_swatches_tooltip_size-height' => 100), 'srcset' => 'https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-300x68.webp 300w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-600x136.webp 600w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1024x233.webp 1024w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-768x174.webp 768w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-1536x349.webp 1536w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1-64x15.webp 64w, https://staging.aungcrown.com/app/uploads/2023/04/棒球帽-拷贝1.webp 1920w'), 'tax_product_cat_weblinks_link' => array(), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown'))
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/View.php:195)
  at Illuminate\View\View->getContents()
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/View.php:178)
  at Illuminate\View\View->renderContents()
     (/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/View.php:147)
  at Illuminate\View\View->render()
     (/home/aungcrown/staging/web/app/themes/aungcrown/index.php:22)
  at include('/home/aungcrown/staging/web/app/themes/aungcrown/index.php')
     (/home/aungcrown/staging/web/wp/wp-includes/template-loader.php:106)
  at require_once('/home/aungcrown/staging/web/wp/wp-includes/template-loader.php')
     (/home/aungcrown/staging/web/wp/wp-blog-header.php:19)
  at require('/home/aungcrown/staging/web/wp/wp-blog-header.php')
     (/home/aungcrown/staging/web/index.php:6)