Illuminate\View\ViewException {#5246 #severity: E_ERROR }
if ( $is_ipv6 && extension_loaded( 'mysqlnd' ) ) { $host = "[$host]"; } if ( WP_DEBUG ) { mysqli_real_connect( $this->dbh, $host, $this->dbuser, $this->dbpassword, null, $port, $socket, $client_flags ); } else { // phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged @mysqli_real_connect( $this->dbh, $host, $this->dbuser, $this->dbpassword, null, $port, $socket, $client_flags ); } // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @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 section gets 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 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'; if ( $is_ipv6 && extension_loaded( 'mysqlnd' ) ) { $host = "[$host]"; } if ( WP_DEBUG ) { mysqli_real_connect( $this->dbh, $host, $this->dbuser, $this->dbpassword, null, $port, $socket, $client_flags ); } else { // phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged @mysqli_real_connect( $this->dbh, $host, $this->dbuser, $this->dbpassword, null, $port, $socket, $client_flags ); } * @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; } if ( $is_ipv6 && extension_loaded( 'mysqlnd' ) ) { $host = "[$host]"; } if ( WP_DEBUG ) { mysqli_real_connect( $this->dbh, $host, $this->dbuser, $this->dbpassword, null, $port, $socket, $client_flags ); } else { // phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged @mysqli_real_connect( $this->dbh, $host, $this->dbuser, $this->dbpassword, null, $port, $socket, $client_flags ); } // of the "unable to connect" message on the bail() screen, if it appears. if ( $this->reconnect_retries === $tries && WP_DEBUG ) { error_reporting( $error_reporting ); } if ( $this->db_connect( false ) ) { if ( $error_reporting ) { error_reporting( $error_reporting ); } return true; } } } if ( empty( $this->dbh ) || 2006 === $mysql_errno ) { if ( $this->check_connection() ) { $this->_do_query( $query ); } else { $this->insert_id = 0; return false; } if ( $query ) { if ( $this->check_current_query && $this->check_safe_collation( $query ) ) { $this->check_current_query = false; } $this->query( $query ); } else { return null; } $new_array = array(); // Get meta info. $id_list = implode( ',', $non_cached_ids ); $id_column = ( 'user' === $meta_type ) ? 'umeta_id' : 'meta_id'; $meta_list = $wpdb->get_results( "SELECT $column, meta_key, meta_value FROM $table WHERE $column IN ($id_list) ORDER BY $id_column ASC", ARRAY_A ); if ( ! empty( $meta_list ) ) { foreach ( $meta_list as $metarow ) { $mpid = (int) $metarow[ $column ]; $mkey = $metarow['meta_key']; * * @param int[] $post_ids Array of post IDs. * @return array|false An array of metadata on success, false if there is nothing to update. */function update_postmeta_cache( $post_ids ) { return update_meta_cache( 'post', $post_ids );}/** * Will clean the attachment in the cache. * update_object_term_cache( $post_ids, $ptypes ); } } if ( $update_meta_cache ) { update_postmeta_cache( $post_ids ); }}/** * Updates post author user caches for a list of post objects. $non_cached_ids = _get_non_cached_ids( $ids, 'posts' ); if ( ! empty( $non_cached_ids ) ) { $fresh_posts = $wpdb->get_results( sprintf( "SELECT $wpdb->posts.* FROM $wpdb->posts WHERE ID IN (%s)", implode( ',', $non_cached_ids ) ) ); update_post_caches( $fresh_posts, 'any', $update_term_cache, $update_meta_cache ); }}/** * Adds a suffix if any trashed posts have a given slug. /** @var WP_Post[] */ $this->posts = array_map( 'get_post', $this->posts ); if ( $q['cache_results'] ) { $post_ids = wp_list_pluck( $this->posts, 'ID' ); _prime_post_caches( $post_ids, $q['update_post_term_cache'], $q['update_post_meta_cache'] ); } /** @var WP_Post */ $this->post = reset( $this->posts ); } else { */ public function query( $query ) { $this->init(); $this->query = wp_parse_args( $query ); $this->query_vars = $this->query; return $this->get_posts(); } /** * Retrieves the currently queried object. * $parsed_args['ignore_sticky_posts'] = true; $parsed_args['no_found_rows'] = true; $get_posts = new WP_Query; return $get_posts->query( $parsed_args );}//// Post meta functions. ), ), ); $args = wp_parse_args( $args, $defaults ); if ( $menu->count > 0 ) { $items = get_posts( $args ); } else { $items = array(); } $items = array_map( 'wp_setup_nav_menu_item', $items ); } $this->menu = wp_get_nav_menu_object($menu); $this->items = (new MenuBuilder())->build( wp_get_nav_menu_items($this->menu) ); return $this; } if (! $instance) { throw new RuntimeException('A facade root has not been set.'); } return $instance->$method(...$args); }} * * @return array */ public function Footer1() { if (Navi::build('footer_menu_1')->isEmpty()) { return; } return Navi::build('footer_menu_1')->toArray(); } { return [ 'primary_navigation' => $this->primaryNavigation(), 'sidebar_left_product_navigation' => $this->sidebarLeftProductNavigation(), 'sidebar_right_video_navigation' => $this->sidebarRightVideoNavigation(), 'footer_1' => $this->Footer1(), 'footer_1_name' => $this->Footer1Name(), 'footer_2' => $this->Footer2(), 'footer_2_name' => $this->Footer2Name(), 'footer_3' => $this->Footer3(), 'footer_3_name' => $this->Footer3Name(), * @return array */ protected function merge() { return array_merge( $this->with(), $this->view->getData(), $this->override() ); } public function compose(View $view) { $this->view = $view; $this->data = new Fluent($view->getData()); $view->with($this->merge()); } /** * Data to be merged and passed to the view before rendering. * // Once we have the class and method name, we can build the Closure to resolve // the instance out of the IoC container and call the method on it with the // given arguments that are passed to the Closure as the composer's data. return function () use ($class, $method) { return $this->container->make($class)->{$method}(...func_get_args()); }; } /** * Parse a class based composer name. return function ($event, $payload) use ($listener, $wildcard) { if ($wildcard) { return $listener($event, $payload); } return $listener(...array_values($payload)); }; } /** * Create a class based listener using the IoC container. } $responses = []; foreach ($this->getListeners($event) as $listener) { $response = $listener($event, $payload); // If a response is returned from the listener and event halting is enabled // we will just return this response, and not call the rest of the event // listeners. Otherwise we will add the response on the response list. if ($halt && ! is_null($response)) { * @param \Illuminate\Contracts\View\View $view * @return void */ public function callComposer(ViewContract $view) { $this->events->dispatch('composing: '.$view->name(), [$view]); } /** * Call the creator for a given view. * // We will keep track of the number of views being rendered so we can flush // the section after the complete rendering operation is done. This will // 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 section gets flushed out next time a view is created and * @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 </div><?php $__env->stopSection(); ?><?php $__env->startSection('sidebar-mobile'); ?> <?php echo $__env->make('sections.sidebar-product-mobile', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php $__env->stopSection(); ?><?php $__env->startSection('sidebar'); ?> <?php echo $__env->make('sections.sidebar-product', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php $__env->stopSection(); ?> $__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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @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 section gets 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 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';|
[2/2]
ViewException
|
|---|
Illuminate\View\ViewException:
mysqli_real_connect(): (HY000/2002): No such file or directory (View: /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/woocommerce/taxonomy-product-cat.blade.php)
at /home/aungcrown/staging/web/wp/wp-includes/class-wpdb.php:1775
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), 'img_header' => array('ID' => 8415, 'id' => 8415, 'title' => '儿童', 'filename' => '儿童.png', 'filesize' => 1359068, 'url' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童.png', 'link' => 'https://staging.aungcrown.com/%e5%84%bf%e7%ab%a5/', 'alt' => '', 'author' => '1', 'description' => '', 'caption' => '', 'name' => '%e5%84%bf%e7%ab%a5', 'status' => 'inherit', 'uploaded_to' => 0, 'date' => '2023-06-09 08:39:39', 'modified' => '2023-06-09 08:39:39', 'menu_order' => 0, 'mime_type' => 'image/png', 'type' => 'image', 'subtype' => 'png', '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/06/儿童-150x150.png', 'thumbnail-width' => 150, 'thumbnail-height' => 150, 'medium' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x68.png', 'medium-width' => 300, 'medium-height' => 68, 'medium_large' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-768x174.png', 'medium_large-width' => 768, 'medium_large-height' => 174, 'large' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-1024x233.png', 'large-width' => 1024, 'large-height' => 233, '1536x1536' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-1536x349.png', '1536x1536-width' => 1536, '1536x1536-height' => 349, '2048x2048' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童.png', '2048x2048-width' => 1920, '2048x2048-height' => 436, 'woocommerce_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x300.png', 'woocommerce_thumbnail-width' => 300, 'woocommerce_thumbnail-height' => 300, 'woocommerce_single' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-600x136.png', 'woocommerce_single-width' => 600, 'woocommerce_single-height' => 136, 'woocommerce_gallery_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-100x100.png', 'woocommerce_gallery_thumbnail-width' => 100, 'woocommerce_gallery_thumbnail-height' => 100, 'variation_swatches_image_size' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-50x50.png', 'variation_swatches_image_size-width' => 50, 'variation_swatches_image_size-height' => 50, 'variation_swatches_tooltip_size' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-100x100.png', 'variation_swatches_tooltip_size-width' => 100, 'variation_swatches_tooltip_size-height' => 100), 'srcset' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x68.png 300w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-600x136.png 600w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-1024x233.png 1024w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-768x174.png 768w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-1536x349.png 1536w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-64x15.png 64w, https://staging.aungcrown.com/app/uploads/2023/06/儿童.png 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), 'img_header' => array('ID' => 8415, 'id' => 8415, 'title' => '儿童', 'filename' => '儿童.png', 'filesize' => 1359068, 'url' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童.png', 'link' => 'https://staging.aungcrown.com/%e5%84%bf%e7%ab%a5/', 'alt' => '', 'author' => '1', 'description' => '', 'caption' => '', 'name' => '%e5%84%bf%e7%ab%a5', 'status' => 'inherit', 'uploaded_to' => 0, 'date' => '2023-06-09 08:39:39', 'modified' => '2023-06-09 08:39:39', 'menu_order' => 0, 'mime_type' => 'image/png', 'type' => 'image', 'subtype' => 'png', '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/06/儿童-150x150.png', 'thumbnail-width' => 150, 'thumbnail-height' => 150, 'medium' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x68.png', 'medium-width' => 300, 'medium-height' => 68, 'medium_large' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-768x174.png', 'medium_large-width' => 768, 'medium_large-height' => 174, 'large' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-1024x233.png', 'large-width' => 1024, 'large-height' => 233, '1536x1536' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-1536x349.png', '1536x1536-width' => 1536, '1536x1536-height' => 349, '2048x2048' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童.png', '2048x2048-width' => 1920, '2048x2048-height' => 436, 'woocommerce_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x300.png', 'woocommerce_thumbnail-width' => 300, 'woocommerce_thumbnail-height' => 300, 'woocommerce_single' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-600x136.png', 'woocommerce_single-width' => 600, 'woocommerce_single-height' => 136, 'woocommerce_gallery_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-100x100.png', 'woocommerce_gallery_thumbnail-width' => 100, 'woocommerce_gallery_thumbnail-height' => 100, 'variation_swatches_image_size' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-50x50.png', 'variation_swatches_image_size-width' => 50, 'variation_swatches_image_size-height' => 50, 'variation_swatches_tooltip_size' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-100x100.png', 'variation_swatches_tooltip_size-width' => 100, 'variation_swatches_tooltip_size-height' => 100), 'srcset' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x68.png 300w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-600x136.png 600w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-1024x233.png 1024w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-768x174.png 768w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-1536x349.png 1536w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-64x15.png 64w, https://staging.aungcrown.com/app/uploads/2023/06/儿童.png 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:
mysqli_real_connect(): (HY000/2002): No such file or directory
at /home/aungcrown/staging/web/wp/wp-includes/class-wpdb.php:1775
at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'mysqli_real_connect(): (HY000/2002): No such file or directory', '/home/aungcrown/staging/web/wp/wp-includes/class-wpdb.php', 1775, 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, 'mysqli_real_connect(): (HY000/2002): No such file or directory', '/home/aungcrown/staging/web/wp/wp-includes/class-wpdb.php', 1775)
at mysqli_real_connect(object(mysqli), 'localhost', 'aungcrown_com', 'GZh9L1XMauYMOSMBHNNt2IAk8uxPIda4HkSbKaXqBCrxz9JvtOfXM0IMphAIov6y', null, null, null, 0)
(/home/aungcrown/staging/web/wp/wp-includes/class-wpdb.php:1775)
at wpdb->db_connect(false)
(/home/aungcrown/staging/web/wp/wp-includes/class-wpdb.php:1962)
at wpdb->check_connection()
(/home/aungcrown/staging/web/wp/wp-includes/class-wpdb.php:2099)
at wpdb->query('SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (10498,10499,10500,10501,10502,10503,10504,10505,10506,10507,10508) ORDER BY meta_id ASC')
(/home/aungcrown/staging/web/wp/wp-includes/class-wpdb.php:2854)
at wpdb->get_results('SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (10498,10499,10500,10501,10502,10503,10504,10505,10506,10507,10508) ORDER BY meta_id ASC', 'ARRAY_A')
(/home/aungcrown/staging/web/wp/wp-includes/meta.php:1172)
at update_meta_cache('post', array(10498, 10499, 10500, 10501, 10502, 10503, 10504, 10505, 10506, 10507, 10508))
(/home/aungcrown/staging/web/wp/wp-includes/post.php:7527)
at update_postmeta_cache(array(10498, 10499, 10500, 10501, 10502, 10503, 10504, 10505, 10506, 10507, 10508))
(/home/aungcrown/staging/web/wp/wp-includes/post.php:7469)
at update_post_caches(array(object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass), object(stdClass)), 'any', true, true)
(/home/aungcrown/staging/web/wp/wp-includes/post.php:7895)
at _prime_post_caches(array(10498, 10499, 10500, 10501, 10502, 10503, 10504, 10505, 10506, 10507, 10508), true, true)
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-query.php:3479)
at WP_Query->get_posts()
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-query.php:3749)
at WP_Query->query(array('numberposts' => 5, 'category' => 0, 'orderby' => 'menu_order', 'order' => 'ASC', 'include' => array(), 'exclude' => array(), 'meta_key' => '', 'meta_value' => '', 'post_type' => 'nav_menu_item', 'suppress_filters' => true, 'post_status' => 'publish', 'output' => 'ARRAY_A', 'output_key' => 'menu_order', 'nopaging' => true, 'update_menu_item_cache' => true, 'tax_query' => array(array('taxonomy' => 'nav_menu', 'field' => 'term_taxonomy_id', 'terms' => 246)), 'posts_per_page' => 5, 'ignore_sticky_posts' => true, 'no_found_rows' => true))
(/home/aungcrown/staging/web/wp/wp-includes/post.php:2415)
at get_posts(array('order' => 'ASC', 'orderby' => 'menu_order', 'post_type' => 'nav_menu_item', 'post_status' => 'publish', 'output' => 'ARRAY_A', 'output_key' => 'menu_order', 'nopaging' => true, 'update_menu_item_cache' => true, 'tax_query' => array(array('taxonomy' => 'nav_menu', 'field' => 'term_taxonomy_id', 'terms' => 246))))
(/home/aungcrown/staging/web/wp/wp-includes/nav-menu.php:717)
at wp_get_nav_menu_items(object(WP_Term))
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/log1x/navi/src/Navi.php:62)
at Log1x\Navi\Navi->build(246)
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/support/Facades/Facade.php:338)
at Illuminate\Support\Facades\Facade::__callStatic('build', array('footer_menu_1'))
(/home/aungcrown/staging/web/app/themes/aungcrown/app/View/Composers/Navigation.php:95)
at App\View\Composers\Navigation->Footer1()
(/home/aungcrown/staging/web/app/themes/aungcrown/app/View/Composers/Navigation.php:35)
at App\View\Composers\Navigation->with()
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/roots/acorn/src/Roots/Acorn/View/Composer.php:70)
at Roots\Acorn\View\Composer->merge()
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/roots/acorn/src/Roots/Acorn/View/Composer.php:59)
at Roots\Acorn\View\Composer->compose(object(View))
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/Concerns/ManagesEvents.php:124)
at Illuminate\View\Factory->Illuminate\View\Concerns\{closure}(object(View))
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/events/Dispatcher.php:421)
at Illuminate\Events\Dispatcher->Illuminate\Events\{closure}('composing: sections.sidebar-product-mobile', array(object(View)))
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/events/Dispatcher.php:249)
at Illuminate\Events\Dispatcher->dispatch('composing: sections.sidebar-product-mobile', array(object(View)))
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/Concerns/ManagesEvents.php:177)
at Illuminate\View\Factory->callComposer(object(View))
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/illuminate/view/View.php:176)
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/cache/acorn/framework/views/eaebb0026df1a9f9d98a574fc7e9a8bb82bc4f33.php:45)
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), 'img_header' => array('ID' => 8415, 'id' => 8415, 'title' => '儿童', 'filename' => '儿童.png', 'filesize' => 1359068, 'url' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童.png', 'link' => 'https://staging.aungcrown.com/%e5%84%bf%e7%ab%a5/', 'alt' => '', 'author' => '1', 'description' => '', 'caption' => '', 'name' => '%e5%84%bf%e7%ab%a5', 'status' => 'inherit', 'uploaded_to' => 0, 'date' => '2023-06-09 08:39:39', 'modified' => '2023-06-09 08:39:39', 'menu_order' => 0, 'mime_type' => 'image/png', 'type' => 'image', 'subtype' => 'png', '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/06/儿童-150x150.png', 'thumbnail-width' => 150, 'thumbnail-height' => 150, 'medium' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x68.png', 'medium-width' => 300, 'medium-height' => 68, 'medium_large' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-768x174.png', 'medium_large-width' => 768, 'medium_large-height' => 174, 'large' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-1024x233.png', 'large-width' => 1024, 'large-height' => 233, '1536x1536' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-1536x349.png', '1536x1536-width' => 1536, '1536x1536-height' => 349, '2048x2048' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童.png', '2048x2048-width' => 1920, '2048x2048-height' => 436, 'woocommerce_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x300.png', 'woocommerce_thumbnail-width' => 300, 'woocommerce_thumbnail-height' => 300, 'woocommerce_single' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-600x136.png', 'woocommerce_single-width' => 600, 'woocommerce_single-height' => 136, 'woocommerce_gallery_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-100x100.png', 'woocommerce_gallery_thumbnail-width' => 100, 'woocommerce_gallery_thumbnail-height' => 100, 'variation_swatches_image_size' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-50x50.png', 'variation_swatches_image_size-width' => 50, 'variation_swatches_image_size-height' => 50, 'variation_swatches_tooltip_size' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-100x100.png', 'variation_swatches_tooltip_size-width' => 100, 'variation_swatches_tooltip_size-height' => 100), 'srcset' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x68.png 300w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-600x136.png 600w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-1024x233.png 1024w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-768x174.png 768w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-1536x349.png 1536w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-64x15.png 64w, https://staging.aungcrown.com/app/uploads/2023/06/儿童.png 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), 'img_header' => array('ID' => 8415, 'id' => 8415, 'title' => '儿童', 'filename' => '儿童.png', 'filesize' => 1359068, 'url' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童.png', 'link' => 'https://staging.aungcrown.com/%e5%84%bf%e7%ab%a5/', 'alt' => '', 'author' => '1', 'description' => '', 'caption' => '', 'name' => '%e5%84%bf%e7%ab%a5', 'status' => 'inherit', 'uploaded_to' => 0, 'date' => '2023-06-09 08:39:39', 'modified' => '2023-06-09 08:39:39', 'menu_order' => 0, 'mime_type' => 'image/png', 'type' => 'image', 'subtype' => 'png', '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/06/儿童-150x150.png', 'thumbnail-width' => 150, 'thumbnail-height' => 150, 'medium' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x68.png', 'medium-width' => 300, 'medium-height' => 68, 'medium_large' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-768x174.png', 'medium_large-width' => 768, 'medium_large-height' => 174, 'large' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-1024x233.png', 'large-width' => 1024, 'large-height' => 233, '1536x1536' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-1536x349.png', '1536x1536-width' => 1536, '1536x1536-height' => 349, '2048x2048' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童.png', '2048x2048-width' => 1920, '2048x2048-height' => 436, 'woocommerce_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x300.png', 'woocommerce_thumbnail-width' => 300, 'woocommerce_thumbnail-height' => 300, 'woocommerce_single' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-600x136.png', 'woocommerce_single-width' => 600, 'woocommerce_single-height' => 136, 'woocommerce_gallery_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-100x100.png', 'woocommerce_gallery_thumbnail-width' => 100, 'woocommerce_gallery_thumbnail-height' => 100, 'variation_swatches_image_size' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-50x50.png', 'variation_swatches_image_size-width' => 50, 'variation_swatches_image_size-height' => 50, 'variation_swatches_tooltip_size' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-100x100.png', 'variation_swatches_tooltip_size-width' => 100, 'variation_swatches_tooltip_size-height' => 100), 'srcset' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x68.png 300w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-600x136.png 600w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-1024x233.png 1024w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-768x174.png 768w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-1536x349.png 1536w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-64x15.png 64w, https://staging.aungcrown.com/app/uploads/2023/06/儿童.png 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), 'img_header' => array('ID' => 8415, 'id' => 8415, 'title' => '儿童', 'filename' => '儿童.png', 'filesize' => 1359068, 'url' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童.png', 'link' => 'https://staging.aungcrown.com/%e5%84%bf%e7%ab%a5/', 'alt' => '', 'author' => '1', 'description' => '', 'caption' => '', 'name' => '%e5%84%bf%e7%ab%a5', 'status' => 'inherit', 'uploaded_to' => 0, 'date' => '2023-06-09 08:39:39', 'modified' => '2023-06-09 08:39:39', 'menu_order' => 0, 'mime_type' => 'image/png', 'type' => 'image', 'subtype' => 'png', '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/06/儿童-150x150.png', 'thumbnail-width' => 150, 'thumbnail-height' => 150, 'medium' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x68.png', 'medium-width' => 300, 'medium-height' => 68, 'medium_large' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-768x174.png', 'medium_large-width' => 768, 'medium_large-height' => 174, 'large' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-1024x233.png', 'large-width' => 1024, 'large-height' => 233, '1536x1536' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-1536x349.png', '1536x1536-width' => 1536, '1536x1536-height' => 349, '2048x2048' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童.png', '2048x2048-width' => 1920, '2048x2048-height' => 436, 'woocommerce_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x300.png', 'woocommerce_thumbnail-width' => 300, 'woocommerce_thumbnail-height' => 300, 'woocommerce_single' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-600x136.png', 'woocommerce_single-width' => 600, 'woocommerce_single-height' => 136, 'woocommerce_gallery_thumbnail' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-100x100.png', 'woocommerce_gallery_thumbnail-width' => 100, 'woocommerce_gallery_thumbnail-height' => 100, 'variation_swatches_image_size' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-50x50.png', 'variation_swatches_image_size-width' => 50, 'variation_swatches_image_size-height' => 50, 'variation_swatches_tooltip_size' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-100x100.png', 'variation_swatches_tooltip_size-width' => 100, 'variation_swatches_tooltip_size-height' => 100), 'srcset' => 'https://staging.aungcrown.com/app/uploads/2023/06/儿童-300x68.png 300w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-600x136.png 600w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-1024x233.png 1024w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-768x174.png 768w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-1536x349.png 1536w, https://staging.aungcrown.com/app/uploads/2023/06/儿童-64x15.png 64w, https://staging.aungcrown.com/app/uploads/2023/06/儿童.png 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)
|