Illuminate\View\ViewException {#2220 #severity: E_ERROR }
<div class="group relative mx-auto w-full shadow-lg lg:max-w-md"> <button type="button" class="relative block w-full overflow-hidden bg-white focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"> <span class="sr-only">View the PDF to learn more</span> <img class="w-full lazyload" data-src="<?php echo e($block_image['url']); ?>" alt="<?php echo e($block_image['alt']); ?>"> <div aria-hidden="true" class="absolute inset-0 group-hover:bg-black group-hover:bg-opacity-20"></div> <div aria-hidden="true" class="absolute inset-x-0 top-0 group-hover:h-1/6 bg-gradient-to-b from-slate-830"></div> <a href="<?php echo e($block_file['url']); ?>" class="absolute inset-0 hidden group-hover:flex items-center justify-center"> // 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'; <div class="group relative mx-auto w-full shadow-lg lg:max-w-md"> <button type="button" class="relative block w-full overflow-hidden bg-white focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"> <span class="sr-only">View the PDF to learn more</span> <img class="w-full lazyload" data-src="<?php echo e($block_image['url']); ?>" alt="<?php echo e($block_image['alt']); ?>"> <div aria-hidden="true" class="absolute inset-0 group-hover:bg-black group-hover:bg-opacity-20"></div> <div aria-hidden="true" class="absolute inset-x-0 top-0 group-hover:h-1/6 bg-gradient-to-b from-slate-830"></div> <a href="<?php echo e($block_file['url']); ?>" class="absolute inset-0 hidden group-hover:flex items-center justify-center"> // 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 $__env->startSection('content'); ?> <?php while(have_posts()): ?> <?php (the_post()); ?> <?php echo $__env->make('partials.content-page', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endwhile; ?><?php $__env->stopSection(); ?><?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/template-custom.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. 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'; <div class="group relative mx-auto w-full shadow-lg lg:max-w-md"> <button type="button" class="relative block w-full overflow-hidden bg-white focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"> <span class="sr-only">View the PDF to learn more</span> <img class="w-full lazyload" data-src="<?php echo e($block_image['url']); ?>" alt="<?php echo e($block_image['alt']); ?>"> <div aria-hidden="true" class="absolute inset-0 group-hover:bg-black group-hover:bg-opacity-20"></div> <div aria-hidden="true" class="absolute inset-x-0 top-0 group-hover:h-1/6 bg-gradient-to-b from-slate-830"></div> <a href="<?php echo e($block_file['url']); ?>" class="absolute inset-0 hidden group-hover:flex items-center justify-center"> // 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 ); $view = view()->exists($preview) ? $preview : $view; } return view($view, $with, $this->with())->render(); }} 'classes' => $this->block->className ?? false, ])->filter()->implode(' '); $this->style = $this->getStyle(); return $this->view($this->view, ['block' => $this]); }} $preview = false, $post_id = 0, $wp_block = false, $context = false ) { echo $this->render($block, $content, $preview, $post_id, $wp_block, $context); }, ]; if ($this->example !== false) { $settings = Arr::add($settings, 'example', [ // Setup postdata allowing get_field() to work. acf_setup_meta( $block['data'], $block['id'], true ); // Call render_callback. if ( is_callable( $block['render_callback'] ) ) { call_user_func( $block['render_callback'], $block, $content, $is_preview, $post_id, $wp_block, $context ); // Or include template. } elseif ( $block['render_template'] ) { do_action( 'acf_block_render_template', $block, $content, $is_preview, $post_id, $wp_block, $context ); } } else { echo acf_get_empty_block_form_html( $attributes['name'] ); //phpcs:ignore -- escaped in function. } } else { // Capture block render output. acf_render_block( $attributes, $content, $is_preview, $post_id, $wp_block, $context ); } $html = ob_get_clean(); $html = is_string( $html ) ? $html : ''; if ( is_admin() && acf_is_block_editor() ) { $is_preview = true; } // Return rendered block HTML. return acf_rendered_block( $attributes, $content, $is_preview, $post_id, $wp_block );}/** * Returns the rendered block HTML. * $global_post = $post; $parent = WP_Block_Supports::$block_to_render; WP_Block_Supports::$block_to_render = $this->parsed_block; $block_content = (string) call_user_func( $this->block_type->render_callback, $this->attributes, $block_content, $this ); WP_Block_Supports::$block_to_render = $parent; $post = $global_post; } $inner_block->parsed_block = apply_filters( 'render_block_data', $inner_block->parsed_block, $source_block, $parent_block ); /** This filter is documented in wp-includes/blocks.php */ $inner_block->context = apply_filters( 'render_block_context', $inner_block->context, $inner_block->parsed_block, $parent_block ); $block_content .= $inner_block->render(); } $index++; } } $inner_block->parsed_block = apply_filters( 'render_block_data', $inner_block->parsed_block, $source_block, $parent_block ); /** This filter is documented in wp-includes/blocks.php */ $inner_block->context = apply_filters( 'render_block_context', $inner_block->context, $inner_block->parsed_block, $parent_block ); $block_content .= $inner_block->render(); } $index++; } } $inner_block->parsed_block = apply_filters( 'render_block_data', $inner_block->parsed_block, $source_block, $parent_block ); /** This filter is documented in wp-includes/blocks.php */ $inner_block->context = apply_filters( 'render_block_context', $inner_block->context, $inner_block->parsed_block, $parent_block ); $block_content .= $inner_block->render(); } $index++; } } */ $context = apply_filters( 'render_block_context', $context, $parsed_block, $parent_block ); $block = new WP_Block( $parsed_block, $context ); return $block->render();}/** * Parses blocks out of a content string. *function do_blocks( $content ) { $blocks = parse_blocks( $content ); $output = ''; foreach ( $blocks as $block ) { $output .= render_block( $block ); } // If there are blocks in this content, we shouldn't run wpautop() on it later. $priority = has_filter( 'the_content', 'wpautop' ); if ( false !== $priority && doing_filter( 'the_content' ) && has_blocks( $content ) ) { // 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;} * * @since 0.71 * * @param string $content Content of the current post. */ $content = apply_filters( 'the_content', $content ); $content = str_replace( ']]>', ']]>', $content ); echo $content;}/**<div class="prose max-w-none mb-36"> <?php (the_content()); ?></div><?php echo wp_link_pages(['echo' => 0, 'before' => '<nav class="page-nav"><p>' . __('Pages:', 'sage'), 'after' => '</p></nav>']); ?><?php /**PATH /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/partials/content-page.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. 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 $__env->startSection('content'); ?> <?php while(have_posts()): ?> <?php (the_post()); ?> <?php echo $__env->make('partials.content-page', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endwhile; ?><?php $__env->stopSection(); ?><?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/template-custom.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. 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'; <div class="group relative mx-auto w-full shadow-lg lg:max-w-md"> <button type="button" class="relative block w-full overflow-hidden bg-white focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"> <span class="sr-only">View the PDF to learn more</span> <img class="w-full lazyload" data-src="<?php echo e($block_image['url']); ?>" alt="<?php echo e($block_image['alt']); ?>"> <div aria-hidden="true" class="absolute inset-0 group-hover:bg-black group-hover:bg-opacity-20"></div> <div aria-hidden="true" class="absolute inset-x-0 top-0 group-hover:h-1/6 bg-gradient-to-b from-slate-830"></div> <a href="<?php echo e($block_file['url']); ?>" class="absolute inset-0 hidden group-hover:flex items-center justify-center"> * @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; } <div class="group relative mx-auto w-full shadow-lg lg:max-w-md"> <button type="button" class="relative block w-full overflow-hidden bg-white focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"> <span class="sr-only">View the PDF to learn more</span> <img class="w-full lazyload" data-src="<?php echo e($block_image['url']); ?>" alt="<?php echo e($block_image['alt']); ?>"> <div aria-hidden="true" class="absolute inset-0 group-hover:bg-black group-hover:bg-opacity-20"></div> <div aria-hidden="true" class="absolute inset-x-0 top-0 group-hover:h-1/6 bg-gradient-to-b from-slate-830"></div> <a href="<?php echo e($block_file['url']); ?>" class="absolute inset-0 hidden group-hover:flex items-center justify-center"> $__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 ); $view = view()->exists($preview) ? $preview : $view; } return view($view, $with, $this->with())->render(); }} 'classes' => $this->block->className ?? false, ])->filter()->implode(' '); $this->style = $this->getStyle(); return $this->view($this->view, ['block' => $this]); }} $preview = false, $post_id = 0, $wp_block = false, $context = false ) { echo $this->render($block, $content, $preview, $post_id, $wp_block, $context); }, ]; if ($this->example !== false) { $settings = Arr::add($settings, 'example', [ // Setup postdata allowing get_field() to work. acf_setup_meta( $block['data'], $block['id'], true ); // Call render_callback. if ( is_callable( $block['render_callback'] ) ) { call_user_func( $block['render_callback'], $block, $content, $is_preview, $post_id, $wp_block, $context ); // Or include template. } elseif ( $block['render_template'] ) { do_action( 'acf_block_render_template', $block, $content, $is_preview, $post_id, $wp_block, $context ); } } else { echo acf_get_empty_block_form_html( $attributes['name'] ); //phpcs:ignore -- escaped in function. } } else { // Capture block render output. acf_render_block( $attributes, $content, $is_preview, $post_id, $wp_block, $context ); } $html = ob_get_clean(); $html = is_string( $html ) ? $html : ''; if ( is_admin() && acf_is_block_editor() ) { $is_preview = true; } // Return rendered block HTML. return acf_rendered_block( $attributes, $content, $is_preview, $post_id, $wp_block );}/** * Returns the rendered block HTML. * $global_post = $post; $parent = WP_Block_Supports::$block_to_render; WP_Block_Supports::$block_to_render = $this->parsed_block; $block_content = (string) call_user_func( $this->block_type->render_callback, $this->attributes, $block_content, $this ); WP_Block_Supports::$block_to_render = $parent; $post = $global_post; } $inner_block->parsed_block = apply_filters( 'render_block_data', $inner_block->parsed_block, $source_block, $parent_block ); /** This filter is documented in wp-includes/blocks.php */ $inner_block->context = apply_filters( 'render_block_context', $inner_block->context, $inner_block->parsed_block, $parent_block ); $block_content .= $inner_block->render(); } $index++; } } $inner_block->parsed_block = apply_filters( 'render_block_data', $inner_block->parsed_block, $source_block, $parent_block ); /** This filter is documented in wp-includes/blocks.php */ $inner_block->context = apply_filters( 'render_block_context', $inner_block->context, $inner_block->parsed_block, $parent_block ); $block_content .= $inner_block->render(); } $index++; } } $inner_block->parsed_block = apply_filters( 'render_block_data', $inner_block->parsed_block, $source_block, $parent_block ); /** This filter is documented in wp-includes/blocks.php */ $inner_block->context = apply_filters( 'render_block_context', $inner_block->context, $inner_block->parsed_block, $parent_block ); $block_content .= $inner_block->render(); } $index++; } } */ $context = apply_filters( 'render_block_context', $context, $parsed_block, $parent_block ); $block = new WP_Block( $parsed_block, $context ); return $block->render();}/** * Parses blocks out of a content string. *function do_blocks( $content ) { $blocks = parse_blocks( $content ); $output = ''; foreach ( $blocks as $block ) { $output .= render_block( $block ); } // If there are blocks in this content, we shouldn't run wpautop() on it later. $priority = has_filter( 'the_content', 'wpautop' ); if ( false !== $priority && doing_filter( 'the_content' ) && has_blocks( $content ) ) { // 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;} * * @since 0.71 * * @param string $content Content of the current post. */ $content = apply_filters( 'the_content', $content ); $content = str_replace( ']]>', ']]>', $content ); echo $content;}/**<div class="prose max-w-none mb-36"> <?php (the_content()); ?></div><?php echo wp_link_pages(['echo' => 0, 'before' => '<nav class="page-nav"><p>' . __('Pages:', 'sage'), 'after' => '</p></nav>']); ?><?php /**PATH /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/partials/content-page.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. 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 $__env->startSection('content'); ?> <?php while(have_posts()): ?> <?php (the_post()); ?> <?php echo $__env->make('partials.content-page', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endwhile; ?><?php $__env->stopSection(); ?><?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/template-custom.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. 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';|
[4/4]
ViewException
|
|---|
Illuminate\View\ViewException:
Trying to access array offset on value of type bool (View: /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/blocks/resource.blade.php) (View: /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/blocks/resource.blade.php) (View: /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/blocks/resource.blade.php)
at /home/aungcrown/staging/web/app/cache/acorn/framework/views/f8524019ac2ca14aa93353ef13e32da39737bd62.php:7
at Illuminate\View\Engines\CompilerEngine->handleViewException(object(ViewException), 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/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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/template-custom.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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)
|
|
[3/4]
ViewException
|
|---|
Illuminate\View\ViewException:
Trying to access array offset on value of type bool (View: /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/blocks/resource.blade.php) (View: /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/blocks/resource.blade.php)
at /home/aungcrown/staging/web/app/cache/acorn/framework/views/f8524019ac2ca14aa93353ef13e32da39737bd62.php:7
at Illuminate\View\Engines\CompilerEngine->handleViewException(object(ViewException), 2)
(/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/e1807ac2b16ceda2a383b6180d7383384181497c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown', 'title' => 'Resources'))
(/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/partials/content-page.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown', 'title' => 'Resources'))
(/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/cache/acorn/framework/views/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.php:4)
at require('/home/aungcrown/staging/web/app/cache/acorn/framework/views/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.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/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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/template-custom.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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)
|
|
[2/4]
ViewException
|
|---|
Illuminate\View\ViewException:
Trying to access array offset on value of type bool (View: /home/aungcrown/staging/web/app/themes/aungcrown/resources/views/blocks/resource.blade.php)
at /home/aungcrown/staging/web/app/cache/acorn/framework/views/f8524019ac2ca14aa93353ef13e32da39737bd62.php:7
at Illuminate\View\Engines\CompilerEngine->handleViewException(object(ErrorException), 4)
(/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/f8524019ac2ca14aa93353ef13e32da39737bd62.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'block_image' => false, 'block_file' => false, 'block' => object(Resource), '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/blocks/resource.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'block_image' => false, 'block_file' => false, 'block' => object(Resource), '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/vendor/log1x/acf-composer/src/Concerns/InteractsWithBlade.php:33)
at Log1x\AcfComposer\Block->view('blocks.resource', array('block' => object(Resource)))
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/log1x/acf-composer/src/Block.php:357)
at Log1x\AcfComposer\Block->render(array('name' => 'acf/resource', 'title' => 'Resource', 'description' => 'A PDF Resource block.', 'category' => 'media', 'icon' => 'pdf', 'mode' => 'preview', 'keywords' => array('resource', 'pdf', 'download'), 'supports' => array('align' => true, 'html' => false, 'mode' => false, 'align_text' => false, 'align_content' => false, 'full_height' => false, 'anchor' => false, 'multiple' => true, 'jsx' => true), 'post_types' => array(), 'uses_context' => array('postId', 'postType'), 'render_template' => false, 'render_callback' => object(Closure), 'enqueue_style' => false, 'enqueue_script' => false, 'enqueue_assets' => object(Closure), 'parent' => null, 'align' => '', 'align_text' => '', 'align_content' => '', 'styles' => array(), 'example' => array('attributes' => array('mode' => 'preview', 'data' => array())), 'attributes' => array('name' => array('type' => 'string', 'default' => ''), 'data' => array('type' => 'object', 'default' => array()), 'align' => array('type' => 'string', 'default' => ''), 'mode' => array('type' => 'string', 'default' => '')), 'api_version' => 2, 'acf_block_version' => 1, 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'id' => 'block_3c439cb55c4a10deb4d4e9f97213b62c'), '', false, 128, object(WP_Block), array('postId' => 128, 'postType' => 'page'))
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/log1x/acf-composer/src/Block.php:293)
at Log1x\AcfComposer\Block->Log1x\AcfComposer\{closure}(array('name' => 'acf/resource', 'title' => 'Resource', 'description' => 'A PDF Resource block.', 'category' => 'media', 'icon' => 'pdf', 'mode' => 'preview', 'keywords' => array('resource', 'pdf', 'download'), 'supports' => array('align' => true, 'html' => false, 'mode' => false, 'align_text' => false, 'align_content' => false, 'full_height' => false, 'anchor' => false, 'multiple' => true, 'jsx' => true), 'post_types' => array(), 'uses_context' => array('postId', 'postType'), 'render_template' => false, 'render_callback' => object(Closure), 'enqueue_style' => false, 'enqueue_script' => false, 'enqueue_assets' => object(Closure), 'parent' => null, 'align' => '', 'align_text' => '', 'align_content' => '', 'styles' => array(), 'example' => array('attributes' => array('mode' => 'preview', 'data' => array())), 'attributes' => array('name' => array('type' => 'string', 'default' => ''), 'data' => array('type' => 'object', 'default' => array()), 'align' => array('type' => 'string', 'default' => ''), 'mode' => array('type' => 'string', 'default' => '')), 'api_version' => 2, 'acf_block_version' => 1, 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'id' => 'block_3c439cb55c4a10deb4d4e9f97213b62c'), '', false, 128, object(WP_Block), array('postId' => 128, 'postType' => 'page'))
(/home/aungcrown/staging/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:648)
at acf_render_block(array('name' => 'acf/resource', 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'align' => '', 'mode' => 'preview', 'id' => '3c439cb55c4a10deb4d4e9f97213b62c'), '', false, 128, object(WP_Block), array('postId' => 128, 'postType' => 'page'))
(/home/aungcrown/staging/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:569)
at acf_rendered_block(array('name' => 'acf/resource', 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'align' => '', 'mode' => 'preview', 'id' => '3c439cb55c4a10deb4d4e9f97213b62c'), '', false, 128, object(WP_Block))
(/home/aungcrown/staging/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:502)
at acf_render_block_callback(array('name' => 'acf/resource', 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'align' => '', 'mode' => 'preview'), '', object(WP_Block))
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-block.php:256)
at WP_Block->render()
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-block.php:242)
at WP_Block->render()
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-block.php:242)
at WP_Block->render()
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-block.php:242)
at WP_Block->render()
(/home/aungcrown/staging/web/wp/wp-includes/blocks.php:1051)
at render_block(array('blockName' => 'core/group', 'attrs' => array('className' => 'not-prose', 'layout' => array('contentSize' => '1384px', 'type' => 'constrained')), 'innerBlocks' => array(array('blockName' => 'core/heading', 'attrs' => array('style' => array('typography' => array('fontStyle' => 'normal', 'fontWeight' => '700')), 'textColor' => 'slate', 'fontSize' => 'large'), 'innerBlocks' => array(), 'innerHTML' => '<h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2>', 'innerContent' => array('<h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2>')), array('blockName' => 'core/spacer', 'attrs' => array('height' => '50px'), 'innerBlocks' => array(), 'innerHTML' => '<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>', 'innerContent' => array('<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>')), array('blockName' => 'core/columns', 'attrs' => array(), 'innerBlocks' => array(array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(array('blockName' => 'acf/resource', 'attrs' => array('name' => 'acf/resource', 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'align' => '', 'mode' => 'preview'), 'innerBlocks' => array(), 'innerHTML' => '', 'innerContent' => array())), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column">', null, '</div>')), array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column"></div>')), array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column"></div>'))), 'innerHTML' => '<div class="wp-block-columns"></div>', 'innerContent' => array('<div class="wp-block-columns">', null, '', null, '', null, '</div>')), array('blockName' => 'core/spacer', 'attrs' => array('height' => '23px'), 'innerBlocks' => array(), 'innerHTML' => '<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>', 'innerContent' => array('<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>')), array('blockName' => 'core/columns', 'attrs' => array(), 'innerBlocks' => array(array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column"></div>')), array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column"></div>')), array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column"></div>'))), 'innerHTML' => '<div class="wp-block-columns"></div>', 'innerContent' => array('<div class="wp-block-columns">', null, '', null, '', null, '</div>'))), 'innerHTML' => '<div class="wp-block-group not-prose"></div>', 'innerContent' => array('<div class="wp-block-group not-prose">', null, '', null, '', null, '', null, '', null, '</div>')))
(/home/aungcrown/staging/web/wp/wp-includes/blocks.php:1089)
at do_blocks('<!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1400px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:yoast-seo/breadcrumbs /--></div><!-- /wp:group --><!-- wp:spacer {"height":"40px"} --><div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:acf/resource {"name":"acf/resource","data":{"block_image":"","_block_image":"field_resource_block_image","block_file":"","_block_file":"field_resource_block_file"},"align":"","mode":"preview"} /--></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Clothing</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Other</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->')
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-hook.php:308)
at WP_Hook->apply_filters('<!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1400px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:yoast-seo/breadcrumbs /--></div><!-- /wp:group --><!-- wp:spacer {"height":"40px"} --><div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:acf/resource {"name":"acf/resource","data":{"block_image":"","_block_image":"field_resource_block_image","block_file":"","_block_file":"field_resource_block_file"},"align":"","mode":"preview"} /--></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Clothing</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Other</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', array('<!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1400px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:yoast-seo/breadcrumbs /--></div><!-- /wp:group --><!-- wp:spacer {"height":"40px"} --><div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:acf/resource {"name":"acf/resource","data":{"block_image":"","_block_image":"field_resource_block_image","block_file":"","_block_file":"field_resource_block_file"},"align":"","mode":"preview"} /--></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Clothing</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Other</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->'))
(/home/aungcrown/staging/web/wp/wp-includes/plugin.php:205)
at apply_filters('the_content', '<!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1400px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:yoast-seo/breadcrumbs /--></div><!-- /wp:group --><!-- wp:spacer {"height":"40px"} --><div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:acf/resource {"name":"acf/resource","data":{"block_image":"","_block_image":"field_resource_block_image","block_file":"","_block_file":"field_resource_block_file"},"align":"","mode":"preview"} /--></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Clothing</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Other</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->')
(/home/aungcrown/staging/web/wp/wp-includes/post-template.php:255)
at the_content()
(/home/aungcrown/staging/web/app/cache/acorn/framework/views/e1807ac2b16ceda2a383b6180d7383384181497c.php:2)
at require('/home/aungcrown/staging/web/app/cache/acorn/framework/views/e1807ac2b16ceda2a383b6180d7383384181497c.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/e1807ac2b16ceda2a383b6180d7383384181497c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown', 'title' => 'Resources'))
(/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/e1807ac2b16ceda2a383b6180d7383384181497c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown', 'title' => 'Resources'))
(/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/partials/content-page.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown', 'title' => 'Resources'))
(/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/cache/acorn/framework/views/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.php:4)
at require('/home/aungcrown/staging/web/app/cache/acorn/framework/views/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.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/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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/template-custom.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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/4]
ErrorException
|
|---|
ErrorException:
Trying to access array offset on value of type bool
at /home/aungcrown/staging/web/app/cache/acorn/framework/views/f8524019ac2ca14aa93353ef13e32da39737bd62.php:7
at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'Trying to access array offset on value of type bool', '/home/aungcrown/staging/web/app/cache/acorn/framework/views/f8524019ac2ca14aa93353ef13e32da39737bd62.php', 7, 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, 'Trying to access array offset on value of type bool', '/home/aungcrown/staging/web/app/cache/acorn/framework/views/f8524019ac2ca14aa93353ef13e32da39737bd62.php', 7)
(/home/aungcrown/staging/web/app/cache/acorn/framework/views/f8524019ac2ca14aa93353ef13e32da39737bd62.php:7)
at require('/home/aungcrown/staging/web/app/cache/acorn/framework/views/f8524019ac2ca14aa93353ef13e32da39737bd62.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/f8524019ac2ca14aa93353ef13e32da39737bd62.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'block_image' => false, 'block_file' => false, 'block' => object(Resource), '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/f8524019ac2ca14aa93353ef13e32da39737bd62.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'block_image' => false, 'block_file' => false, 'block' => object(Resource), '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/blocks/resource.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'block_image' => false, 'block_file' => false, 'block' => object(Resource), '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/vendor/log1x/acf-composer/src/Concerns/InteractsWithBlade.php:33)
at Log1x\AcfComposer\Block->view('blocks.resource', array('block' => object(Resource)))
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/log1x/acf-composer/src/Block.php:357)
at Log1x\AcfComposer\Block->render(array('name' => 'acf/resource', 'title' => 'Resource', 'description' => 'A PDF Resource block.', 'category' => 'media', 'icon' => 'pdf', 'mode' => 'preview', 'keywords' => array('resource', 'pdf', 'download'), 'supports' => array('align' => true, 'html' => false, 'mode' => false, 'align_text' => false, 'align_content' => false, 'full_height' => false, 'anchor' => false, 'multiple' => true, 'jsx' => true), 'post_types' => array(), 'uses_context' => array('postId', 'postType'), 'render_template' => false, 'render_callback' => object(Closure), 'enqueue_style' => false, 'enqueue_script' => false, 'enqueue_assets' => object(Closure), 'parent' => null, 'align' => '', 'align_text' => '', 'align_content' => '', 'styles' => array(), 'example' => array('attributes' => array('mode' => 'preview', 'data' => array())), 'attributes' => array('name' => array('type' => 'string', 'default' => ''), 'data' => array('type' => 'object', 'default' => array()), 'align' => array('type' => 'string', 'default' => ''), 'mode' => array('type' => 'string', 'default' => '')), 'api_version' => 2, 'acf_block_version' => 1, 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'id' => 'block_3c439cb55c4a10deb4d4e9f97213b62c'), '', false, 128, object(WP_Block), array('postId' => 128, 'postType' => 'page'))
(/home/aungcrown/staging/web/app/themes/aungcrown/vendor/log1x/acf-composer/src/Block.php:293)
at Log1x\AcfComposer\Block->Log1x\AcfComposer\{closure}(array('name' => 'acf/resource', 'title' => 'Resource', 'description' => 'A PDF Resource block.', 'category' => 'media', 'icon' => 'pdf', 'mode' => 'preview', 'keywords' => array('resource', 'pdf', 'download'), 'supports' => array('align' => true, 'html' => false, 'mode' => false, 'align_text' => false, 'align_content' => false, 'full_height' => false, 'anchor' => false, 'multiple' => true, 'jsx' => true), 'post_types' => array(), 'uses_context' => array('postId', 'postType'), 'render_template' => false, 'render_callback' => object(Closure), 'enqueue_style' => false, 'enqueue_script' => false, 'enqueue_assets' => object(Closure), 'parent' => null, 'align' => '', 'align_text' => '', 'align_content' => '', 'styles' => array(), 'example' => array('attributes' => array('mode' => 'preview', 'data' => array())), 'attributes' => array('name' => array('type' => 'string', 'default' => ''), 'data' => array('type' => 'object', 'default' => array()), 'align' => array('type' => 'string', 'default' => ''), 'mode' => array('type' => 'string', 'default' => '')), 'api_version' => 2, 'acf_block_version' => 1, 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'id' => 'block_3c439cb55c4a10deb4d4e9f97213b62c'), '', false, 128, object(WP_Block), array('postId' => 128, 'postType' => 'page'))
(/home/aungcrown/staging/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:648)
at acf_render_block(array('name' => 'acf/resource', 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'align' => '', 'mode' => 'preview', 'id' => '3c439cb55c4a10deb4d4e9f97213b62c'), '', false, 128, object(WP_Block), array('postId' => 128, 'postType' => 'page'))
(/home/aungcrown/staging/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:569)
at acf_rendered_block(array('name' => 'acf/resource', 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'align' => '', 'mode' => 'preview', 'id' => '3c439cb55c4a10deb4d4e9f97213b62c'), '', false, 128, object(WP_Block))
(/home/aungcrown/staging/web/app/plugins/advanced-custom-fields-pro/pro/blocks.php:502)
at acf_render_block_callback(array('name' => 'acf/resource', 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'align' => '', 'mode' => 'preview'), '', object(WP_Block))
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-block.php:256)
at WP_Block->render()
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-block.php:242)
at WP_Block->render()
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-block.php:242)
at WP_Block->render()
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-block.php:242)
at WP_Block->render()
(/home/aungcrown/staging/web/wp/wp-includes/blocks.php:1051)
at render_block(array('blockName' => 'core/group', 'attrs' => array('className' => 'not-prose', 'layout' => array('contentSize' => '1384px', 'type' => 'constrained')), 'innerBlocks' => array(array('blockName' => 'core/heading', 'attrs' => array('style' => array('typography' => array('fontStyle' => 'normal', 'fontWeight' => '700')), 'textColor' => 'slate', 'fontSize' => 'large'), 'innerBlocks' => array(), 'innerHTML' => '<h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2>', 'innerContent' => array('<h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2>')), array('blockName' => 'core/spacer', 'attrs' => array('height' => '50px'), 'innerBlocks' => array(), 'innerHTML' => '<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>', 'innerContent' => array('<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>')), array('blockName' => 'core/columns', 'attrs' => array(), 'innerBlocks' => array(array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(array('blockName' => 'acf/resource', 'attrs' => array('name' => 'acf/resource', 'data' => array('block_image' => '', '_block_image' => 'field_resource_block_image', 'block_file' => '', '_block_file' => 'field_resource_block_file'), 'align' => '', 'mode' => 'preview'), 'innerBlocks' => array(), 'innerHTML' => '', 'innerContent' => array())), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column">', null, '</div>')), array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column"></div>')), array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column"></div>'))), 'innerHTML' => '<div class="wp-block-columns"></div>', 'innerContent' => array('<div class="wp-block-columns">', null, '', null, '', null, '</div>')), array('blockName' => 'core/spacer', 'attrs' => array('height' => '23px'), 'innerBlocks' => array(), 'innerHTML' => '<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>', 'innerContent' => array('<div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div>')), array('blockName' => 'core/columns', 'attrs' => array(), 'innerBlocks' => array(array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column"></div>')), array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column"></div>')), array('blockName' => 'core/column', 'attrs' => array(), 'innerBlocks' => array(), 'innerHTML' => '<div class="wp-block-column"></div>', 'innerContent' => array('<div class="wp-block-column"></div>'))), 'innerHTML' => '<div class="wp-block-columns"></div>', 'innerContent' => array('<div class="wp-block-columns">', null, '', null, '', null, '</div>'))), 'innerHTML' => '<div class="wp-block-group not-prose"></div>', 'innerContent' => array('<div class="wp-block-group not-prose">', null, '', null, '', null, '', null, '', null, '</div>')))
(/home/aungcrown/staging/web/wp/wp-includes/blocks.php:1089)
at do_blocks('<!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1400px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:yoast-seo/breadcrumbs /--></div><!-- /wp:group --><!-- wp:spacer {"height":"40px"} --><div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:acf/resource {"name":"acf/resource","data":{"block_image":"","_block_image":"field_resource_block_image","block_file":"","_block_file":"field_resource_block_file"},"align":"","mode":"preview"} /--></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Clothing</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Other</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->')
(/home/aungcrown/staging/web/wp/wp-includes/class-wp-hook.php:308)
at WP_Hook->apply_filters('<!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1400px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:yoast-seo/breadcrumbs /--></div><!-- /wp:group --><!-- wp:spacer {"height":"40px"} --><div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:acf/resource {"name":"acf/resource","data":{"block_image":"","_block_image":"field_resource_block_image","block_file":"","_block_file":"field_resource_block_file"},"align":"","mode":"preview"} /--></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Clothing</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Other</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', array('<!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1400px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:yoast-seo/breadcrumbs /--></div><!-- /wp:group --><!-- wp:spacer {"height":"40px"} --><div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:acf/resource {"name":"acf/resource","data":{"block_image":"","_block_image":"field_resource_block_image","block_file":"","_block_file":"field_resource_block_file"},"align":"","mode":"preview"} /--></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Clothing</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Other</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->'))
(/home/aungcrown/staging/web/wp/wp-includes/plugin.php:205)
at apply_filters('the_content', '<!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1400px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:yoast-seo/breadcrumbs /--></div><!-- /wp:group --><!-- wp:spacer {"height":"40px"} --><div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Hat</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"><!-- wp:acf/resource {"name":"acf/resource","data":{"block_image":"","_block_image":"field_resource_block_image","block_file":"","_block_file":"field_resource_block_file"},"align":"","mode":"preview"} /--></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Clothing</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:spacer {"height":"35px"} --><div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:group {"className":"not-prose","layout":{"contentSize":"1384px","type":"constrained"}} --><div class="wp-block-group not-prose"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"slate","fontSize":"large"} --><h2 class="has-slate-color has-text-color has-large-font-size" style="font-style:normal;font-weight:700">Resource / Other</h2><!-- /wp:heading --><!-- wp:spacer {"height":"50px"} --><div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {"height":"23px"} --><div style="height:23px" aria-hidden="true" class="wp-block-spacer"></div><!-- /wp:spacer --><!-- wp:columns --><div class="wp-block-columns"><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->')
(/home/aungcrown/staging/web/wp/wp-includes/post-template.php:255)
at the_content()
(/home/aungcrown/staging/web/app/cache/acorn/framework/views/e1807ac2b16ceda2a383b6180d7383384181497c.php:2)
at require('/home/aungcrown/staging/web/app/cache/acorn/framework/views/e1807ac2b16ceda2a383b6180d7383384181497c.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/e1807ac2b16ceda2a383b6180d7383384181497c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown', 'title' => 'Resources'))
(/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/e1807ac2b16ceda2a383b6180d7383384181497c.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown', 'title' => 'Resources'))
(/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/partials/content-page.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Leaders in Wholesale Hat Production: Baseball, Trucker, Snapbacks+ | Aung crown', 'title' => 'Resources'))
(/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/cache/acorn/framework/views/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.php:4)
at require('/home/aungcrown/staging/web/app/cache/acorn/framework/views/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.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/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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/088aec61d968170ab10b6127bfcfb8b0bc3f99ec.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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/template-custom.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), '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)
|