string(714) "SELECT
                p.blog_post_id,
                p.slug,
                p.language,
                p.updated_on,
                alternative.slug AS alternative_slug,
                alternative.language AS alternative_language
             FROM blog_post p
             LEFT JOIN blog_post alternative
               ON alternative.blog_post_id = p.alternative_blog_post_id
              AND alternative.status = ?
              AND alternative.published_on IS NOT NULL
              AND alternative.published_on <= NOW()
             WHERE p.status = ?
               AND p.published_on IS NOT NULL
               AND p.published_on <= NOW()
             ORDER BY p.published_on DESC, p.blog_post_id DESC"
<br><br>object(mysqli_sql_exception)#926 (8) {
  ["message":protected]=>
  string(42) "Table 'foxticketc.blog_post' doesn't exist"
  ["string":"Exception":private]=>
  string(0) ""
  ["code":protected]=>
  int(1146)
  ["file":protected]=>
  string(112) "/data/e/6/e6885034-41db-49b3-a58a-8dfb15290a4a/foxticket.cz/www/app/Core/Db/Connection/Mysql/MysqlConnection.php"
  ["line":protected]=>
  int(111)
  ["trace":"Exception":private]=>
  array(8) {
    [0]=>
    array(6) {
      ["file"]=>
      string(112) "/data/e/6/e6885034-41db-49b3-a58a-8dfb15290a4a/foxticket.cz/www/app/Core/Db/Connection/Mysql/MysqlConnection.php"
      ["line"]=>
      int(111)
      ["function"]=>
      string(7) "prepare"
      ["class"]=>
      string(6) "mysqli"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(1) {
        [0]=>
        string(714) "SELECT
                p.blog_post_id,
                p.slug,
                p.language,
                p.updated_on,
                alternative.slug AS alternative_slug,
                alternative.language AS alternative_language
             FROM blog_post p
             LEFT JOIN blog_post alternative
               ON alternative.blog_post_id = p.alternative_blog_post_id
              AND alternative.status = ?
              AND alternative.published_on IS NOT NULL
              AND alternative.published_on <= NOW()
             WHERE p.status = ?
               AND p.published_on IS NOT NULL
               AND p.published_on <= NOW()
             ORDER BY p.published_on DESC, p.blog_post_id DESC"
      }
    }
    [1]=>
    array(6) {
      ["file"]=>
      string(110) "/data/e/6/e6885034-41db-49b3-a58a-8dfb15290a4a/foxticket.cz/www/app/Core/Db/Selection/Query/QuerySelection.php"
      ["line"]=>
      int(32)
      ["function"]=>
      string(5) "query"
      ["class"]=>
      string(48) "Voxholm\Core\Db\Connection\Mysql\MysqlConnection"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(2) {
        [0]=>
        string(714) "SELECT
                p.blog_post_id,
                p.slug,
                p.language,
                p.updated_on,
                alternative.slug AS alternative_slug,
                alternative.language AS alternative_language
             FROM blog_post p
             LEFT JOIN blog_post alternative
               ON alternative.blog_post_id = p.alternative_blog_post_id
              AND alternative.status = ?
              AND alternative.published_on IS NOT NULL
              AND alternative.published_on <= NOW()
             WHERE p.status = ?
               AND p.published_on IS NOT NULL
               AND p.published_on <= NOW()
             ORDER BY p.published_on DESC, p.blog_post_id DESC"
        [1]=>
        array(2) {
          [0]=>
          string(9) "published"
          [1]=>
          string(9) "published"
        }
      }
    }
    [2]=>
    array(6) {
      ["file"]=>
      string(99) "/data/e/6/e6885034-41db-49b3-a58a-8dfb15290a4a/foxticket.cz/www/app/Core/Db/Selection/Selection.php"
      ["line"]=>
      int(99)
      ["function"]=>
      string(7) "execute"
      ["class"]=>
      string(46) "Voxholm\Core\Db\Selection\Query\QuerySelection"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [3]=>
    array(6) {
      ["file"]=>
      string(109) "/data/e/6/e6885034-41db-49b3-a58a-8dfb15290a4a/foxticket.cz/www/app/Modules/Foxticket/Model/BlogPostModel.php"
      ["line"]=>
      int(190)
      ["function"]=>
      string(8) "fetchAll"
      ["class"]=>
      string(35) "Voxholm\Core\Db\Selection\Selection"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [4]=>
    array(6) {
      ["file"]=>
      string(118) "/data/e/6/e6885034-41db-49b3-a58a-8dfb15290a4a/foxticket.cz/www/app/Modules/Foxticket/Controller/SiteMapController.php"
      ["line"]=>
      int(72)
      ["function"]=>
      string(25) "getAllPublishedForSitemap"
      ["class"]=>
      string(45) "Voxholm\Modules\Foxticket\Model\BlogPostModel"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [5]=>
    array(6) {
      ["file"]=>
      string(103) "/data/e/6/e6885034-41db-49b3-a58a-8dfb15290a4a/foxticket.cz/www/app/Core/Base/Dispatcher/Dispatcher.php"
      ["line"]=>
      int(193)
      ["function"]=>
      string(4) "load"
      ["class"]=>
      string(54) "Voxholm\Modules\Foxticket\Controller\SiteMapController"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [6]=>
    array(6) {
      ["file"]=>
      string(105) "/data/e/6/e6885034-41db-49b3-a58a-8dfb15290a4a/foxticket.cz/www/app/Core/Base/Application/Application.php"
      ["line"]=>
      int(70)
      ["function"]=>
      string(8) "dispatch"
      ["class"]=>
      string(39) "Voxholm\Core\Base\Dispatcher\Dispatcher"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
    [7]=>
    array(6) {
      ["file"]=>
      string(73) "/data/e/6/e6885034-41db-49b3-a58a-8dfb15290a4a/foxticket.cz/www/index.php"
      ["line"]=>
      int(26)
      ["function"]=>
      string(5) "start"
      ["class"]=>
      string(41) "Voxholm\Core\Base\Application\Application"
      ["type"]=>
      string(2) "->"
      ["args"]=>
      array(0) {
      }
    }
  }
  ["previous":"Exception":private]=>
  NULL
  ["sqlstate":protected]=>
  string(5) "42S02"
}
