Illuminate \ View \ ViewException (E_ERROR)
Attempt to read property "name" on bool (View: /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/resources/views/archive.blade.php)
Previous exceptions
  • Attempt to read property "name" on bool (0)
Illuminate\View\ViewException thrown with message "Attempt to read property "name" on bool (View: /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/resources/views/archive.blade.php)" Stacktrace: #14 Illuminate\View\ViewException in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/storage/framework/views/2fefe7c26b61f26506667c2da160fb6d263341d0.php:31 #13 Illuminate\View\Engines\CompilerEngine:handleViewException in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/Engines/PhpEngine.php:60 #12 ErrorException in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/storage/framework/views/2fefe7c26b61f26506667c2da160fb6d263341d0.php:31 #11 Illuminate\Foundation\Bootstrap\HandleExceptions:Illuminate\Foundation\Bootstrap\{closure} in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/storage/framework/views/2fefe7c26b61f26506667c2da160fb6d263341d0.php:31 #10 require in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/filesystem/Filesystem.php:109 #9 Illuminate\Filesystem\Filesystem:Illuminate\Filesystem\{closure} in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/filesystem/Filesystem.php:110 #8 Illuminate\Filesystem\Filesystem:getRequire in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/Engines/PhpEngine.php:58 #7 Illuminate\View\Engines\PhpEngine:evaluatePath in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/Engines/CompilerEngine.php:70 #6 Illuminate\View\Engines\CompilerEngine:get in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/View.php:195 #5 Illuminate\View\View:getContents in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/View.php:178 #4 Illuminate\View\View:renderContents in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/View.php:147 #3 Illuminate\View\View:render in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/index.php:1 #2 include in /home/forge/www.dalarnasciencepark.se/web/wp/wp-includes/template-loader.php:106 #1 require_once in /home/forge/www.dalarnasciencepark.se/web/wp/wp-blog-header.php:19 #0 require in /home/forge/www.dalarnasciencepark.se/web/index.php:11
14
Illuminate\View\ViewException
/storage/framework/views/2fefe7c26b61f26506667c2da160fb6d263341d0.php31
13
Illuminate\View\Engines\CompilerEngine handleViewException
/vendor/illuminate/view/Engines/PhpEngine.php60
12
ErrorException
/storage/framework/views/2fefe7c26b61f26506667c2da160fb6d263341d0.php31
11
Illuminate\Foundation\Bootstrap\HandleExceptions Illuminate\Foundation\Bootstrap\{closure}
/storage/framework/views/2fefe7c26b61f26506667c2da160fb6d263341d0.php31
10
require
/vendor/illuminate/filesystem/Filesystem.php109
9
Illuminate\Filesystem\Filesystem Illuminate\Filesystem\{closure}
/vendor/illuminate/filesystem/Filesystem.php110
8
Illuminate\Filesystem\Filesystem getRequire
/vendor/illuminate/view/Engines/PhpEngine.php58
7
Illuminate\View\Engines\PhpEngine evaluatePath
/vendor/illuminate/view/Engines/CompilerEngine.php70
6
Illuminate\View\Engines\CompilerEngine get
/vendor/illuminate/view/View.php195
5
Illuminate\View\View getContents
/vendor/illuminate/view/View.php178
4
Illuminate\View\View renderContents
/vendor/illuminate/view/View.php147
3
Illuminate\View\View render
/index.php1
2
include
/home/forge/www.dalarnasciencepark.se/web/wp/wp-includes/template-loader.php106
1
require_once
/home/forge/www.dalarnasciencepark.se/web/wp/wp-blog-header.php19
0
require
/home/forge/www.dalarnasciencepark.se/web/index.php11
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/storage/framework/views/2fefe7c26b61f26506667c2da160fb6d263341d0.php
                <div class="row archive-article-header no-border"
                     style="background-image: url('<?php echo e($setting['image']->url); ?>')">
                <?php else: ?>
                <div class="row archive-article-header no-border">
                <?php endif; ?>
                    <div class="title">
                        <h1><?php echo e($setting['title']); ?></h1>
                        <div class="short-text">
                            <?php echo $setting['text']; ?>
 
                        </div>
                    </div>
                    <div class="sort-custom">
                    <?php $terms = get_terms('category', [
                        'hide_empty' => false,
                    ]); ?>
                        <div class="button-select-container">
                            <button class="dropdown"><span class="checkbox-choices"></span><span class="checkbox-title">
                                <?php if(isset($wp_query->query['category_name'])): ?>
                                    <?php echo e(get_term_by( 'slug', $wp_query->query['category_name'], 'category')->name); ?>
 
                                <?php else: ?>
                                    <?php echo __('Show all', 'popcorn'); ?>
                                <?php endif; ?>
                            </span>
                            </button>
                            <div class="custom-select hidden">
                                <a href="<?php echo e(home_url( '/' . get_post(get_option( 'page_for_posts' ))->post_name )); ?>">
                                    <div class="option  <?php if(!isset($wp_query->query['category_name'])): echo 'selected'; endif; ?>">
                            <span class="checkbox-title">
                                    <?php echo __('Show all', 'popcorn'); ?>
                             </span>
                                    </div>
                                </a>
                                <?php $__currentLoopData = $terms; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $term): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    
                                    <a href="<?php echo e(home_url( '/')); ?>inlagg/kategori/<?php echo e($term->slug); ?>">
                                    
                                        <div class="option  <?php if(isset($wp_query->query['category_name']) && strtolower($wp_query->query['category_name']) == strtolower($term->name)): echo 'selected'; endif; ?>">
                                            <span class="checkbox-title">
Arguments
  1. "Attempt to read property "name" on bool (View: /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/resources/views/archive.blade.php)"
    
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/Engines/PhpEngine.php
    /**
     * Get the evaluated contents of the view at the given path.
     *
     * @param  string  $path
     * @param  array  $data
     * @return string
     */
    protected function evaluatePath($path, $data)
    {
        $obLevel = ob_get_level();
 
        ob_start();
 
        // 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());
    }
 
    /**
     * Handle a view exception.
     *
     * @param  \Throwable  $e
     * @param  int  $obLevel
     * @return void
     *
     * @throws \Throwable
     */
    protected function handleViewException(Throwable $e, $obLevel)
    {
        while (ob_get_level() > $obLevel) {
            ob_end_clean();
        }
 
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/storage/framework/views/2fefe7c26b61f26506667c2da160fb6d263341d0.php
                <div class="row archive-article-header no-border"
                     style="background-image: url('<?php echo e($setting['image']->url); ?>')">
                <?php else: ?>
                <div class="row archive-article-header no-border">
                <?php endif; ?>
                    <div class="title">
                        <h1><?php echo e($setting['title']); ?></h1>
                        <div class="short-text">
                            <?php echo $setting['text']; ?>
 
                        </div>
                    </div>
                    <div class="sort-custom">
                    <?php $terms = get_terms('category', [
                        'hide_empty' => false,
                    ]); ?>
                        <div class="button-select-container">
                            <button class="dropdown"><span class="checkbox-choices"></span><span class="checkbox-title">
                                <?php if(isset($wp_query->query['category_name'])): ?>
                                    <?php echo e(get_term_by( 'slug', $wp_query->query['category_name'], 'category')->name); ?>
 
                                <?php else: ?>
                                    <?php echo __('Show all', 'popcorn'); ?>
                                <?php endif; ?>
                            </span>
                            </button>
                            <div class="custom-select hidden">
                                <a href="<?php echo e(home_url( '/' . get_post(get_option( 'page_for_posts' ))->post_name )); ?>">
                                    <div class="option  <?php if(!isset($wp_query->query['category_name'])): echo 'selected'; endif; ?>">
                            <span class="checkbox-title">
                                    <?php echo __('Show all', 'popcorn'); ?>
                             </span>
                                    </div>
                                </a>
                                <?php $__currentLoopData = $terms; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $term): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    
                                    <a href="<?php echo e(home_url( '/')); ?>inlagg/kategori/<?php echo e($term->slug); ?>">
                                    
                                        <div class="option  <?php if(isset($wp_query->query['category_name']) && strtolower($wp_query->query['category_name']) == strtolower($term->name)): echo 'selected'; endif; ?>">
                                            <span class="checkbox-title">
Arguments
  1. "Attempt to read property "name" on bool"
    
Exception message: Attempt to read property "name" on bool
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/storage/framework/views/2fefe7c26b61f26506667c2da160fb6d263341d0.php
                <div class="row archive-article-header no-border"
                     style="background-image: url('<?php echo e($setting['image']->url); ?>')">
                <?php else: ?>
                <div class="row archive-article-header no-border">
                <?php endif; ?>
                    <div class="title">
                        <h1><?php echo e($setting['title']); ?></h1>
                        <div class="short-text">
                            <?php echo $setting['text']; ?>
 
                        </div>
                    </div>
                    <div class="sort-custom">
                    <?php $terms = get_terms('category', [
                        'hide_empty' => false,
                    ]); ?>
                        <div class="button-select-container">
                            <button class="dropdown"><span class="checkbox-choices"></span><span class="checkbox-title">
                                <?php if(isset($wp_query->query['category_name'])): ?>
                                    <?php echo e(get_term_by( 'slug', $wp_query->query['category_name'], 'category')->name); ?>
 
                                <?php else: ?>
                                    <?php echo __('Show all', 'popcorn'); ?>
                                <?php endif; ?>
                            </span>
                            </button>
                            <div class="custom-select hidden">
                                <a href="<?php echo e(home_url( '/' . get_post(get_option( 'page_for_posts' ))->post_name )); ?>">
                                    <div class="option  <?php if(!isset($wp_query->query['category_name'])): echo 'selected'; endif; ?>">
                            <span class="checkbox-title">
                                    <?php echo __('Show all', 'popcorn'); ?>
                             </span>
                                    </div>
                                </a>
                                <?php $__currentLoopData = $terms; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $term): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    
                                    <a href="<?php echo e(home_url( '/')); ?>inlagg/kategori/<?php echo e($term->slug); ?>">
                                    
                                        <div class="option  <?php if(isset($wp_query->query['category_name']) && strtolower($wp_query->query['category_name']) == strtolower($term->name)): echo 'selected'; endif; ?>">
                                            <span class="checkbox-title">
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/filesystem/Filesystem.php
 
    /**
     * Get the returned value of a file.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     *
     * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
     */
    public function getRequire($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__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}.");
    }
 
    /**
     * Require the given file once.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     *
     * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
     */
    public function requireOnce($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__data = $data;
Arguments
  1. "/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/storage/framework/views/2fefe7c26b61f26506667c2da160fb6d263341d0.php"
    
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/filesystem/Filesystem.php
    /**
     * Get the returned value of a file.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     *
     * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
     */
    public function getRequire($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__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}.");
    }
 
    /**
     * Require the given file once.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     *
     * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
     */
    public function requireOnce($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__data = $data;
 
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/Engines/PhpEngine.php
    }
 
    /**
     * Get the evaluated contents of the view at the given path.
     *
     * @param  string  $path
     * @param  array  $data
     * @return string
     */
    protected function evaluatePath($path, $data)
    {
        $obLevel = ob_get_level();
 
        ob_start();
 
        // 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());
    }
 
    /**
     * Handle a view exception.
     *
     * @param  \Throwable  $e
     * @param  int  $obLevel
     * @return void
     *
     * @throws \Throwable
     */
    protected function handleViewException(Throwable $e, $obLevel)
    {
        while (ob_get_level() > $obLevel) {
            ob_end_clean();
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/Engines/CompilerEngine.php
     * @param  array  $data
     * @return string
     */
    public function get($path, array $data = [])
    {
        $this->lastCompiled[] = $path;
 
        // If this given view has expired, which means it has simply been edited since
        // it was last compiled, we will re-compile the views so we can evaluate a
        // fresh copy of the view. We'll pass the compiler the path of the view.
        if (! isset($this->compiledOrNotExpired[$path]) && $this->compiler->isExpired($path)) {
            $this->compiler->compile($path);
        }
 
        // 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;
            }
 
            if (! isset($this->compiledOrNotExpired[$path])) {
                throw $e;
            }
 
            $this->compiler->compile($path);
 
            $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
        }
 
        $this->compiledOrNotExpired[$path] = true;
 
        array_pop($this->lastCompiled);
 
        return $results;
    }
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/View.php
        $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();
 
        return $contents;
    }
 
    /**
     * Get the evaluated contents of the view.
     *
     * @return string
     */
    protected function getContents()
    {
        return $this->engine->get($this->path, $this->gatherData());
    }
 
    /**
     * Get the data bound to the view instance.
     *
     * @return array
     */
    public function gatherData()
    {
        $data = array_merge($this->factory->getShared(), $this->data);
 
        foreach ($data as $key => $value) {
            if ($value instanceof Renderable) {
                $data[$key] = $value->render();
            }
        }
 
        return $data;
    }
 
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/View.php
 
            throw $e;
        }
    }
 
    /**
     * Get the contents of the view instance.
     *
     * @return string
     */
    protected function renderContents()
    {
        // We will keep track of the number of views being rendered so we can flush
        // the section after the complete rendering operation is done. This will
        // clear out the sections for any separate views that may be rendered.
        $this->factory->incrementRender();
 
        $this->factory->callComposer($this);
 
        $contents = $this->getContents();
 
        // Once we've finished rendering the view, we'll decrement the render count
        // so that each section gets flushed out next time a view is created and
        // no old sections are staying around in the memory of an environment.
        $this->factory->decrementRender();
 
        return $contents;
    }
 
    /**
     * Get the evaluated contents of the view.
     *
     * @return string
     */
    protected function getContents()
    {
        return $this->engine->get($this->path, $this->gatherData());
    }
 
    /**
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/vendor/illuminate/view/View.php
    {
        if (value($boolean)) {
            return $this->fragments($fragments);
        }
 
        return $this->render();
    }
 
    /**
     * Get the string contents of the view.
     *
     * @param  callable|null  $callback
     * @return string
     *
     * @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
            // another view gets rendered in the future by the application developer.
            $this->factory->flushStateIfDoneRendering();
 
            return ! is_null($response) ? $response : $contents;
        } catch (Throwable $e) {
            $this->factory->flushState();
 
            throw $e;
        }
    }
 
    /**
     * Get the contents of the view instance.
     *
     * @return string
/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/index.php
<?= view(app('horizon.view'), app('horizon.data'))->render();
 
/home/forge/www.dalarnasciencepark.se/web/wp/wp-includes/template-loader.php
            }
 
            break;
        }
    }
 
    if ( ! $template ) {
        $template = get_index_template();
    }
 
    /**
     * Filters the path of the current template before including it.
     *
     * @since 3.0.0
     *
     * @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() );
        }
    }
    return;
}
 
Arguments
  1. "/home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/index.php"
    
/home/forge/www.dalarnasciencepark.se/web/wp/wp-blog-header.php
<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */
 
if ( ! isset( $wp_did_header ) ) {
 
    $wp_did_header = true;
 
    // Load the WordPress library.
    require_once __DIR__ . '/wp-load.php';
 
    // Set up the WordPress query.
    wp();
 
    // Load the theme template.
    require_once ABSPATH . WPINC . '/template-loader.php';
 
}
 
Arguments
  1. "/home/forge/www.dalarnasciencepark.se/web/wp/wp-includes/template-loader.php"
    
/home/forge/www.dalarnasciencepark.se/web/index.php
<?php
 
/**
 * WordPress View Bootstrapper
 */
 
declare(strict_types=1);
 
define('WP_USE_THEMES', true);
 
require __DIR__.'/wp/wp-blog-header.php';
 
Arguments
  1. "/home/forge/www.dalarnasciencepark.se/web/wp/wp-blog-header.php"
    

Environment & details:

Key Value
query_vars
array:2 [
  "category_name" => "affarsutveckling/navigator"
  "lang" => "sv"
]
query_string
"category_name=affarsutveckling%2Fnavigator&lang=sv"
request
"inlagg/kategori/affarsutveckling/navigator"
matched_rule
"inlagg/kategori/(.+?)/?$"
matched_query
"category_name=affarsutveckling%2Fnavigator"
did_permalink
true
Key Value
query
array:1 [
  "category_name" => "affarsutveckling/navigator"
]
query_vars
array:68 [
  "category_name" => "navigator"
  "lang" => "sv"
  "error" => ""
  "m" => ""
  "p" => 0
  "post_parent" => ""
  "subpost" => ""
  "subpost_id" => ""
  "attachment" => ""
  "attachment_id" => 0
  "name" => ""
  "pagename" => ""
  "page_id" => 0
  "second" => ""
  "minute" => ""
  "hour" => ""
  "day" => 0
  "monthnum" => 0
  "year" => 0
  "w" => 0
  "tag" => ""
  "cat" => 1777
  "tag_id" => ""
  "author" => ""
  "author_name" => ""
  "feed" => ""
  "tb" => ""
  "paged" => 0
  "meta_key" => ""
  "meta_value" => ""
  "preview" => ""
  "s" => ""
  "sentence" => ""
  "title" => ""
  "fields" => ""
  "menu_order" => ""
  "embed" => ""
  "category__in" => []
  "category__not_in" => []
  "category__and" => []
  "post__in" => []
  "post__not_in" => []
  "post_name__in" => []
  "tag__in" => []
  "tag__not_in" => []
  "tag__and" => []
  "tag_slug__in" => []
  "tag_slug__and" => []
  "post_parent__in" => []
  "post_parent__not_in" => []
  "author__in" => []
  "author__not_in" => []
  "search_columns" => []
  "ignore_sticky_posts" => false
  "suppress_filters" => false
  "cache_results" => true
  "update_post_term_cache" => true
  "update_menu_item_cache" => false
  "lazy_load_term_meta" => true
  "update_post_meta_cache" => true
  "post_type" => ""
  "posts_per_page" => 10
  "nopaging" => false
  "comments_per_page" => "50"
  "no_found_rows" => false
  "taxonomy" => "language"
  "term" => "sv"
  "order" => "DESC"
]
tax_query
WP_Tax_Query {#16100}
meta_query
WP_Meta_Query {#16099}
queried_object
WP_Term {#16239}
queried_object_id
1777
request
"""
\n
\t\t\t\t\tSELECT SQL_CALC_FOUND_ROWS  wp_posts.ID\n
\t\t\t\t\tFROM wp_posts  LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id)  LEFT JOIN wp_term_relationships AS tt1 ON (wp_posts.ID = tt1.object_id)\n
\t\t\t\t\tWHERE 1=1  AND ( \n
  wp_term_relationships.term_taxonomy_id IN (1777) \n
  AND \n
  tt1.term_taxonomy_id IN (2)\n
) AND ((wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled')))\n
\t\t\t\t\tGROUP BY wp_posts.ID\n
\t\t\t\t\tORDER BY wp_posts.post_date DESC\n
\t\t\t\t\tLIMIT 0, 10\n
\t\t\t\t
"""
post_count
1
current_post
-1
before_loop
true
current_comment
-1
found_posts
1
max_num_pages
1.0
is_archive
true
is_category
true
Key Value
ID
11341
post_author
"28"
post_date
"2023-05-11 12:49:36"
post_date_gmt
"2023-05-11 10:49:36"
post_content
"""
<strong>Alla vinner på att mikro- och småföretag växer eftersom de skapar fler jobb och ökar produktiviteten i landet. Därför satsar nu Dalarna Science Park, tillsammans med Leksands Sparbank, på konceptet Navigator Scaleup. Det går ut på att erfarna entreprenörer, så kallade Navigator-coacher, stärker företag som har ambitionen att växa.</strong>\r\n
\r\n
Konceptet Navigator bygger på att etablerade företag med stor tillväxtpotential under två år får tillgång till fyra externa spetskompetenser, så kallade coacher. De fyra coacherna väljs specifikt för varje deltagande företag. Dessa bidrar sedan med sin samlade kunskap och erfarenhet för att stötta företagen och företagarna att ta nästa steg i sin utveckling.\r\n
\r\n
När konceptet Navigator introducerades i Värmland, då som ett EU-projekt, deltog 20 företag inom olika branscher och dessa hade efter två år ökat sin sammanlagda omsättning med 222 procent och ökat antalet anställda med 45 personer.\r\n
\r\n
Bakom satsningen i Dalarna står Leksands Sparbank i samarbete med Dalarna Science Park. Sparbanken har identifierat de fem företag som deltar i premiäromgången. Därefter tar processledare vid Dalarna Science Park vid för att leda programmet framåt.\r\n
\r\n
– Det är otroligt kul att vi som sparbank får göra något sådant här för vårt befintliga näringsliv. Navigator öppnar en palett av möjligheter för redan etablerade företag att växa, utvecklas och expandera. Dessutom finns siffror på att det händer grejer när man gör det här. Att företagen växer och expanderar gör att de anställer fler, tjänar mer, omsätter mer och kan till och med skapa inflyttning gör skillnad på samhällsnivå. Det genererar en växande och mer välmående bygd, säger Björn Rinstad, vd på Leksands Sparbank.\r\n
\r\n
– Som mötesplats för företag och innovationer i Dalarna ser vi jättemycket fram emot att kroka arm med Leksands Sparbank och stötta deras företagskunder med ambitioner att växa och utvecklas på ett hållbart sätt. Vår erfarenhet är att det är ofta de mindre bolagen som får störst utväxling av tillgång till kompetenser, verktyg och coachning. Nu kan vi erbjuda den stöttningen under två hela år. Det kommer att ge verklig effekt för entreprenörerna, deras företag och regionens tillväxt, säger Angelica Ekholm, vd på Dalarna Science Park.\r\n
<h2>Kort om Navigator Scaleup i Dalarna</h2>\r\n
Pilotprojektet genomförs under en tvåårsperiod. Leksands Sparbank identifierar potentiella företagskunder med ambitioner att växa och utvecklas, som därigenom kan få effekt av att genomgå Navigator. Dalarna Science Park koordinerar och genomdriver därefter projektet. Projektet delfinansieras av Vinnova.\r\n
\r\n
<a href="https://www.dalarnasciencepark.se/foretagsutveckling/navigator-scaleup/">Läs mer om Navigator Scaleup</a>\r\n
\r\n
<a href="http://www.leksandssparbank.se" target="_blank" rel="noopener">Leksands Sparbank</a>\r\n
\r\n
<a href="http://www.vinnova.se" target="_blank" rel="noopener">Vinnova</a>\r\n
\r\n
&nbsp;
"""
post_title
"Succéprogrammet Navigator startar i Dalarna – ska få småföretag att växa"
post_excerpt
""
post_status
"publish"
comment_status
"closed"
ping_status
"open"
post_password
""
post_name
"navigator-scaleup-till-dalarna"
to_ping
""
pinged
""
post_modified
"2023-05-11 12:51:59"
post_modified_gmt
"2023-05-11 10:51:59"
post_content_filtered
""
post_parent
0
guid
"https://www.dalarnasciencepark.se/?p=11341"
menu_order
0
post_type
"post"
post_mime_type
""
comment_count
"0"
filter
"raw"
empty
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE
"nginx/1.24.0"
REQUEST_URI
"/inlagg/kategori/affarsutveckling/navigator/"
USER
"forge"
HOME
"/home/forge"
HTTP_USER_AGENT
"claudebot"
HTTP_ACCEPT
"*/*"
HTTP_HOST
"www.dalarnasciencepark.se"
REDIRECT_STATUS
"200"
HTTPS
"on"
SERVER_NAME
"www.dalarnasciencepark.se"
SERVER_PORT
"443"
SERVER_ADDR
"65.108.248.196"
REMOTE_PORT
"39516"
REMOTE_ADDR
"44.222.146.114"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/2.0"
DOCUMENT_ROOT
"/home/forge/www.dalarnasciencepark.se/web"
DOCUMENT_URI
"/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_FILENAME
"/home/forge/www.dalarnasciencepark.se/web/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
""
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711660627.7249
REQUEST_TIME
1711660627
WP_ENV
"production"
WP_HOME
"https://www.dalarnasciencepark.se"
WP_SITEURL
"https://www.dalarnasciencepark.se/wp"
DB_NAME
"dalarnascience_wp"
DB_USER
"dalarnascience_wp"
DB_PASSWORD
"********************"
AUTH_KEY
"****************************************************************"
SECURE_AUTH_KEY
"****************************************************************"
LOGGED_IN_KEY
"****************************************************************"
NONCE_KEY
"****************************************************************"
AUTH_SALT
"****************************************************************"
SECURE_AUTH_SALT
"****************************************************************"
LOGGED_IN_SALT
"****************************************************************"
NONCE_SALT
"****************************************************************"
Key Value
WP_ENV
"production"
WP_HOME
"https://www.dalarnasciencepark.se"
WP_SITEURL
"https://www.dalarnasciencepark.se/wp"
DB_NAME
"dalarnascience_wp"
DB_USER
"dalarnascience_wp"
DB_PASSWORD
"********************"
AUTH_KEY
"****************************************************************"
SECURE_AUTH_KEY
"****************************************************************"
LOGGED_IN_KEY
"****************************************************************"
NONCE_KEY
"****************************************************************"
AUTH_SALT
"****************************************************************"
SECURE_AUTH_SALT
"****************************************************************"
LOGGED_IN_SALT
"****************************************************************"
NONCE_SALT
"****************************************************************"
0. Whoops\Handler\PrettyPageHandler