ErrorException (E_ERROR)
View [partials_wr.blog] not found. (View: /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/resources/views/index.blade.php)
Previous exceptions
  • View [partials_wr.blog] not found. (0)
ErrorException thrown with message "View [partials_wr.blog] not found. (View: /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/resources/views/index.blade.php)" Stacktrace: #18 ErrorException in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/FileViewFinder.php:137 #17 Illuminate\View\Engines\CompilerEngine:handleViewException in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/Engines/PhpEngine.php:45 #16 InvalidArgumentException in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/FileViewFinder.php:137 #15 Illuminate\View\FileViewFinder:findInPaths in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/FileViewFinder.php:79 #14 Illuminate\View\FileViewFinder:find in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/Factory.php:128 #13 Illuminate\View\Factory:make in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/uploads/cache/b062f96098940e94e0e0ee9fe4c10de53b9a8f7d.php:33 #12 include in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/Engines/PhpEngine.php:43 #11 Illuminate\View\Engines\PhpEngine:evaluatePath in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/Engines/CompilerEngine.php:59 #10 Illuminate\View\Engines\CompilerEngine:get in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/View.php:142 #9 Illuminate\View\View:getContents in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/View.php:125 #8 Illuminate\View\View:renderContents in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/View.php:90 #7 Illuminate\View\View:render in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/roots/sage-lib/Template/Blade.php:58 #6 Roots\Sage\Template\Blade:render in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/app/helpers.php:55 #5 App\template in /home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/app/filters.php:63 #4 App\{closure} in /home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-includes/class-wp-hook.php:310 #3 WP_Hook:apply_filters in /home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-includes/plugin.php:205 #2 apply_filters in /home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-includes/template-loader.php:104 #1 require_once in /home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-blog-header.php:19 #0 require in /home/owentaylorlocal/public_html/releases/20211109093513/web/index.php:5
Stack frames (19)
18
ErrorException
/vendor/illuminate/view/FileViewFinder.php137
17
Illuminate\View\Engines\CompilerEngine handleViewException
/vendor/illuminate/view/Engines/PhpEngine.php45
16
InvalidArgumentException
/vendor/illuminate/view/FileViewFinder.php137
15
Illuminate\View\FileViewFinder findInPaths
/vendor/illuminate/view/FileViewFinder.php79
14
Illuminate\View\FileViewFinder find
/vendor/illuminate/view/Factory.php128
13
Illuminate\View\Factory make
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/uploads/cache/b062f96098940e94e0e0ee9fe4c10de53b9a8f7d.php33
12
include
/vendor/illuminate/view/Engines/PhpEngine.php43
11
Illuminate\View\Engines\PhpEngine evaluatePath
/vendor/illuminate/view/Engines/CompilerEngine.php59
10
Illuminate\View\Engines\CompilerEngine get
/vendor/illuminate/view/View.php142
9
Illuminate\View\View getContents
/vendor/illuminate/view/View.php125
8
Illuminate\View\View renderContents
/vendor/illuminate/view/View.php90
7
Illuminate\View\View render
/vendor/roots/sage-lib/Template/Blade.php58
6
Roots\Sage\Template\Blade render
/app/helpers.php55
5
App\template
/app/filters.php63
4
App\{closure}
/home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-includes/class-wp-hook.php310
3
WP_Hook apply_filters
/home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-includes/plugin.php205
2
apply_filters
/home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-includes/template-loader.php104
1
require_once
/home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-blog-header.php19
0
require
/home/owentaylorlocal/public_html/releases/20211109093513/web/index.php5
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/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(function ($extension) use ($name) {
            return str_replace('.', '/', $name).'.'.$extension;
        }, $this->extensions);
    }
 
    /**
     * Add a location to the finder.
     *
     * @param  string  $location
     * @return void
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/Engines/PhpEngine.php
     *
     * @param  string  $__path
     * @param  array   $__data
     * @return string
     */
    protected function evaluatePath($__path, $__data)
    {
        $obLevel = ob_get_level();
 
        ob_start();
 
        extract($__data, EXTR_SKIP);
 
        // 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 {
            include $__path;
        } catch (Exception $e) {
            $this->handleViewException($e, $obLevel);
        } catch (Throwable $e) {
            $this->handleViewException(new FatalThrowableError($e), $obLevel);
        }
 
        return ltrim(ob_get_clean());
    }
 
    /**
     * Handle a view exception.
     *
     * @param  \Exception  $e
     * @param  int  $obLevel
     * @return void
     *
     * @throws \Exception
     */
    protected function handleViewException(Exception $e, $obLevel)
    {
        while (ob_get_level() > $obLevel) {
            ob_end_clean();
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/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(function ($extension) use ($name) {
            return str_replace('.', '/', $name).'.'.$extension;
        }, $this->extensions);
    }
 
    /**
     * Add a location to the finder.
     *
     * @param  string  $location
     * @return void
Exception message: View [partials_wr.blog] not found.
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/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)
    {
        list($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
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/Factory.php
    {
        $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  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  array   $data
     * @param  array   $mergeData
     * @return \Illuminate\Contracts\View\View
     *
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/uploads/cache/b062f96098940e94e0e0ee9fe4c10de53b9a8f7d.php
<?php elseif(is_category()): ?>
 
<?php
  $cat = get_queried_object();
  $img = get_field('category_image', $cat);
?>
 
  <div class="archive__hero lazy" data-bg="<?php echo $img ['url']; ?>">
    <div class="archive__hero__content">
      <div class="archive__hero__content__wrapper">
        <div class="archive__hero__content__wrapper__heading">
          <?php echo $cat->name; ?>
 
        </div>
      </div>
    </div>
  </div>
<?php endif; ?>
 
<?php echo $__env->make('partials_wr.blog', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
 
<?php $__env->stopSection(); ?>
 
<?php echo $__env->make('layouts.app', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/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();
 
        extract($__data, EXTR_SKIP);
 
        // 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 {
            include $__path;
        } catch (Exception $e) {
            $this->handleViewException($e, $obLevel);
        } catch (Throwable $e) {
            $this->handleViewException(new FatalThrowableError($e), $obLevel);
        }
 
        return ltrim(ob_get_clean());
    }
 
    /**
     * Handle a view exception.
     *
     * @param  \Exception  $e
     * @param  int  $obLevel
     * @return void
     *
     * @throws \Exception
     */
    protected function handleViewException(Exception $e, $obLevel)
    {
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/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 ($this->compiler->isExpired($path)) {
            $this->compiler->compile($path);
        }
 
        $compiled = $this->compiler->getCompiledPath($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.
        $results = $this->evaluatePath($compiled, $data);
 
        array_pop($this->lastCompiled);
 
        return $results;
    }
 
    /**
     * Handle a view exception.
     *
     * @param  \Exception  $e
     * @param  int  $obLevel
     * @return void
     *
     * @throws \Exception
     */
    protected function handleViewException(Exception $e, $obLevel)
    {
        $e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
 
        parent::handleViewException($e, $obLevel);
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/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 sections get 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
     */
    protected 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/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/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 amount 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 sections get 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/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/illuminate/view/View.php
        $this->view = $view;
        $this->path = $path;
        $this->engine = $engine;
        $this->factory = $factory;
 
        $this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
    }
 
    /**
     * 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) ? call_user_func($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 (Exception $e) {
            $this->factory->flushState();
 
            throw $e;
        } catch (Throwable $e) {
            $this->factory->flushState();
 
            throw $e;
        }
    }
 
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/vendor/roots/sage-lib/Template/Blade.php
    public function compiler()
    {
        static $engineResolver;
        if (!$engineResolver) {
            $engineResolver = $this->getContainer()->make('view.engine.resolver');
        }
        return $engineResolver->resolve('blade')->getCompiler();
    }
 
    /**
     * @param string $view
     * @param array  $data
     * @param array  $mergeData
     * @return string
     */
    public function render($view, $data = [], $mergeData = [])
    {
        /** @var \Illuminate\Contracts\Filesystem\Filesystem $filesystem */
        $filesystem = $this->getContainer()['files'];
        return $this->{$filesystem->exists($view) ? 'file' : 'make'}($view, $data, $mergeData)->render();
    }
 
    /**
     * @param string $file
     * @param array  $data
     * @param array  $mergeData
     * @return string
     */
    public function compiledPath($file, $data = [], $mergeData = [])
    {
        $rendered = $this->file($file, $data, $mergeData);
        /** @var EngineInterface $engine */
        $engine = $rendered->getEngine();
 
        if (!($engine instanceof CompilerEngine)) {
            // Using PhpEngine, so just return the file
            return $file;
        }
 
        $compiler = $engine->getCompiler();
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/app/helpers.php
 */
function config($key = null, $default = null)
{
    if (is_null($key)) {
        return sage('config');
    }
    if (is_array($key)) {
        return sage('config')->set($key);
    }
    return sage('config')->get($key, $default);
}
 
/**
 * @param string $file
 * @param array $data
 * @return string
 */
function template($file, $data = [])
{
    return sage('blade')->render($file, $data);
}
 
/**
 * Retrieve path to a compiled blade view
 * @param $file
 * @param array $data
 * @return string
 */
function template_path($file, $data = [])
{
    return sage('blade')->compiledPath($file, $data);
}
 
/**
 * @param $asset
 * @return string
 */
function asset_path($asset)
{
    return sage('assets')->getUri($asset);
/home/owentaylorlocal/public_html/releases/20211109093513/web/app/themes/owentaylorlocal/app/filters.php
});
 
/**
 * Render page using Blade
 */
add_filter('template_include', function ($template) {
    collect(['get_header', 'wp_head'])->each(function ($tag) {
        ob_start();
        do_action($tag);
        $output = ob_get_clean();
        remove_all_actions($tag);
        add_action($tag, function () use ($output) {
            echo $output;
        });
    });
    $data = collect(get_body_class())->reduce(function ($data, $class) use ($template) {
        return apply_filters("sage/template/{$class}/data", $data, $template);
    }, []);
    if ($template) {
        echo template($template, $data);
        return get_stylesheet_directory().'/index.php';
    }
    return $template;
}, PHP_INT_MAX);
 
/**
 * Render comments.blade.php
 */
add_filter('comments_template', function ($comments_template) {
    $comments_template = str_replace(
        [get_stylesheet_directory(), get_template_directory()],
        '',
        $comments_template
    );
 
    $data = collect(get_body_class())->reduce(function ($data, $class) use ($comments_template) {
        return apply_filters("sage/template/{$class}/data", $data, $comments_template);
    }, []);
 
    $theme_template = locate_template(["views/{$comments_template}", $comments_template]);
/home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-includes/class-wp-hook.php
 
        $this->iterations[ $nesting_level ] = array_keys( $this->callbacks );
 
        $num_args = count( $args );
 
        do {
            $this->current_priority[ $nesting_level ] = current( $this->iterations[ $nesting_level ] );
 
            $priority = $this->current_priority[ $nesting_level ];
 
            foreach ( $this->callbacks[ $priority ] as $the_ ) {
                if ( ! $this->doing_action ) {
                    $args[0] = $value;
                }
 
                // Avoid the array_slice() if possible.
                if ( 0 == $the_['accepted_args'] ) {
                    $value = call_user_func( $the_['function'] );
                } elseif ( $the_['accepted_args'] >= $num_args ) {
                    $value = call_user_func_array( $the_['function'], $args );
                } else {
                    $value = call_user_func_array( $the_['function'], array_slice( $args, 0, (int) $the_['accepted_args'] ) );
                }
            }
        } while ( false !== next( $this->iterations[ $nesting_level ] ) );
 
        unset( $this->iterations[ $nesting_level ] );
        unset( $this->current_priority[ $nesting_level ] );
 
        $this->nesting_level--;
 
        return $value;
    }
 
    /**
     * Calls the callback functions that have been added to an action hook.
     *
     * @since 4.7.0
     *
     * @param array $args Parameters to pass to the callback functions.
/home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-includes/plugin.php
        $all_args = func_get_args(); // phpcs:ignore PHPCompatibility.FunctionUse.ArgumentFunctionsReportCurrentValue.NeedsInspection
        _wp_call_all_hook( $all_args );
    }
 
    if ( ! isset( $wp_filter[ $hook_name ] ) ) {
        if ( isset( $wp_filter['all'] ) ) {
            array_pop( $wp_current_filter );
        }
 
        return $value;
    }
 
    if ( ! isset( $wp_filter['all'] ) ) {
        $wp_current_filter[] = $hook_name;
    }
 
    // Pass the value to WP_Hook.
    array_unshift( $args, $value );
 
    $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
 
    array_pop( $wp_current_filter );
 
    return $filtered;
}
 
/**
 * Calls the callback functions that have been added to a filter hook, specifying arguments in an array.
 *
 * @since 3.0.0
 *
 * @see apply_filters() This function is identical, but the arguments passed to the
 *                      functions hooked to `$hook_name` are supplied using an array.
 *
 * @global WP_Hook[] $wp_filter         Stores all of the filters and actions.
 * @global int[]     $wp_filters        Stores the number of times each filter was triggered.
 * @global string[]  $wp_current_filter Stores the list of current filters with the current one last.
 *
 * @param string $hook_name The name of the filter hook.
 * @param array  $args      The arguments supplied to the functions hooked to `$hook_name`.
/home/owentaylorlocal/public_html/releases/20211109093513/web/wp/wp-includes/template-loader.php
            if ( 'is_attachment' === $tag ) {
                remove_filter( 'the_content', 'prepend_attachment' );
            }
 
            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;
}
 
/home/owentaylorlocal/public_html/releases/20211109093513/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';
 
}
 
/home/owentaylorlocal/public_html/releases/20211109093513/web/index.php
<?php
 
/** WordPress view bootstrapper */
define('WP_USE_THEMES', true);
require __DIR__ . '/wp/wp-blog-header.php';
 

Environment & details:

empty
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE Apache
REQUEST_URI /category/uncategorised/
USER owentaylorlocal
HOME /home/owentaylorlocal
SCRIPT_NAME /index.php
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /category/uncategorised/
REMOTE_PORT 42066
SCRIPT_FILENAME /home/owentaylorlocal/public_html/current/web/index.php
SERVER_ADMIN webmaster@owentaylorlocal.co.uk
CONTEXT_DOCUMENT_ROOT /home/owentaylorlocal/public_html/current/web
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /home/owentaylorlocal/public_html/current/web
REMOTE_ADDR 44.213.75.78
SERVER_PORT 443
SERVER_ADDR 10.154.0.3
SERVER_NAME owentaylorlocal.co.uk
SERVER_SIGNATURE
PATH /usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin
HTTP_X_HTTPS 1
HTTP_HOST owentaylorlocal.co.uk
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
SSL_TLS_SNI owentaylorlocal.co.uk
HTTPS on
HTTP_AUTHORIZATION
SCRIPT_URI https://owentaylorlocal.co.uk/category/uncategorised/
SCRIPT_URL /category/uncategorised/
UNIQUE_ID ZgUxWJ2DmjVmrMiZZokMZgAAAAk
REDIRECT_STATUS 200
REDIRECT_SSL_TLS_SNI owentaylorlocal.co.uk
REDIRECT_HTTPS on
REDIRECT_HTTP_AUTHORIZATION
REDIRECT_SCRIPT_URI https://owentaylorlocal.co.uk/category/uncategorised/
REDIRECT_SCRIPT_URL /category/uncategorised/
REDIRECT_UNIQUE_ID ZgUxWJ2DmjVmrMiZZokMZgAAAAk
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711616344.4975
REQUEST_TIME 1711616344
argv Array ( )
argc 0
DB_NAME owentaylorlocal_db
DB_PASSWORD WqXA3yBJ]}(I
DB_USER owentaylorlocal_us
DB_USER_HOST localhost
DISABLE_WP_CRON False
WP_DEBUG_LOG /srv/www/owentaylorlocal/logs/debug.log
WP_ENV production
WP_HOME https://owentaylorlocal.co.uk
WP_SITEURL https://owentaylorlocal.co.uk/wp
AUTH_KEY z84Yf9m+7):`o|7smf4iX;94r8e^@j};{[9uQ]_e7*a&Y7a5yGyAaE;0BqX)w-P-
SECURE_AUTH_KEY W:E-TOMO_dl]7Px{4}@jM6c&VIQ2WlRr4?&w@4`=5UfXiaqj`,X_XW.&%J7j{3$w
LOGGED_IN_KEY [>1N=HvKfc.X<w(8c=?tN_mu9X7BI7yr6#d[TUPN96mr/:>Tc/}=6(`Rh5[hPOvo
NONCE_KEY H74p[J4hn$?>sr|Q>.O>%sTGZJXQRizwf,{z7m33wyGGGVFWrx<P*+Nq[#<v$4B:
AUTH_SALT 0Lg^|BRqkV:#.j.|Xvwd@.HiSjsU[rP{NjeWEIyaM0ebQhW_p`GN^lugPd|Jm|p`
SECURE_AUTH_SALT +9fg`NWz7[BvWSr;;1{0jC&2wIKcL>]xe@#Il:EHwt<^9M[oi`9RM%{^?rV_2rb/
LOGGED_IN_SALT *p](V?6?|%mO4($+KY2SXN;pPU:cQ<AjxG9XjRxkCxo}J{@hGTCPRi9=tQ,HtK[b
NONCE_SALT n=Ulzb[Yw-|#,wRv3F!E6+wk2z|wo5>(AUVkUmhMXEeE#lw*n8;;%s{nChxX/!Lm
Key Value
DB_NAME owentaylorlocal_db
DB_PASSWORD WqXA3yBJ]}(I
DB_USER owentaylorlocal_us
DB_USER_HOST localhost
DISABLE_WP_CRON False
WP_DEBUG_LOG /srv/www/owentaylorlocal/logs/debug.log
WP_ENV production
WP_HOME https://owentaylorlocal.co.uk
WP_SITEURL https://owentaylorlocal.co.uk/wp
AUTH_KEY z84Yf9m+7):`o|7smf4iX;94r8e^@j};{[9uQ]_e7*a&Y7a5yGyAaE;0BqX)w-P-
SECURE_AUTH_KEY W:E-TOMO_dl]7Px{4}@jM6c&VIQ2WlRr4?&w@4`=5UfXiaqj`,X_XW.&%J7j{3$w
LOGGED_IN_KEY [>1N=HvKfc.X<w(8c=?tN_mu9X7BI7yr6#d[TUPN96mr/:>Tc/}=6(`Rh5[hPOvo
NONCE_KEY H74p[J4hn$?>sr|Q>.O>%sTGZJXQRizwf,{z7m33wyGGGVFWrx<P*+Nq[#<v$4B:
AUTH_SALT 0Lg^|BRqkV:#.j.|Xvwd@.HiSjsU[rP{NjeWEIyaM0ebQhW_p`GN^lugPd|Jm|p`
SECURE_AUTH_SALT +9fg`NWz7[BvWSr;;1{0jC&2wIKcL>]xe@#Il:EHwt<^9M[oi`9RM%{^?rV_2rb/
LOGGED_IN_SALT *p](V?6?|%mO4($+KY2SXN;pPU:cQ<AjxG9XjRxkCxo}J{@hGTCPRi9=tQ,HtK[b
NONCE_SALT n=Ulzb[Yw-|#,wRv3F!E6+wk2z|wo5>(AUVkUmhMXEeE#lw*n8;;%s{nChxX/!Lm
0. Whoops\Handler\PrettyPageHandler