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" => "sv"
]
query_string
"post_type=event&lang=sv"
request
"events/kalender"
matched_rule
"events/kalender/?$"
matched_query
"lang=sv&post_type=event"
did_permalink
true
Key Value
query
array:2 [
  "post_type" => "event"
  "lang" => "sv"
]
query_vars
array:68 [
  "post_type" => "event"
  "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
  "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" => "sv"
  "order" => "DESC"
]
tax_query
WP_Tax_Query {#16100}
meta_query
WP_Meta_Query {#16099}
queried_object
WP_Post_Type {#9105}
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 (2)\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
347
max_num_pages
116.0
is_archive
true
is_post_type_archive
true
Key Value
ID
13259
post_author
"19"
post_date
"2024-03-28 11:44:22"
post_date_gmt
"2024-03-28 09:44:22"
post_content
"""
När man har en affärsidé och känner att det finns ett stort intresse för den på marknaden uppstår nästa fråga: hur ska man göra för att skapa en lönsam affär?\r\n
\r\n
I denna föreläsning går vi igenom;\r\n
– hur vi når kunden med vårt erbjudande och bygger en relation\r\n
– vilket sätt kunden ska betala\r\n
– hur vi ska organisera arbetet i företaget\r\n
\r\n
Vi använder oss av verktyget Business Model Canvas, som sedan flera år har varit ett stöd för företag i hela världen för att testa och beskriva affärsmodeller, och även är en stor hjälp när man ska skriva sin affärsplan.\r\n
\r\n
Föreläsningen kommer att hållas på svenska, sista anmälningsdag är den 27 maj kl.12.\r\n
\r\n
Denna föreläsning är en fortsättning på ”Utveckla din idé”, men det går bra att delta utan att du deltagit på den första delen.\r\n
\r\n
[gravityform id="177" title="true" description="false"]
"""
post_title
"Från idé till affärsplan - 28 maj"
post_excerpt
""
post_status
"publish"
comment_status
"closed"
ping_status
"closed"
post_password
""
post_name
"fran-ide-till-affarsplan-28-maj"
to_ping
""
pinged
""
post_modified
"2024-03-28 11:44:31"
post_modified_gmt
"2024-03-28 09:44:31"
post_content_filtered
""
post_parent
0
guid
"https://www.dalarnasciencepark.se/?post_type=event&#038;p=13259"
menu_order
0
post_type
"event"
post_mime_type
""
comment_count
"0"
filter
"raw"
Key Value
category
"lat-dig-inspireras"
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE
"nginx/1.24.0"
REQUEST_URI
"/events/kalender/?category=lat-dig-inspireras"
USER
"forge"
HOME
"/home/forge"
HTTP_REFERER
"http://www.dalarnasciencepark.se/events/kalender/?category=lat-dig-inspireras"
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
"50190"
REMOTE_ADDR
"3.87.133.69"
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=lat-dig-inspireras"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711643921.5421
REQUEST_TIME
1711643921
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