Illuminate\View\ViewException {#2466 #severity: E_ERROR }
if ( ! $image_src ) { return $image; } // Bail early if an image has been inserted and later edited. if ( preg_match( '/-e[0-9]{13}/', $image_meta['file'], $img_edit_hash ) && ! str_contains( wp_basename( $image_src ), $img_edit_hash[0] ) ) { return $image; } // 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 <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php do_action('get_header'); ?> <div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?> </div> <?php do_action('get_footer'); ?> <?php wp_footer(); ?> </body> * * @param string $template The path of the template to include. */ $template = apply_filters( 'template_include', $template ); if ( $template ) { include $template; } elseif ( current_user_can( 'switch_themes' ) ) { $theme = wp_get_theme(); if ( $theme->errors() ) { wp_die( $theme->errors() ); } // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php';}<?php/** * WordPress View Bootstrapper */define('WP_USE_THEMES', true);require __DIR__ . '/wp/wp-blog-header.php'; if ( ! $image_src ) { return $image; } // Bail early if an image has been inserted and later edited. if ( preg_match( '/-e[0-9]{13}/', $image_meta['file'], $img_edit_hash ) && ! str_contains( wp_basename( $image_src ), $img_edit_hash[0] ) ) { return $image; } // 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->first(['partials.content-single-' . get_post_type(), 'partials.content-single'], \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 /srv/www/flowprocess.com/web/app/themes/flowprocess/resources/views/single.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 <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php do_action('get_header'); ?> <div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?> </div> <?php do_action('get_footer'); ?> <?php wp_footer(); ?> </body> * * @param string $template The path of the template to include. */ $template = apply_filters( 'template_include', $template ); if ( $template ) { include $template; } elseif ( current_user_can( 'switch_themes' ) ) { $theme = wp_get_theme(); if ( $theme->errors() ) { wp_die( $theme->errors() ); } // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php';}<?php/** * WordPress View Bootstrapper */define('WP_USE_THEMES', true);require __DIR__ . '/wp/wp-blog-header.php'; if ( ! $image_src ) { return $image; } // Bail early if an image has been inserted and later edited. if ( preg_match( '/-e[0-9]{13}/', $image_meta['file'], $img_edit_hash ) && ! str_contains( wp_basename( $image_src ), $img_edit_hash[0] ) ) { return $image; } * @throws \ErrorException */ public function handleError($level, $message, $file = '', $line = 0, $context = []) { try { parent::handleError($level, $message, $file, $line, $context); } catch (Throwable $e) { if (! apply_filters('acorn/throw_error_exception', true, $e)) { return false; } if ( ! $image_src ) { return $image; } // Bail early if an image has been inserted and later edited. if ( preg_match( '/-e[0-9]{13}/', $image_meta['file'], $img_edit_hash ) && ! str_contains( wp_basename( $image_src ), $img_edit_hash[0] ) ) { return $image; } */ $add = apply_filters( 'wp_img_tag_add_srcset_and_sizes_attr', true, $image, $context, $attachment_id ); if ( true === $add ) { $image_meta = wp_get_attachment_metadata( $attachment_id ); return wp_image_add_srcset_and_sizes( $image, $image_meta, $attachment_id ); } return $image;} $filtered_image = wp_img_tag_add_width_and_height_attr( $filtered_image, $context, $attachment_id ); } // Add 'srcset' and 'sizes' attributes if applicable. if ( $attachment_id > 0 && ! str_contains( $filtered_image, ' srcset=' ) ) { $filtered_image = wp_img_tag_add_srcset_and_sizes_attr( $filtered_image, $context, $attachment_id ); } // Add loading optimization attributes if applicable. $filtered_image = wp_img_tag_add_loading_optimization_attrs( $filtered_image, $context ); // 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, $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="product-content grid grid-cols-1 lg:grid-cols-3 container items-baseline"> <div class="page-chapters col-span-2"> <div class="chapter product-description"> <h2 class="chapter-title" id="descrizione-prodotto">Descrizione prodotto</h2> <?php (the_content()); ?> </div> <?php if($technical_details = get_field('technical_details')): ?> <div class="chapter product-technical-info"> <h2 class="chapter-title" id="caratteristiche-tecniche">Caratteristiche tecniche</h2> $__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->first(['partials.content-single-' . get_post_type(), 'partials.content-single'], \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 /srv/www/flowprocess.com/web/app/themes/flowprocess/resources/views/single.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 <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php do_action('get_header'); ?> <div id="app"> <?php echo view(app('sage.view'), app('sage.data'))->render(); ?> </div> <?php do_action('get_footer'); ?> <?php wp_footer(); ?> </body> * * @param string $template The path of the template to include. */ $template = apply_filters( 'template_include', $template ); if ( $template ) { include $template; } elseif ( current_user_can( 'switch_themes' ) ) { $theme = wp_get_theme(); if ( $theme->errors() ) { wp_die( $theme->errors() ); } // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php';}<?php/** * WordPress View Bootstrapper */define('WP_USE_THEMES', true);require __DIR__ . '/wp/wp-blog-header.php';|
[3/3]
ViewException
|
|---|
Illuminate\View\ViewException:
Undefined array key "file" (View: /srv/www/flowprocess.com/web/app/themes/flowprocess/resources/views/partials/content-single-fp_product.blade.php) (View: /srv/www/flowprocess.com/web/app/themes/flowprocess/resources/views/partials/content-single-fp_product.blade.php)
at /srv/www/flowprocess.com/web/wp/wp-includes/media.php:1734
at Illuminate\View\Engines\CompilerEngine->handleViewException(object(ViewException), 0)
(/srv/www/flowprocess.com/vendor/illuminate/view/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/da755af05e1699cee1fd35508cba3663.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it'))
(/srv/www/flowprocess.com/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get('/srv/www/flowprocess.com/web/app/themes/flowprocess/resources/views/single.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it'))
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/srv/www/flowprocess.com/web/app/themes/flowprocess/index.php:23)
at include('/srv/www/flowprocess.com/web/app/themes/flowprocess/index.php')
(/srv/www/flowprocess.com/web/wp/wp-includes/template-loader.php:106)
at require_once('/srv/www/flowprocess.com/web/wp/wp-includes/template-loader.php')
(/srv/www/flowprocess.com/web/wp/wp-blog-header.php:19)
at require('/srv/www/flowprocess.com/web/wp/wp-blog-header.php')
(/srv/www/flowprocess.com/web/index.php:6)
|
|
[2/3]
ViewException
|
|---|
Illuminate\View\ViewException:
Undefined array key "file" (View: /srv/www/flowprocess.com/web/app/themes/flowprocess/resources/views/partials/content-single-fp_product.blade.php)
at /srv/www/flowprocess.com/web/wp/wp-includes/media.php:1734
at Illuminate\View\Engines\CompilerEngine->handleViewException(object(ErrorException), 2)
(/srv/www/flowprocess.com/vendor/illuminate/view/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/ecf8e98de2e6e1f7b2636085319ba67d.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it', 'categories_tree' => array(2599, 1036, 1552), 'downloads' => object(WP_Query), 'video' => object(WP_Query), 'other_products' => object(WP_Query), 'related_products' => false, 'brand_related_products' => false, 'title' => 'Automotive Linea AdBlue – DEF 4', 'latest_posts' => object(WP_Query)))
(/srv/www/flowprocess.com/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get('/srv/www/flowprocess.com/web/app/themes/flowprocess/resources/views/partials/content-single-fp_product.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it', 'categories_tree' => array(2599, 1036, 1552), 'downloads' => object(WP_Query), 'video' => object(WP_Query), 'other_products' => object(WP_Query), 'related_products' => false, 'brand_related_products' => false, 'title' => 'Automotive Linea AdBlue – DEF 4', 'latest_posts' => object(WP_Query)))
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/da755af05e1699cee1fd35508cba3663.php:3)
at require('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/da755af05e1699cee1fd35508cba3663.php')
(/srv/www/flowprocess.com/vendor/illuminate/filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/srv/www/flowprocess.com/vendor/illuminate/filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/da755af05e1699cee1fd35508cba3663.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it'))
(/srv/www/flowprocess.com/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/da755af05e1699cee1fd35508cba3663.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it'))
(/srv/www/flowprocess.com/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get('/srv/www/flowprocess.com/web/app/themes/flowprocess/resources/views/single.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it'))
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/srv/www/flowprocess.com/web/app/themes/flowprocess/index.php:23)
at include('/srv/www/flowprocess.com/web/app/themes/flowprocess/index.php')
(/srv/www/flowprocess.com/web/wp/wp-includes/template-loader.php:106)
at require_once('/srv/www/flowprocess.com/web/wp/wp-includes/template-loader.php')
(/srv/www/flowprocess.com/web/wp/wp-blog-header.php:19)
at require('/srv/www/flowprocess.com/web/wp/wp-blog-header.php')
(/srv/www/flowprocess.com/web/index.php:6)
|
|
[1/3]
ErrorException
|
|---|
ErrorException:
Undefined array key "file"
at /srv/www/flowprocess.com/web/wp/wp-includes/media.php:1734
at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'Undefined array key "file"', '/srv/www/flowprocess.com/web/wp/wp-includes/media.php', 1734, array())
(/srv/www/flowprocess.com/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:49)
at Roots\Acorn\Bootstrap\HandleExceptions->handleError(2, 'Undefined array key "file"', '/srv/www/flowprocess.com/web/wp/wp-includes/media.php', 1734)
(/srv/www/flowprocess.com/web/wp/wp-includes/media.php:1734)
at wp_image_add_srcset_and_sizes('<img class="size-medium wp-image-5535 alignleft" src="https://flowprocess.it/wp-content/uploads/2019/09/Linea_AdBlue_DEF_4-300x300.jpg" alt="" width="300" height="300" />', array('sizes' => array('full' => array('file' => 'GRACO_Pumping-Solutions_Brochure-pdf.jpg', 'width' => 1058, 'height' => 1497, 'mime-type' => 'image/jpeg', 'filesize' => 161105), 'medium' => array('file' => 'GRACO_Pumping-Solutions_Brochure-pdf-212x300.jpg', 'width' => 212, 'height' => 300, 'mime-type' => 'image/jpeg', 'filesize' => 58120), 'large' => array('file' => 'GRACO_Pumping-Solutions_Brochure-pdf-724x1024.jpg', 'width' => 724, 'height' => 1024, 'mime-type' => 'image/jpeg', 'filesize' => 106337), 'thumbnail' => array('file' => 'GRACO_Pumping-Solutions_Brochure-pdf-106x150.jpg', 'width' => 106, 'height' => 150, 'mime-type' => 'image/jpeg', 'filesize' => 52200)), 'filesize' => 2282637), 5535)
(/srv/www/flowprocess.com/web/wp/wp-includes/media.php:2173)
at wp_img_tag_add_srcset_and_sizes_attr('<img class="size-medium wp-image-5535 alignleft" src="https://flowprocess.it/wp-content/uploads/2019/09/Linea_AdBlue_DEF_4-300x300.jpg" alt="" width="300" height="300" />', 'the_content', 5535)
(/srv/www/flowprocess.com/web/wp/wp-includes/media.php:1899)
at wp_filter_content_tags('<h3>Automotive Linea AdBlue – DEF 4 – Unità di travaso con pistola erogatrice ad arresto automatico</h3><p>Unità pompa di travaso con motore pneumatico, completa di accessori, sistema di erogazione con pistola e con sistema di arresto automatico dell’erogazione del fluido.<br />Ideale per il travaso da barili fusti e cisterne IBC.</p><h3>Linea AdBlue – DEF 4</h3><h4>Specifiche tecniche</h4><div class="team-about"><p><strong><a href="https://flowprocess.it/wp-content/uploads/2019/09/Linea_AdBlue_DEF_4.jpg"><img class="size-medium wp-image-5535 alignleft" src="https://flowprocess.it/wp-content/uploads/2019/09/Linea_AdBlue_DEF_4-300x300.jpg" alt="" width="300" height="300" /></a>Pompa</strong>: in Polipropilene con albero in SS-316 guarnizioni in PTFE<br /><strong>Lunghezze stelo </strong>: 1000 mm o 1270 mm<br /><strong>Motore pneumatico</strong>: Modello SP-A1 – ½” HP (370 Watt)<br /><strong>Tubazione</strong>: Modello CarboBlue ¾” (D.I. 19 mm) Lunghezza 2,4 m<br /><strong>Pistola erogatrice</strong>: in acciaio inox 316 con arresto automatico dell’erogazione<br /><strong>Portata massima</strong>: 30 l/min<br /><strong>Pressione massima</strong>: 1,1 bar<br /><strong>Temperatura massima</strong>: 55 °C</p></div><h4>Codici Unità</h4><p><strong>9150</strong>: Lunghezza stelo 1000 mm<br /><strong>9152</strong>: Lunghezza stelo 1270 mm</p><div class="team-about"><p> </p></div><p>Per altre informazioni chiedere a: <a href="mailto:tecnico@flowprocess.it">tecnico@flowprocess.it</a></p><p> </p><div class="team-about"><h3>Download Cataloghi</h3><p><a href="https://flowprocess.it/wp-content/uploads/2019/09/AUTOMOTIVE-DRUM-PUMP.pdf" target="_blank" rel="noopener noreferrer">Catalogo pompe Automotive</a></p><p> </p></div>')
(/srv/www/flowprocess.com/web/wp/wp-includes/class-wp-hook.php:324)
at WP_Hook->apply_filters('<h3>Automotive Linea AdBlue – DEF 4 – Unità di travaso con pistola erogatrice ad arresto automatico</h3><p>Unità pompa di travaso con motore pneumatico, completa di accessori, sistema di erogazione con pistola e con sistema di arresto automatico dell’erogazione del fluido.<br />Ideale per il travaso da barili fusti e cisterne IBC.</p><h3>Linea AdBlue – DEF 4</h3><h4>Specifiche tecniche</h4><div class="team-about"><p><strong><a href="https://flowprocess.it/wp-content/uploads/2019/09/Linea_AdBlue_DEF_4.jpg"><img class="size-medium wp-image-5535 alignleft" src="https://flowprocess.it/wp-content/uploads/2019/09/Linea_AdBlue_DEF_4-300x300.jpg" alt="" width="300" height="300" /></a>Pompa</strong>: in Polipropilene con albero in SS-316 guarnizioni in PTFE<br /><strong>Lunghezze stelo </strong>: 1000 mm o 1270 mm<br /><strong>Motore pneumatico</strong>: Modello SP-A1 – ½” HP (370 Watt)<br /><strong>Tubazione</strong>: Modello CarboBlue ¾” (D.I. 19 mm) Lunghezza 2,4 m<br /><strong>Pistola erogatrice</strong>: in acciaio inox 316 con arresto automatico dell’erogazione<br /><strong>Portata massima</strong>: 30 l/min<br /><strong>Pressione massima</strong>: 1,1 bar<br /><strong>Temperatura massima</strong>: 55 °C</p></div><h4>Codici Unità</h4><p><strong>9150</strong>: Lunghezza stelo 1000 mm<br /><strong>9152</strong>: Lunghezza stelo 1270 mm</p><div class="team-about"><p> </p></div><p>Per altre informazioni chiedere a: <a href="mailto:tecnico@flowprocess.it">tecnico@flowprocess.it</a></p><p> </p><div class="team-about"><h3>Download Cataloghi</h3><p><a href="https://flowprocess.it/wp-content/uploads/2019/09/AUTOMOTIVE-DRUM-PUMP.pdf" target="_blank" rel="noopener noreferrer">Catalogo pompe Automotive</a></p><p> </p></div>', array('<h3>Automotive Linea AdBlue – DEF 4 – Unità di travaso con pistola erogatrice ad arresto automatico</h3><p>Unità pompa di travaso con motore pneumatico, completa di accessori, sistema di erogazione con pistola e con sistema di arresto automatico dell’erogazione del fluido.<br />Ideale per il travaso da barili fusti e cisterne IBC.</p><h3>Linea AdBlue – DEF 4</h3><h4>Specifiche tecniche</h4><div class="team-about"><p><strong><a href="https://flowprocess.it/wp-content/uploads/2019/09/Linea_AdBlue_DEF_4.jpg"><img class="size-medium wp-image-5535 alignleft" src="https://flowprocess.it/wp-content/uploads/2019/09/Linea_AdBlue_DEF_4-300x300.jpg" alt="" width="300" height="300" /></a>Pompa</strong>: in Polipropilene con albero in SS-316 guarnizioni in PTFE<br /><strong>Lunghezze stelo </strong>: 1000 mm o 1270 mm<br /><strong>Motore pneumatico</strong>: Modello SP-A1 – ½” HP (370 Watt)<br /><strong>Tubazione</strong>: Modello CarboBlue ¾” (D.I. 19 mm) Lunghezza 2,4 m<br /><strong>Pistola erogatrice</strong>: in acciaio inox 316 con arresto automatico dell’erogazione<br /><strong>Portata massima</strong>: 30 l/min<br /><strong>Pressione massima</strong>: 1,1 bar<br /><strong>Temperatura massima</strong>: 55 °C</p></div><h4>Codici Unità</h4><p><strong>9150</strong>: Lunghezza stelo 1000 mm<br /><strong>9152</strong>: Lunghezza stelo 1270 mm</p><div class="team-about"><p> </p></div><p>Per altre informazioni chiedere a: <a href="mailto:tecnico@flowprocess.it">tecnico@flowprocess.it</a></p><p> </p><div class="team-about"><h3>Download Cataloghi</h3><p><a href="https://flowprocess.it/wp-content/uploads/2019/09/AUTOMOTIVE-DRUM-PUMP.pdf" target="_blank" rel="noopener noreferrer">Catalogo pompe Automotive</a></p><p> </p></div>'))
(/srv/www/flowprocess.com/web/wp/wp-includes/plugin.php:205)
at apply_filters('the_content', '<h3>Automotive Linea AdBlue - DEF 4 - Unità di travaso con pistola erogatrice ad arresto automatico</h3>Unità pompa di travaso con motore pneumatico, completa di accessori, sistema di erogazione con pistola e con sistema di arresto automatico dell’erogazione del fluido.Ideale per il travaso da barili fusti e cisterne IBC.<h3>Linea AdBlue - DEF 4</h3><h4>Specifiche tecniche</h4><div class="team-about"><strong><a href="https://flowprocess.it/wp-content/uploads/2019/09/Linea_AdBlue_DEF_4.jpg"><img class="size-medium wp-image-5535 alignleft" src="https://flowprocess.it/wp-content/uploads/2019/09/Linea_AdBlue_DEF_4-300x300.jpg" alt="" width="300" height="300" /></a>Pompa</strong>: in Polipropilene con albero in SS-316 guarnizioni in PTFE<strong>Lunghezze stelo </strong>: 1000 mm o 1270 mm<strong>Motore pneumatico</strong>: Modello SP-A1 – ½” HP (370 Watt)<strong>Tubazione</strong>: Modello CarboBlue ¾” (D.I. 19 mm) Lunghezza 2,4 m<strong>Pistola erogatrice</strong>: in acciaio inox 316 con arresto automatico dell’erogazione<strong>Portata massima</strong>: 30 l/min<strong>Pressione massima</strong>: 1,1 bar<strong>Temperatura massima</strong>: 55 °C</div><h4>Codici Unità</h4><strong>9150</strong>: Lunghezza stelo 1000 mm<strong>9152</strong>: Lunghezza stelo 1270 mm<div class="team-about"> </div>Per altre informazioni chiedere a: <a href="mailto:tecnico@flowprocess.it">tecnico@flowprocess.it</a> <div class="team-about"><h3>Download Cataloghi</h3><a href="https://flowprocess.it/wp-content/uploads/2019/09/AUTOMOTIVE-DRUM-PUMP.pdf" target="_blank" rel="noopener noreferrer">Catalogo pompe Automotive</a> </div>')
(/srv/www/flowprocess.com/web/wp/wp-includes/post-template.php:256)
at the_content()
(/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/ecf8e98de2e6e1f7b2636085319ba67d.php:111)
at require('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/ecf8e98de2e6e1f7b2636085319ba67d.php')
(/srv/www/flowprocess.com/vendor/illuminate/filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/srv/www/flowprocess.com/vendor/illuminate/filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/ecf8e98de2e6e1f7b2636085319ba67d.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it', 'categories_tree' => array(2599, 1036, 1552), 'downloads' => object(WP_Query), 'video' => object(WP_Query), 'other_products' => object(WP_Query), 'related_products' => false, 'brand_related_products' => false, 'title' => 'Automotive Linea AdBlue – DEF 4', 'latest_posts' => object(WP_Query)))
(/srv/www/flowprocess.com/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/ecf8e98de2e6e1f7b2636085319ba67d.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it', 'categories_tree' => array(2599, 1036, 1552), 'downloads' => object(WP_Query), 'video' => object(WP_Query), 'other_products' => object(WP_Query), 'related_products' => false, 'brand_related_products' => false, 'title' => 'Automotive Linea AdBlue – DEF 4', 'latest_posts' => object(WP_Query)))
(/srv/www/flowprocess.com/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get('/srv/www/flowprocess.com/web/app/themes/flowprocess/resources/views/partials/content-single-fp_product.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it', 'categories_tree' => array(2599, 1036, 1552), 'downloads' => object(WP_Query), 'video' => object(WP_Query), 'other_products' => object(WP_Query), 'related_products' => false, 'brand_related_products' => false, 'title' => 'Automotive Linea AdBlue – DEF 4', 'latest_posts' => object(WP_Query)))
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/da755af05e1699cee1fd35508cba3663.php:3)
at require('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/da755af05e1699cee1fd35508cba3663.php')
(/srv/www/flowprocess.com/vendor/illuminate/filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/srv/www/flowprocess.com/vendor/illuminate/filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/da755af05e1699cee1fd35508cba3663.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it'))
(/srv/www/flowprocess.com/vendor/illuminate/view/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/srv/www/flowprocess.com/web/app/cache/acorn/framework/views/da755af05e1699cee1fd35508cba3663.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it'))
(/srv/www/flowprocess.com/vendor/illuminate/view/Engines/CompilerEngine.php:72)
at Illuminate\View\Engines\CompilerEngine->get('/srv/www/flowprocess.com/web/app/themes/flowprocess/resources/views/single.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'post' => object(WP_Post), 'siteName' => 'Flowprocess.it'))
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:207)
at Illuminate\View\View->getContents()
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:190)
at Illuminate\View\View->renderContents()
(/srv/www/flowprocess.com/vendor/illuminate/view/View.php:159)
at Illuminate\View\View->render()
(/srv/www/flowprocess.com/web/app/themes/flowprocess/index.php:23)
at include('/srv/www/flowprocess.com/web/app/themes/flowprocess/index.php')
(/srv/www/flowprocess.com/web/wp/wp-includes/template-loader.php:106)
at require_once('/srv/www/flowprocess.com/web/wp/wp-includes/template-loader.php')
(/srv/www/flowprocess.com/web/wp/wp-blog-header.php:19)
at require('/srv/www/flowprocess.com/web/wp/wp-blog-header.php')
(/srv/www/flowprocess.com/web/index.php:6)
|