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-event.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-event.blade.php)" Stacktrace: #14 Illuminate\View\ViewException in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/storage/framework/views/6358f6cc3f162965e4fc2e8fcede3005c30d19c7.php:29 #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/6358f6cc3f162965e4fc2e8fcede3005c30d19c7.php:29 #11 Illuminate\Foundation\Bootstrap\HandleExceptions:Illuminate\Foundation\Bootstrap\{closure} in /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/storage/framework/views/6358f6cc3f162965e4fc2e8fcede3005c30d19c7.php:29 #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/6358f6cc3f162965e4fc2e8fcede3005c30d19c7.php29
13
Illuminate\View\Engines\CompilerEngine handleViewException
/vendor/illuminate/view/Engines/PhpEngine.php60
12
ErrorException
/storage/framework/views/6358f6cc3f162965e4fc2e8fcede3005c30d19c7.php29
11
Illuminate\Foundation\Bootstrap\HandleExceptions Illuminate\Foundation\Bootstrap\{closure}
/storage/framework/views/6358f6cc3f162965e4fc2e8fcede3005c30d19c7.php29
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/6358f6cc3f162965e4fc2e8fcede3005c30d19c7.php
            <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( 'eventcategory', array(
            'hide_empty' => false,
          ) );?>
                    <div class="button-select-container">
                        <button class="dropdown"><span
                                    class="checkbox-choices"></span><span
                                    class="checkbox-title">
                        <?php if(isset($_GET['category'])): ?>
                          <?php echo e(get_term_by( 'slug', $_GET['category'], 'eventcategory')->name); ?>
 
                        <?php else: ?>
                          <?php echo __( 'Choose category', 'popcorn' ); ?>
                        <?php endif; ?>
 
                    </span>
                        </button>
                        <div class="custom-select hidden">
                            <a href="<?php echo e(get_post_type_archive_link( 'event' )); ?>">
                                <div class="option  <?php if(!isset($_GET['category'])): 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(get_post_type_archive_link( 'event' )); ?>?category=<?php echo e($term->slug); ?>">
                                    <div class="option  <?php if(($_GET['category'] ?? '') == $term->slug): echo 'selected'; endif; ?>">
                            <span class="checkbox-title">
                                    <?php echo e($term->name); ?>
Arguments
  1. "Attempt to read property "name" on bool (View: /home/forge/www.dalarnasciencepark.se/web/app/themes/dalarna-theme/resources/views/archive-event.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/6358f6cc3f162965e4fc2e8fcede3005c30d19c7.php
            <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( 'eventcategory', array(
            'hide_empty' => false,
          ) );?>
                    <div class="button-select-container">
                        <button class="dropdown"><span
                                    class="checkbox-choices"></span><span
                                    class="checkbox-title">
                        <?php if(isset($_GET['category'])): ?>
                          <?php echo e(get_term_by( 'slug', $_GET['category'], 'eventcategory')->name); ?>
 
                        <?php else: ?>
                          <?php echo __( 'Choose category', 'popcorn' ); ?>
                        <?php endif; ?>
 
                    </span>
                        </button>
                        <div class="custom-select hidden">
                            <a href="<?php echo e(get_post_type_archive_link( 'event' )); ?>">
                                <div class="option  <?php if(!isset($_GET['category'])): 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(get_post_type_archive_link( 'event' )); ?>?category=<?php echo e($term->slug); ?>">
                                    <div class="option  <?php if(($_GET['category'] ?? '') == $term->slug): echo 'selected'; endif; ?>">
                            <span class="checkbox-title">
                                    <?php echo e($term->name); ?>
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/6358f6cc3f162965e4fc2e8fcede3005c30d19c7.php
            <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( 'eventcategory', array(
            'hide_empty' => false,
          ) );?>
                    <div class="button-select-container">
                        <button class="dropdown"><span
                                    class="checkbox-choices"></span><span
                                    class="checkbox-title">
                        <?php if(isset($_GET['category'])): ?>
                          <?php echo e(get_term_by( 'slug', $_GET['category'], 'eventcategory')->name); ?>
 
                        <?php else: ?>
                          <?php echo __( 'Choose category', 'popcorn' ); ?>
                        <?php endif; ?>
 
                    </span>
                        </button>
                        <div class="custom-select hidden">
                            <a href="<?php echo e(get_post_type_archive_link( 'event' )); ?>">
                                <div class="option  <?php if(!isset($_GET['category'])): 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(get_post_type_archive_link( 'event' )); ?>?category=<?php echo e($term->slug); ?>">
                                    <div class="option  <?php if(($_GET['category'] ?? '') == $term->slug): echo 'selected'; endif; ?>">
                            <span class="checkbox-title">
                                    <?php echo e($term->name); ?>
/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/6358f6cc3f162965e4fc2e8fcede3005c30d19c7.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 [
  "post_type" => "event"
  "lang" => "en"
]
query_string
"post_type=event&lang=en"
request
"en/events/kalender"
matched_rule
"(en)/events/kalender/?$"
matched_query
"lang=en&post_type=event"
did_permalink
true
Key Value
query
array:2 [
  "post_type" => "event"
  "lang" => "en"
]
query_vars
array:68 [
  "post_type" => "event"
  "lang" => "en"
  "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
  "category_name" => ""
  "tag" => ""
  "cat" => ""
  "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" => []
  "update_post_term_cache" => true
  "posts_per_page" => 3
  "ignore_sticky_posts" => false
  "suppress_filters" => false
  "cache_results" => true
  "update_menu_item_cache" => false
  "lazy_load_term_meta" => true
  "update_post_meta_cache" => true
  "nopaging" => false
  "comments_per_page" => "50"
  "no_found_rows" => false
  "taxonomy" => "language"
  "term" => "en"
  "order" => "DESC"
]
tax_query
WP_Tax_Query {#2892}
meta_query
WP_Meta_Query {#3421}
queried_object
WP_Post_Type {#1793}
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)\n
\t\t\t\t\tWHERE 1=1  AND ( \n
  wp_term_relationships.term_taxonomy_id IN (7)\n
) AND ((wp_posts.post_type = 'event' 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, 3\n
\t\t\t\t
"""
post_count
3
current_post
-1
before_loop
true
current_comment
-1
found_posts
33
max_num_pages
11.0
is_archive
true
is_post_type_archive
true
Key Value
ID
8618
post_author
"19"
post_date
"2020-12-09 11:27:45"
post_date_gmt
"2020-12-09 09:27:45"
post_content
"""
<span class="TextRun SCXW86680268 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="auto"><span class="NormalTextRun SCXW86680268 BCX8" data-ccp-parastyle="Normal (Web)">Welcome to participate in the IRIS Sustainability Workshop 4</span></span><span class="TextRun SCXW86680268 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="auto"><span class="NormalTextRun Superscript SCXW86680268 BCX8" data-fontsize="12" data-ccp-parastyle="Normal (Web)">Th</span></span><span class="TextRun SCXW86680268 BCX8" lang="EN-GB" xml:lang="EN-GB" data-contrast="auto"><span class="NormalTextRun SCXW86680268 BCX8" data-ccp-parastyle="Normal (Web)"> of February!</span></span><span class="EOP SCXW86680268 BCX8" data-ccp-props="{&quot;134233117&quot;:true,&quot;134233118&quot;:true,&quot;201341983&quot;:0,&quot;335559740&quot;:240}"> </span>\r\n
\r\n
<span data-contrast="auto">On the agenda:</span><span data-ccp-props="{&quot;134233117&quot;:true,&quot;134233118&quot;:true,&quot;201341983&quot;:0,&quot;335559740&quot;:240}"> </span>\r\n
<ul>\r\n
 \t<li><span data-ccp-props="{&quot;134233117&quot;:true,&quot;134233118&quot;:true,&quot;201341983&quot;:0,&quot;335559740&quot;:240}">The sustainability tool "Sustainability Scale-Up" and how you, as an innovation support organisation, can help Start-Ups and SME's grow.</span></li>\r\n
 \t<li><span data-ccp-props="{&quot;134233117&quot;:true,&quot;134233118&quot;:true,&quot;201341983&quot;:0,&quot;335559740&quot;:240}">IRIS Toolbox, developed by 13 partners in 10 countries as a joint effort to increase the power of innovation in SME´s around the Baltic sea. </span></li>\r\n
 \t<li><span data-ccp-props="{&quot;134233117&quot;:true,&quot;134233118&quot;:true,&quot;201341983&quot;:0,&quot;335559740&quot;:240}">Networking potential – all 13 organisations in the IRIS-partnership will be there. Use this opportunity to connect!\r\n
</span></li>\r\n
</ul>\r\n
&nbsp;\r\n
\r\n
<a href="https://forms.gle/6WpjvPFT4KMcvweq5" target="_blank" rel="noopener noreferrer">Sign up for the event.</a>\r\n
\r\n
&nbsp;\r\n
\r\n
<em>Dalarna Science Park är lead partner i Interreg Baltic Sea Region-Project IRIS. In the project, 14 incubator from the Baltic Sea Reon work together to improve and strengthen their management and support capacity.</em>\r\n
\r\n
<em>Business incubator organisations are important supporters of entrepreneurs, start-ups and small and medium-sized enterprises that drive economic growth and create jobs. In the project, incubators from all countries around the Baltic Sea work together to improve and strengthen their management and support capacity, i.e. to jointly nurture new skills, help create new companies, and to support in opening up new markets.</em>\r\n
\r\n
<a href="https://www.dalarnasciencepark.se/en/projects/iris/">Read more about the IRIS project.</a>
"""
post_title
"IRIS Sustainability Workshop"
post_excerpt
""
post_status
"publish"
comment_status
"closed"
ping_status
"closed"
post_password
""
post_name
"iris-sustainability-workshop"
to_ping
""
pinged
""
post_modified
"2023-04-18 10:27:37"
post_modified_gmt
"2023-04-18 08:27:37"
post_content_filtered
""
post_parent
0
guid
"https://www.dalarnasciencepark.se/?post_type=event&#038;p=8618"
menu_order
0
post_type
"event"
post_mime_type
""
comment_count
"0"
filter
"raw"
Key Value
category
"dsp"
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE
"nginx/1.24.0"
REQUEST_URI
"/en/events/kalender/?category=dsp"
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
"35782"
REMOTE_ADDR
"44.205.3.18"
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
"category=dsp"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711719414.909
REQUEST_TIME
1711719414
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