/srv/www/derosa.com/shared/uploads/acorn/framework/views/5a45dc1d3f2bb0a0c38b43516ca1b568.php
$colors = tr_field('gallery', $model->ID);
$logo = tr_field('logo', $model->ID);
$white_paper_url = function_exists('derosa_get_model_white_paper_url') ? derosa_get_model_white_paper_url($model->ID) : '';
$is_first_card = ($i ?? 0) === 0;
?>
<li class="collections__element">
<div class="collections__element__card">
<div class="cards__element cards__element--no-slider cards__element--with-internal-slider">
<div class="cards__element__container">
<div class="cards__element__content">
<div class="collections__element__gallery collections__element__gallery--no-transition">
<?php $__currentLoopData = $colors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $color): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<img class="collections__element__gallery__img <?php echo e($index === 0 ? 'collections__element__gallery__img--active' : ''); ?>"
src="<?php echo e(wp_get_attachment_image_url($color, 'full')); ?>"
alt="<?php echo e(get_post($color)->post_title); ?>"
loading="<?php echo e($is_first_card && $index === 0 ? 'eager' : 'lazy'); ?>"
decoding="async"
width="800" height="600">
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php if(count($colors) > 1): ?>
<div class="collections__element__gallery__nav collections__element__gallery__nav--prev"></div>
<div class="collections__element__gallery__nav collections__element__gallery__nav--next"></div>
<?php endif; ?>
</div>
<div class="cards__element__text">
<div class="cards__element__text__heading">
<div class="cards__element__text__heading__color cards__element__text__heading__color--no-transition">
<?php $__currentLoopData = $colors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $color): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
$colorPost = get_post($color);
$colorName = $colorPost->post_content ?: $formatColorName($colorPost->post_title);
?>
<span class="<?php echo e($index === 0 ? 'cards__element__text__heading__color--active' : ''); ?>"><?php echo e($colorName); ?></span>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php if($logo): ?>
<img class="cards__element__text__heading__logo" src="<?php echo e(wp_get_attachment_image_url($logo, 'full')); ?>" alt="<?php echo e($model->post_title); ?>" loading="lazy" decoding="async" width="200" height="80">
<?php else: ?>
<h4 class="title-primary title-dark"><?php echo e($model->post_title); ?></h4>
<?php endif; ?>
Arguments
"count(): Argument #1 ($value) must be of type Countable|array, null given (View: /srv/www/derosa.com/releases/20260908105422/web/app/themes/derosa/resources/views/partials/model-card.blade.php) (View: /srv/www/derosa.com/releases/20260908105422/web/app/themes/derosa/resources/views/partials/model-card.blade.php)"
/srv/www/derosa.com/releases/20260908105422/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
Illuminate\View\ViewException {#10445
#message: "count(): Argument #1 ($value) must be of type Countable|array, null given (View: /srv/www/derosa.com/releases/20260908105422/web/app/themes/derosa/resources/views/partials/model-card.blade.php)"
#code: 0
#file: "/srv/www/derosa.com/shared/uploads/acorn/framework/views/5a45dc1d3f2bb0a0c38b43516ca1b568.php"
#line: 28
-previous: TypeError {#10431
#message: "count(): Argument #1 ($value) must be of type Countable|array, null given"
#code: 0
#file: "/srv/www/derosa.com/shared/uploads/acorn/framework/views/5a45dc1d3f2bb0a0c38b43516ca1b568.php"
#line: 28
}
#severity: E_ERROR
}
3
/srv/www/derosa.com/shared/uploads/acorn/framework/views/5a45dc1d3f2bb0a0c38b43516ca1b568.php
$colors = tr_field('gallery', $model->ID);
$logo = tr_field('logo', $model->ID);
$white_paper_url = function_exists('derosa_get_model_white_paper_url') ? derosa_get_model_white_paper_url($model->ID) : '';
$is_first_card = ($i ?? 0) === 0;
?>
<li class="collections__element">
<div class="collections__element__card">
<div class="cards__element cards__element--no-slider cards__element--with-internal-slider">
<div class="cards__element__container">
<div class="cards__element__content">
<div class="collections__element__gallery collections__element__gallery--no-transition">
<?php $__currentLoopData = $colors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $color): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<img class="collections__element__gallery__img <?php echo e($index === 0 ? 'collections__element__gallery__img--active' : ''); ?>"
src="<?php echo e(wp_get_attachment_image_url($color, 'full')); ?>"
alt="<?php echo e(get_post($color)->post_title); ?>"
loading="<?php echo e($is_first_card && $index === 0 ? 'eager' : 'lazy'); ?>"
decoding="async"
width="800" height="600">
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php if(count($colors) > 1): ?>
<div class="collections__element__gallery__nav collections__element__gallery__nav--prev"></div>
<div class="collections__element__gallery__nav collections__element__gallery__nav--next"></div>
<?php endif; ?>
</div>
<div class="cards__element__text">
<div class="cards__element__text__heading">
<div class="cards__element__text__heading__color cards__element__text__heading__color--no-transition">
<?php $__currentLoopData = $colors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $color): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
$colorPost = get_post($color);
$colorName = $colorPost->post_content ?: $formatColorName($colorPost->post_title);
?>
<span class="<?php echo e($index === 0 ? 'cards__element__text__heading__color--active' : ''); ?>"><?php echo e($colorName); ?></span>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php if($logo): ?>
<img class="cards__element__text__heading__logo" src="<?php echo e(wp_get_attachment_image_url($logo, 'full')); ?>" alt="<?php echo e($model->post_title); ?>" loading="lazy" decoding="async" width="200" height="80">
<?php else: ?>
<h4 class="title-primary title-dark"><?php echo e($model->post_title); ?></h4>
<?php endif; ?>
Arguments
"count(): Argument #1 ($value) must be of type Countable|array, null given (View: /srv/www/derosa.com/releases/20260908105422/web/app/themes/derosa/resources/views/partials/model-card.blade.php)"
/srv/www/derosa.com/releases/20260908105422/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
TypeError {#10431
#message: "count(): Argument #1 ($value) must be of type Countable|array, null given"
#code: 0
#file: "/srv/www/derosa.com/shared/uploads/acorn/framework/views/5a45dc1d3f2bb0a0c38b43516ca1b568.php"
#line: 28
}
5
/srv/www/derosa.com/shared/uploads/acorn/framework/views/5a45dc1d3f2bb0a0c38b43516ca1b568.php
$colors = tr_field('gallery', $model->ID);
$logo = tr_field('logo', $model->ID);
$white_paper_url = function_exists('derosa_get_model_white_paper_url') ? derosa_get_model_white_paper_url($model->ID) : '';
$is_first_card = ($i ?? 0) === 0;
?>
<li class="collections__element">
<div class="collections__element__card">
<div class="cards__element cards__element--no-slider cards__element--with-internal-slider">
<div class="cards__element__container">
<div class="cards__element__content">
<div class="collections__element__gallery collections__element__gallery--no-transition">
<?php $__currentLoopData = $colors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $color): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<img class="collections__element__gallery__img <?php echo e($index === 0 ? 'collections__element__gallery__img--active' : ''); ?>"
src="<?php echo e(wp_get_attachment_image_url($color, 'full')); ?>"
alt="<?php echo e(get_post($color)->post_title); ?>"
loading="<?php echo e($is_first_card && $index === 0 ? 'eager' : 'lazy'); ?>"
decoding="async"
width="800" height="600">
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php if(count($colors) > 1): ?>
<div class="collections__element__gallery__nav collections__element__gallery__nav--prev"></div>
<div class="collections__element__gallery__nav collections__element__gallery__nav--next"></div>
<?php endif; ?>
</div>
<div class="cards__element__text">
<div class="cards__element__text__heading">
<div class="cards__element__text__heading__color cards__element__text__heading__color--no-transition">
<?php $__currentLoopData = $colors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $color): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php
$colorPost = get_post($color);
$colorName = $colorPost->post_content ?: $formatColorName($colorPost->post_title);
?>
<span class="<?php echo e($index === 0 ? 'cards__element__text__heading__color--active' : ''); ?>"><?php echo e($colorName); ?></span>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php if($logo): ?>
<img class="cards__element__text__heading__logo" src="<?php echo e(wp_get_attachment_image_url($logo, 'full')); ?>" alt="<?php echo e($model->post_title); ?>" loading="lazy" decoding="async" width="200" height="80">
<?php else: ?>
<h4 class="title-primary title-dark"><?php echo e($model->post_title); ?></h4>
<?php endif; ?>
Arguments
"count(): Argument #1 ($value) must be of type Countable|array, null given"
/srv/www/derosa.com/releases/20260908105422/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/20260908105422/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/20260908105422/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
"/srv/www/derosa.com/releases/20260908105422/web/app/uploads/acorn/framework/views/5a45dc1d3f2bb0a0c38b43516ca1b568.php"
array:11 [
"__env" => Illuminate\View\Factory {#4693}
"app" => Roots\Acorn\Application {#3247}
"post" => WP_Post {#10381}
"siteName" => "De Rosa"
"taxonomy" => WP_Term {#10351}
"thumbnail_id" => ""
"models" => array:6 [
0 => WP_Post {#10434}
1 => WP_Post {#10441}
2 => WP_Post {#10432}
3 => WP_Post {#10428}
4 => WP_Post {#10439}
5 => WP_Post {#10436}
]
"__currentLoopData" => array:6 [
0 => WP_Post {#10434}
1 => WP_Post {#10441}
2 => WP_Post {#10432}
3 => WP_Post {#10428}
4 => WP_Post {#10439}
5 => WP_Post {#10436}
]
"model" => WP_Post {#10434}
"i" => 0
"loop" => {#10417}
]
/srv/www/derosa.com/releases/20260908105422/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
"/srv/www/derosa.com/releases/20260908105422/web/app/uploads/acorn/framework/views/5a45dc1d3f2bb0a0c38b43516ca1b568.php"
array:11 [
"__env" => Illuminate\View\Factory {#4693}
"app" => Roots\Acorn\Application {#3247}
"post" => WP_Post {#10381}
"siteName" => "De Rosa"
"taxonomy" => WP_Term {#10351}
"thumbnail_id" => ""
"models" => array:6 [
0 => WP_Post {#10434}
1 => WP_Post {#10441}
2 => WP_Post {#10432}
3 => WP_Post {#10428}
4 => WP_Post {#10439}
5 => WP_Post {#10436}
]
"__currentLoopData" => array:6 [
0 => WP_Post {#10434}
1 => WP_Post {#10441}
2 => WP_Post {#10432}
3 => WP_Post {#10428}
4 => WP_Post {#10439}
5 => WP_Post {#10436}
]
"model" => WP_Post {#10434}
"i" => 0
"loop" => {#10417}
]
/srv/www/derosa.com/releases/20260908105422/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
"/srv/www/derosa.com/releases/20260908105422/web/app/themes/derosa/resources/views/partials/model-card.blade.php"
array:11 [
"__env" => Illuminate\View\Factory {#4693}
"app" => Roots\Acorn\Application {#3247}
"post" => WP_Post {#10381}
"siteName" => "De Rosa"
"taxonomy" => WP_Term {#10351}
"thumbnail_id" => ""
"models" => array:6 [
0 => WP_Post {#10434}
1 => WP_Post {#10441}
2 => WP_Post {#10432}
3 => WP_Post {#10428}
4 => WP_Post {#10439}
5 => WP_Post {#10436}
]
"__currentLoopData" => array:6 [
0 => WP_Post {#10434}
1 => WP_Post {#10441}
2 => WP_Post {#10432}
3 => WP_Post {#10428}
4 => WP_Post {#10439}
5 => WP_Post {#10436}
]
"model" => WP_Post {#10434}
"i" => 0
"loop" => {#10417}
]
/srv/www/derosa.com/releases/20260908105422/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/20260908105422/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/shared/uploads/acorn/framework/views/d9d632f5b78a4f4fc16e169011aaaba8.php
);
?>
<div class="collections">
<div class="collections__hero">
<div class="collections__hero__container"
style='background-image: url("<?php echo e(wp_get_attachment_url( $thumbnail_id )); ?>")'>
<div class="collections__hero__content">
<span class="title title-secondary"><?php echo e(_e('Collection', 'br')); ?></span>
<h1 class="title title-primary title-dark"><?php echo e(sprintf( __('%s Models', 'br'), $taxonomy->name )); ?></h1>
<p class="dark-text"><?php echo e($taxonomy->description); ?></p>
</div>
<div class="collections__hero__arrow">
<span>↓</span>
</div>
</div>
</div>
<div class="page__area page__area--transparent">
<ul class="collections__list">
<?php $__currentLoopData = $models; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $i => $model): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php echo $__env->make('partials.model-card', ['model' => $model, 'i' => $i], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
<?php echo $__env->make('partials.help', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</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/20260908105422/web/app/themes/derosa/resources/views/taxonomy-collection.blade.php ENDPATH**/ ?>
/srv/www/derosa.com/releases/20260908105422/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
"/srv/www/derosa.com/shared/uploads/acorn/framework/views/d9d632f5b78a4f4fc16e169011aaaba8.php"
/srv/www/derosa.com/releases/20260908105422/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/20260908105422/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
"/srv/www/derosa.com/releases/20260908105422/web/app/uploads/acorn/framework/views/d9d632f5b78a4f4fc16e169011aaaba8.php"
array:4 [
"__env" => Illuminate\View\Factory {#4693}
"app" => Roots\Acorn\Application {#3247}
"post" => WP_Post {#10381}
"siteName" => "De Rosa"
]
/srv/www/derosa.com/releases/20260908105422/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
"/srv/www/derosa.com/releases/20260908105422/web/app/uploads/acorn/framework/views/d9d632f5b78a4f4fc16e169011aaaba8.php"
array:4 [
"__env" => Illuminate\View\Factory {#4693}
"app" => Roots\Acorn\Application {#3247}
"post" => WP_Post {#10381}
"siteName" => "De Rosa"
]
/srv/www/derosa.com/releases/20260908105422/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
"/srv/www/derosa.com/releases/20260908105422/web/app/themes/derosa/resources/views/taxonomy-collection.blade.php"
array:4 [
"__env" => Illuminate\View\Factory {#4693}
"app" => Roots\Acorn\Application {#3247}
"post" => WP_Post {#10381}
"siteName" => "De Rosa"
]
/srv/www/derosa.com/releases/20260908105422/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/20260908105422/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/20260908105422/web/app/themes/derosa/index.php
<?php
echo view(app('sage.view'), app('sage.data'))->render();
/srv/www/derosa.com/releases/20260908105422/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
"/srv/www/derosa.com/releases/20260908105422/web/app/themes/derosa/index.php"
/srv/www/derosa.com/releases/20260908105422/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
"/srv/www/derosa.com/releases/20260908105422/web/wp/wp-includes/template-loader.php"
/srv/www/derosa.com/releases/20260908105422/web/index.php
<?php
/**
* WordPress View Bootstrapper
*/
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';
Arguments
"/srv/www/derosa.com/releases/20260908105422/web/wp/wp-blog-header.php"