Illuminate \ View \ ViewException (E_ERROR)
View [partials.content-model] not found. (View: /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/resources/views/index.blade.php)
Previous exceptions
  • View [partials.content-model] not found. (0)
Illuminate\View\ViewException thrown with message "View [partials.content-model] not found. (View: /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/resources/views/index.blade.php)" Stacktrace: #16 Illuminate\View\ViewException in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/FileViewFinder.php:137 #15 Illuminate\View\Engines\CompilerEngine:handleViewException in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/Engines/PhpEngine.php:60 #14 InvalidArgumentException in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/FileViewFinder.php:137 #13 Illuminate\View\FileViewFinder:findInPaths in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/FileViewFinder.php:79 #12 Illuminate\View\FileViewFinder:find in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/Factory.php:137 #11 Illuminate\View\Factory:make in /srv/www/derosa.com/shared/uploads/acorn/framework/views/65b2cb4ded22e7957393781f2482f471.php:58 #10 require in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/filesystem/Filesystem.php:123 #9 Illuminate\Filesystem\Filesystem:Illuminate\Filesystem\{closure} in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/filesystem/Filesystem.php:124 #8 Illuminate\Filesystem\Filesystem:getRequire in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/Engines/PhpEngine.php:58 #7 Illuminate\View\Engines\PhpEngine:evaluatePath in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/Engines/CompilerEngine.php:72 #6 Illuminate\View\Engines\CompilerEngine:get in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/View.php:207 #5 Illuminate\View\View:getContents in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/View.php:190 #4 Illuminate\View\View:renderContents in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/View.php:159 #3 Illuminate\View\View:render in /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/index.php:3 #2 include in /srv/www/derosa.com/releases/20260514152146/web/wp/wp-includes/template-loader.php:125 #1 require_once in /srv/www/derosa.com/releases/20260514152146/web/wp/wp-blog-header.php:19 #0 require in /srv/www/derosa.com/releases/20260514152146/web/index.php:6
Stack frames (17)
16
Illuminate\View\ViewException
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/FileViewFinder.php137
15
Illuminate\View\Engines\CompilerEngine handleViewException
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/Engines/PhpEngine.php60
14
InvalidArgumentException
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/FileViewFinder.php137
13
Illuminate\View\FileViewFinder findInPaths
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/FileViewFinder.php79
12
Illuminate\View\FileViewFinder find
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/Factory.php137
11
Illuminate\View\Factory make
/srv/www/derosa.com/shared/uploads/acorn/framework/views/65b2cb4ded22e7957393781f2482f471.php58
10
require
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/filesystem/Filesystem.php123
9
Illuminate\Filesystem\Filesystem Illuminate\Filesystem\{closure}
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/filesystem/Filesystem.php124
8
Illuminate\Filesystem\Filesystem getRequire
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/Engines/PhpEngine.php58
7
Illuminate\View\Engines\PhpEngine evaluatePath
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/Engines/CompilerEngine.php72
6
Illuminate\View\Engines\CompilerEngine get
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/View.php207
5
Illuminate\View\View getContents
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/View.php190
4
Illuminate\View\View renderContents
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/View.php159
3
Illuminate\View\View render
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/index.php3
2
include
/srv/www/derosa.com/releases/20260514152146/web/wp/wp-includes/template-loader.php125
1
require_once
/srv/www/derosa.com/releases/20260514152146/web/wp/wp-blog-header.php19
0
require
/srv/www/derosa.com/releases/20260514152146/web/index.php6
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/FileViewFinder.php
    /**
     * Find the given view in the list of paths.
     *
     * @param  string  $name
     * @param  array  $paths
     * @return string
     *
     * @throws \InvalidArgumentException
     */
    protected function findInPaths($name, $paths)
    {
        foreach ((array) $paths as $path) {
            foreach ($this->getPossibleViewFiles($name) as $file) {
                if ($this->files->exists($viewPath = $path.'/'.$file)) {
                    return $viewPath;
                }
            }
        }
 
        throw new InvalidArgumentException("View [{$name}] not found.");
    }
 
    /**
     * Get an array of possible view files.
     *
     * @param  string  $name
     * @return array
     */
    protected function getPossibleViewFiles($name)
    {
        return array_map(fn ($extension) => str_replace('.', '/', $name).'.'.$extension, $this->extensions);
    }
 
    /**
     * Add a location to the finder.
     *
     * @param  string  $location
     * @return void
     */
    public function addLocation($location)
Arguments
  1. "View [partials.content-model] not found. (View: /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/resources/views/index.blade.php)"
    
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/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();
        }
 
Arguments
  1. InvalidArgumentException {#11500
      #message: "View [partials.content-model] not found."
      #code: 0
      #file: "/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/FileViewFinder.php"
      #line: 137
    }
    
  2. 3
    
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/FileViewFinder.php
    /**
     * Find the given view in the list of paths.
     *
     * @param  string  $name
     * @param  array  $paths
     * @return string
     *
     * @throws \InvalidArgumentException
     */
    protected function findInPaths($name, $paths)
    {
        foreach ((array) $paths as $path) {
            foreach ($this->getPossibleViewFiles($name) as $file) {
                if ($this->files->exists($viewPath = $path.'/'.$file)) {
                    return $viewPath;
                }
            }
        }
 
        throw new InvalidArgumentException("View [{$name}] not found.");
    }
 
    /**
     * Get an array of possible view files.
     *
     * @param  string  $name
     * @return array
     */
    protected function getPossibleViewFiles($name)
    {
        return array_map(fn ($extension) => str_replace('.', '/', $name).'.'.$extension, $this->extensions);
    }
 
    /**
     * Add a location to the finder.
     *
     * @param  string  $location
     * @return void
     */
    public function addLocation($location)
Arguments
  1. "View [partials.content-model] not found."
    
Exception message: View [partials.content-model] not found.
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/FileViewFinder.php
        }
    }
 
    /**
     * Get the fully qualified location of the view.
     *
     * @param  string  $name
     * @return string
     */
    public function find($name)
    {
        if (isset($this->views[$name])) {
            return $this->views[$name];
        }
 
        if ($this->hasHintInformation($name = trim($name))) {
            return $this->views[$name] = $this->findNamespacedView($name);
        }
 
        return $this->views[$name] = $this->findInPaths($name, $this->paths);
    }
 
    /**
     * Get the path to a template with a named path.
     *
     * @param  string  $name
     * @return string
     */
    protected function findNamespacedView($name)
    {
        [$namespace, $view] = $this->parseNamespaceSegments($name);
 
        return $this->findInPaths($view, $this->hints[$namespace]);
    }
 
    /**
     * Get the segments of a template with a named path.
     *
     * @param  string  $name
     * @return array
Arguments
  1. "partials.content-model"
    
  2. array:1 [
      0 => "/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/resources/views"
    ]
    
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/Factory.php
    public function file($path, $data = [], $mergeData = [])
    {
        $data = array_merge($mergeData, $this->parseData($data));
 
        return tap($this->viewInstance($path, $path, $data), function ($view) {
            $this->callCreator($view);
        });
    }
 
    /**
     * Get the evaluated view contents for the given view.
     *
     * @param  string  $view
     * @param  \Illuminate\Contracts\Support\Arrayable|array  $data
     * @param  array  $mergeData
     * @return \Illuminate\Contracts\View\View
     */
    public function make($view, $data = [], $mergeData = [])
    {
        $path = $this->finder->find(
            $view = $this->normalizeName($view)
        );
 
        // Next, we will create the view instance and call the view creator for the view
        // which can set any data, etc. Then we will return the view instance back to
        // the caller for rendering or performing other view manipulations on this.
        $data = array_merge($mergeData, $this->parseData($data));
 
        return tap($this->viewInstance($view, $path, $data), function ($view) {
            $this->callCreator($view);
        });
    }
 
    /**
     * Get the first view that actually exists from the given list.
     *
     * @param  array  $views
     * @param  \Illuminate\Contracts\Support\Arrayable|array  $data
     * @param  array  $mergeData
     * @return \Illuminate\Contracts\View\View
Arguments
  1. "partials.content-model"
    
/srv/www/derosa.com/shared/uploads/acorn/framework/views/65b2cb4ded22e7957393781f2482f471.php
                          <?php else: ?>
                            <?php echo e($category->name); ?>
 
                          <?php endif; ?>
                        </li>
                      <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </ul>
                  </div>
                  <div class="blog__home__articles__list">
                    <?php if(!have_posts()): ?>
                      <div class=" alert alert-warning">
                        <?php echo e(__('Sorry, no results were found.', 'sage')); ?>
 
                      </div>
                      <?php echo get_search_form(false); ?>
 
                    <?php endif; ?>
 
                    <?php while(have_posts()): ?> <?php the_post() ?>
                    <?php echo $__env->make('partials.content-'.get_post_type(), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                    <?php (wp_reset_postdata()); ?>
                    <?php endwhile; ?>
 
                    
                  </div>
                  
                  
                  
                  
                  
                </div>
              </div>
            </div>
          </div>
<?php $__env->stopSection(); ?>
 
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/resources/views/index.blade.php ENDPATH**/ ?>
Arguments
  1. "partials.content-model"
    
  2. array:11 [
      "__env" => Illuminate\View\Factory {#6741}
      "app" => Roots\Acorn\Application {#6681}
      "post" => WP_Post {#11290}
      "siteName" => "De Rosa"
      "categories" => array:4 [
        0 => WP_Term {#11481}
        1 => WP_Term {#11490}
        2 => WP_Term {#11492}
        3 => WP_Term {#11494}
      ]
      "current_category" => WP_Post_Type {#11081}
      "query" => & null
      "__currentLoopData" => array:4 [
        0 => WP_Term {#11481}
        1 => WP_Term {#11490}
        2 => WP_Term {#11492}
        3 => WP_Term {#11494}
      ]
      "category" => WP_Term {#11494}
      "key" => 3
      "loop" => null
    ]
    
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/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. "/srv/www/derosa.com/shared/uploads/acorn/framework/views/65b2cb4ded22e7957393781f2482f471.php"
    
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/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;
 
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/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();
Arguments
  1. "/srv/www/derosa.com/releases/20260514152146/web/app/uploads/acorn/framework/views/65b2cb4ded22e7957393781f2482f471.php"
    
  2. array:4 [
      "__env" => Illuminate\View\Factory {#6741}
      "app" => Roots\Acorn\Application {#6681}
      "post" => WP_Post {#11290}
      "siteName" => "De Rosa"
    ]
    
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/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;
    }
Arguments
  1. "/srv/www/derosa.com/releases/20260514152146/web/app/uploads/acorn/framework/views/65b2cb4ded22e7957393781f2482f471.php"
    
  2. array:4 [
      "__env" => Illuminate\View\Factory {#6741}
      "app" => Roots\Acorn\Application {#6681}
      "post" => WP_Post {#11290}
      "siteName" => "De Rosa"
    ]
    
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/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;
    }
 
Arguments
  1. "/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/resources/views/index.blade.php"
    
  2. array:4 [
      "__env" => Illuminate\View\Factory {#6741}
      "app" => Roots\Acorn\Application {#6681}
      "post" => WP_Post {#11290}
      "siteName" => "De Rosa"
    ]
    
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/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());
    }
 
    /**
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/vendor/illuminate/view/View.php
     *
     * @return string
     */
    protected function allFragments()
    {
        return collect($this->render(fn () => $this->factory->getFragments()))->implode('');
    }
 
    /**
     * 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
/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/index.php
<?php
 
echo view(app('sage.view'), app('sage.data'))->render();
 
/srv/www/derosa.com/releases/20260514152146/web/wp/wp-includes/template-loader.php
 
    /**
     * 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 ) {
        /**
         * Fires immediately before including the template.
         *
         * @since 6.9.0
         *
         * @param string $template The path of the template about to be included.
         */
        do_action( 'wp_before_include_template', $template );
 
        include $template;
    } elseif ( current_user_can( 'switch_themes' ) ) {
        $theme = wp_get_theme();
        if ( $theme->errors() ) {
            wp_die( $theme->errors() );
        }
    }
    return;
}
 
Arguments
  1. "/srv/www/derosa.com/releases/20260514152146/web/app/themes/derosa/index.php"
    
/srv/www/derosa.com/releases/20260514152146/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. "/srv/www/derosa.com/releases/20260514152146/web/wp/wp-includes/template-loader.php"
    
/srv/www/derosa.com/releases/20260514152146/web/index.php
<?php
/**
 * WordPress View Bootstrapper
 */
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';
 
Arguments
  1. "/srv/www/derosa.com/releases/20260514152146/web/wp/wp-blog-header.php"
    

Environment & details:

Key Value
query_vars
array:1 [
  "post_type" => "model"
]
query_string
"post_type=model"
request
"models"
matched_rule
"models/?$"
matched_query
"post_type=model"
did_permalink
true
Key Value
query
array:1 [
  "post_type" => "model"
]
query_vars
array:9 [
  "post_type" => "model"
  "fields" => "all"
  "cache_results" => true
  "update_post_term_cache" => true
  "lazy_load_term_meta" => true
  "update_post_meta_cache" => true
  "posts_per_page" => 10
  "comments_per_page" => "50"
  "order" => "DESC"
]
tax_query
WP_Tax_Query {#11288}
meta_query
WP_Meta_Query {#8904}
queried_object
WP_Post_Type {#11081}
request
"""
SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID\n
\t\t\t\t\t FROM wp_posts  JOIN wp_icl_translations wpml_translations\n
\t\t\t\t\t\t\tON wp_posts.ID = wpml_translations.element_id\n
\t\t\t\t\t\t\t\tAND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type) \n
\t\t\t\t\t WHERE 1=1  AND ((wp_posts.post_type = 'model' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'mapped' OR wp_posts.post_status = 'needs_update'))) AND ( ( ( wpml_translations.language_code = 'en' OR (\n
\t\t\t\t\twpml_translations.language_code = 'en'\n
\t\t\t\t\tAND wp_posts.post_type IN ( 'wafs','wpsl_stores' )\n
\t\t\t\t\tAND ( ( \n
\t\t\t( SELECT COUNT(element_id)\n
\t\t\t  FROM wp_icl_translations\n
\t\t\t  WHERE trid = wpml_translations.trid\n
\t\t\t  AND language_code = 'en'\n
\t\t\t) = 0\n
\t\t\t ) OR ( \n
\t\t\t( SELECT COUNT(element_id)\n
\t\t\t\tFROM wp_icl_translations t2\n
\t\t\t\tJOIN wp_posts p ON p.id = t2.element_id\n
\t\t\t\tWHERE t2.trid = wpml_translations.trid\n
\t\t\t\tAND t2.language_code = 'en'\n
                AND (\n
                    p.post_status = 'publish' OR p.post_status = 'private' OR \n
                    ( p.post_type='attachment' AND p.post_status = 'inherit' )\n
                )\n
\t\t\t) = 0 ) ) \n
\t\t\t\t) ) AND wp_posts.post_type  IN ('post','page','wp_block','wp_template','wp_template_part','wp_navigation','product','product_variation','wafs','br_product_filter','br_filters_group','wpsl_stores','model' )  ) OR wp_posts.post_type  NOT  IN ('post','page','wp_block','wp_template','wp_template_part','wp_navigation','product','product_variation','wafs','br_product_filter','br_filters_group','wpsl_stores','model' )  )\n
\t\t\t\t\t \n
\t\t\t\t\t ORDER BY wp_posts.menu_order, wp_posts.post_date DESC\n
\t\t\t\t\t LIMIT 0, 10
"""
post_count
10
in_the_loop
true
current_comment
-1
found_posts
11
max_num_pages
2
is_archive
true
is_post_type_archive
true
Key Value
ID
9799
post_author
"982"
post_date
"2026-01-12 10:05:42"
post_date_gmt
"2026-01-12 10:05:42"
post_content
"""
Titanio X is born where road and gravel meet.\r\n
A project that brings together two De Rosa souls – road heritage and off-road attitude – into a natural, balanced riding experience.\r\n
\r\n
The titanium frame, paired with a carbon fork, delivers comfort, precision, and long-term durability, absorbing vibrations while maintaining responsiveness and control. Geometry is tuned to balance stability and agility, making Titanio X confident on asphalt and composed on mixed terrain.\r\n
\r\n
Each frame is handcrafted in Cusano Milanino, with full customization available for geometry, finishes, and details.\r\n
A bicycle designed to adapt to the rider and the route, whatever direction you choose.
"""
post_title
"Titanio X"
post_excerpt
""
post_status
"publish"
comment_status
"closed"
ping_status
"closed"
post_password
""
post_name
"titanio-x"
to_ping
""
pinged
""
post_modified
"2026-02-02 11:28:30"
post_modified_gmt
"2026-02-02 11:28:30"
post_content_filtered
""
post_parent
0
guid
"https://staging.derosa.it/?post_type=model&#038;p=9799"
menu_order
0
post_type
"model"
post_mime_type
""
comment_count
"0"
filter
"raw"
empty
empty
empty
Key Value
wp-wpml_current_language
"en"
empty
Key Value
SERVER_SOFTWARE
"nginx/1.27.5"
REQUEST_URI
"/models/"
USER
"web"
HOME
"/home/web"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT
"*/*"
HTTP_HOST
"staging.derosa.it"
SCRIPT_FILENAME
"/srv/www/derosa.com/releases/20260514152146/web/index.php"
REDIRECT_STATUS
"200"
SERVER_NAME
"staging.derosa.it"
SERVER_PORT
"443"
SERVER_ADDR
"165.227.143.120"
REMOTE_PORT
"22240"
REMOTE_ADDR
"216.73.216.140"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
REQUEST_SCHEME
"https"
SERVER_PROTOCOL
"HTTP/2.0"
DOCUMENT_ROOT
"/srv/www/derosa.com/releases/20260514152146/web"
DOCUMENT_URI
"/index.php"
SCRIPT_NAME
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
""
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1778837097.051
REQUEST_TIME
1778837097
argv
[]
argc
0
RCS_INGEST_BEARER_TOKEN
"ea8baa01eae3c1f644d2e8e91750a962ff8c02105eb3f21584dc8f0b55eb7065"
RECAPTCHA_SECRET
"6Lc3QiwsAAAAAAyp0QUyO7fMwqbzSDJ8wto2C8ql"
RECAPTCHA_SITE_KEY
"6Lc3QiwsAAAAAE8u85IUcZYsg0z_P_WUNJz3vBb_"
AUTH_KEY
"PK{c5vALBZ4w||Y]PTr}R*lD$YQ9Sfb<WWpX3(n%hYFjwDU29+p,E`T#sgkmT+!K"
AUTH_SALT
"2]kX07b=QHNKIZjPv>L(;sV%mW(^C<@3Y<2ece*2u:(_8n*VkZ1sJT<p%|;[W/4B"
DB_HOST
"localhost"
DB_NAME
"derosa_com_staging"
DB_PASSWORD
"B1k3r00m2019!@"
DB_USER
"derosa_com"
DISABLE_WP_CRON
"True"
DOMAIN_CURRENT_SITE
"staging.derosa.it"
GIT_SHA
"9af85a52eb674bfa6df2a3317310a5be7c0de2f4"
LOGGED_IN_KEY
"5b]%HA[4fRCjq-C*@ni*Vv%PJ5Y&oePG,YZ6a*.1[^|:.QhdUC#&}{yAn1?U9E9G"
LOGGED_IN_SALT
"^>e[Fpwg7z!3kJckp@95fpE.&>s!}?jaDLwk:8gvm=DHQPkGV3)p23n/5|Jp9k9i"
NONCE_KEY
"HWm@4IeKc$.l1(!=:EOtAj.=*DTPc>ZfFbFQ3oups<SfC[,wre]yM,vZ!VDg?FD9"
NONCE_SALT
"-e4KFaQa-%2@?6-0euujzQdZ7|r$S*u)v`zU>O:9TJ-?,`eu]kcJFfC`P!}/a=}d"
RECAPTCHA_SECRET_KEY
"6Lc3QiwsAAAAAAyp0QUyO7fMwqbzSDJ8wto2C8ql"
RELEASE_VERSION
"20260514152146"
SECURE_AUTH_KEY
"q]%Mujo*v68_)x4j7G9L]HwQ3*Q_Lz3Tmw2&:{!b[)U:Ajc]8fBrEXnB.aMK|%H3"
SECURE_AUTH_SALT
"r+FLrNC^Ytz@vq&-X.Tjxbrf{=iU`olj^YstL)wgMSh4M#Em{|:rfv{$Zmi))1GA"
TYPEROCKET_PASSWORD
"3baf9280944498cb223e3900ba704dbe"
TYPEROCKET_USERNAME
"mauriziolucci"
WP_DEBUG_LOG
"/srv/www/derosa.com/logs/debug.log"
WP_ENV
"staging"
WP_HOME
"https://staging.derosa.it"
WP_POST_REVISIONS
"True"
WP_SITEURL
"https://staging.derosa.it/wp"
Key Value
USER
"web"
HOME
"/home/web"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT
"*/*"
HTTP_HOST
"staging.derosa.it"
SCRIPT_FILENAME
"/srv/www/derosa.com/releases/20260514152146/web/index.php"
REDIRECT_STATUS
"200"
SERVER_NAME
"staging.derosa.it"
SERVER_PORT
"443"
SERVER_ADDR
"165.227.143.120"
REMOTE_PORT
"22240"
REMOTE_ADDR
"216.73.216.140"
SERVER_SOFTWARE
"nginx/1.27.5"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
REQUEST_SCHEME
"https"
SERVER_PROTOCOL
"HTTP/2.0"
DOCUMENT_ROOT
"/srv/www/derosa.com/releases/20260514152146/web"
DOCUMENT_URI
"/index.php"
REQUEST_URI
"/models/"
SCRIPT_NAME
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
""
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1778837097.051
REQUEST_TIME
1778837097
argv
[]
argc
0
RCS_INGEST_BEARER_TOKEN
"ea8baa01eae3c1f644d2e8e91750a962ff8c02105eb3f21584dc8f0b55eb7065"
RECAPTCHA_SECRET
"6Lc3QiwsAAAAAAyp0QUyO7fMwqbzSDJ8wto2C8ql"
RECAPTCHA_SITE_KEY
"6Lc3QiwsAAAAAE8u85IUcZYsg0z_P_WUNJz3vBb_"
AUTH_KEY
"PK{c5vALBZ4w||Y]PTr}R*lD$YQ9Sfb<WWpX3(n%hYFjwDU29+p,E`T#sgkmT+!K"
AUTH_SALT
"2]kX07b=QHNKIZjPv>L(;sV%mW(^C<@3Y<2ece*2u:(_8n*VkZ1sJT<p%|;[W/4B"
DB_HOST
"localhost"
DB_NAME
"derosa_com_staging"
DB_PASSWORD
"B1k3r00m2019!@"
DB_USER
"derosa_com"
DISABLE_WP_CRON
"True"
DOMAIN_CURRENT_SITE
"staging.derosa.it"
GIT_SHA
"9af85a52eb674bfa6df2a3317310a5be7c0de2f4"
LOGGED_IN_KEY
"5b]%HA[4fRCjq-C*@ni*Vv%PJ5Y&oePG,YZ6a*.1[^|:.QhdUC#&}{yAn1?U9E9G"
LOGGED_IN_SALT
"^>e[Fpwg7z!3kJckp@95fpE.&>s!}?jaDLwk:8gvm=DHQPkGV3)p23n/5|Jp9k9i"
NONCE_KEY
"HWm@4IeKc$.l1(!=:EOtAj.=*DTPc>ZfFbFQ3oups<SfC[,wre]yM,vZ!VDg?FD9"
NONCE_SALT
"-e4KFaQa-%2@?6-0euujzQdZ7|r$S*u)v`zU>O:9TJ-?,`eu]kcJFfC`P!}/a=}d"
RECAPTCHA_SECRET_KEY
"6Lc3QiwsAAAAAAyp0QUyO7fMwqbzSDJ8wto2C8ql"
RELEASE_VERSION
"20260514152146"
SECURE_AUTH_KEY
"q]%Mujo*v68_)x4j7G9L]HwQ3*Q_Lz3Tmw2&:{!b[)U:Ajc]8fBrEXnB.aMK|%H3"
SECURE_AUTH_SALT
"r+FLrNC^Ytz@vq&-X.Tjxbrf{=iU`olj^YstL)wgMSh4M#Em{|:rfv{$Zmi))1GA"
TYPEROCKET_PASSWORD
"3baf9280944498cb223e3900ba704dbe"
TYPEROCKET_USERNAME
"mauriziolucci"
WP_DEBUG_LOG
"/srv/www/derosa.com/logs/debug.log"
WP_ENV
"staging"
WP_HOME
"https://staging.derosa.it"
WP_POST_REVISIONS
"True"
WP_SITEURL
"https://staging.derosa.it/wp"
0. TypeRocket\Pro\Features\WhoopsHtmlHandler