Whoops \ Exception \ ErrorException (E_NOTICE)
Trying to access array offset on value of type null Whoops\Exception\ErrorException thrown with message "Trying to access array offset on value of type null" Stacktrace: #15 Whoops\Exception\ErrorException in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php:1229 #14 Whoops\Run:handleError in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php:1229 #13 Grav\Common\Page\Pages:buildSort in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php:298 #12 Grav\Common\Page\Pages:sort in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php:1112 #11 Grav\Common\Page\Pages:recurse in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php:1077 #10 Grav\Common\Page\Pages:recurse in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php:1077 #9 Grav\Common\Page\Pages:recurse in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php:948 #8 Grav\Common\Page\Pages:resetPages in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php:928 #7 Grav\Common\Page\Pages:buildPages in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php:213 #6 Grav\Common\Page\Pages:init in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Processors\PagesProcessor.php:24 #5 Grav\Common\Processors\PagesProcessor:process in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Grav.php:132 #4 Grav\Common\Grav:Grav\Common\{closure} in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Grav.php:379 #3 Grav\Common\Grav:Grav\Common\{closure} in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Grav.php:355 #2 call_user_func_array in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Grav.php:355 #1 Grav\Common\Grav:__call in F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Grav.php:133 #0 Grav\Common\Grav:process in F:\SQ_SITES\wfs_blog\index.php:52
Stack frames (16)
15
Whoops
\
Exception
\
ErrorException
…\system\src\Grav\Common\Page\Pages.php
1229
14
Whoops
\
Run
handleError
…\system\src\Grav\Common\Page\Pages.php
1229
13
Grav
\
Common
\
Page
\
Pages
buildSort
…\system\src\Grav\Common\Page\Pages.php
298
12
Grav
\
Common
\
Page
\
Pages
sort
…\system\src\Grav\Common\Page\Pages.php
1112
11
Grav
\
Common
\
Page
\
Pages
recurse
…\system\src\Grav\Common\Page\Pages.php
1077
10
Grav
\
Common
\
Page
\
Pages
recurse
…\system\src\Grav\Common\Page\Pages.php
1077
9
Grav
\
Common
\
Page
\
Pages
recurse
…\system\src\Grav\Common\Page\Pages.php
948
8
Grav
\
Common
\
Page
\
Pages
resetPages
…\system\src\Grav\Common\Page\Pages.php
928
7
Grav
\
Common
\
Page
\
Pages
buildPages
…\system\src\Grav\Common\Page\Pages.php
213
6
Grav
\
Common
\
Page
\
Pages
init
…\system\src\Grav\Common\Processors\PagesProcessor.php
24
5
Grav
\
Common
\
Processors
\
PagesProcessor
process
…\system\src\Grav\Common\Grav.php
132
4
Grav
\
Common
\
Grav
Grav
\
Common
\
{closure}
…\system\src\Grav\Common\Grav.php
379
3
Grav
\
Common
\
Grav
Grav
\
Common
\
{closure}
…\system\src\Grav\Common\Grav.php
355
2
call_user_func_array
…\system\src\Grav\Common\Grav.php
355
1
Grav
\
Common
\
Grav
__call
…\system\src\Grav\Common\Grav.php
133
0
Grav
\
Common
\
Grav
process
…\index.php
52
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php
                    $sort_flags = SORT_REGULAR;
                    break;
                case 'publish_date':
                    $list[$key] = $child->publishDate();
                    $sort_flags = SORT_REGULAR;
                    break;
                case 'unpublish_date':
                    $list[$key] = $child->unpublishDate();
                    $sort_flags = SORT_REGULAR;
                    break;
                case 'slug':
                    $list[$key] = $child->slug();
                    break;
                case 'basename':
                    $list[$key] = basename($key);
                    break;
                case 'folder':
                    $list[$key] = $child->folder();
                    break;
                case (is_string($header_query[0])):
                    $child_header = new Header((array)$child->header());
                    $header_value = $child_header->get($header_query[0]);
                    if (is_array($header_value)) {
                        $list[$key] = implode(',',$header_value);
                    } elseif ($header_value) {
                        $list[$key] = $header_value;
                    } else {
                        $list[$key] = $header_default ?: $key;
                    }
                    $sort_flags = $sort_flags ?: SORT_REGULAR;
                    break;
                case 'manual':
                case 'default':
                default:
                    $list[$key] = $key;
                    $sort_flags = $sort_flags ?: SORT_REGULAR;
            }
        }
 
        if (!$sort_flags) {
Arguments
  1. "Trying to access array offset on value of type null"
    
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php
                    $sort_flags = SORT_REGULAR;
                    break;
                case 'publish_date':
                    $list[$key] = $child->publishDate();
                    $sort_flags = SORT_REGULAR;
                    break;
                case 'unpublish_date':
                    $list[$key] = $child->unpublishDate();
                    $sort_flags = SORT_REGULAR;
                    break;
                case 'slug':
                    $list[$key] = $child->slug();
                    break;
                case 'basename':
                    $list[$key] = basename($key);
                    break;
                case 'folder':
                    $list[$key] = $child->folder();
                    break;
                case (is_string($header_query[0])):
                    $child_header = new Header((array)$child->header());
                    $header_value = $child_header->get($header_query[0]);
                    if (is_array($header_value)) {
                        $list[$key] = implode(',',$header_value);
                    } elseif ($header_value) {
                        $list[$key] = $header_value;
                    } else {
                        $list[$key] = $header_default ?: $key;
                    }
                    $sort_flags = $sort_flags ?: SORT_REGULAR;
                    break;
                case 'manual':
                case 'default':
                default:
                    $list[$key] = $key;
                    $sort_flags = $sort_flags ?: SORT_REGULAR;
            }
        }
 
        if (!$sort_flags) {
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php
     * @return array
     */
    public function sort(Page $page, $order_by = null, $order_dir = null, $sort_flags = null)
    {
        if ($order_by === null) {
            $order_by = $page->orderBy();
        }
        if ($order_dir === null) {
            $order_dir = $page->orderDir();
        }
 
        $path = $page->path();
        $children = isset($this->children[$path]) ? $this->children[$path] : [];
 
        if (!$children) {
            return $children;
        }
 
        if (!isset($this->sort[$path][$order_by])) {
            $this->buildSort($path, $children, $order_by, $page->orderManual(), $sort_flags);
        }
 
        $sort = $this->sort[$path][$order_by];
 
        if ($order_dir !== 'asc') {
            $sort = array_reverse($sort);
        }
 
        return $sort;
    }
 
    /**
     * @param Collection $collection
     * @param            $orderBy
     * @param string     $orderDir
     * @param null       $orderManual
     *
     * @return array
     * @internal
     */
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php
            $page->routable(false);
        }
 
        // Override the modified time if modular
        if ($page->template() === 'modular') {
            foreach ($page->collection() as $child) {
                $modified = $child->modified();
 
                if ($modified > $last_modified) {
                    $last_modified = $modified;
                }
            }
        }
 
        // Override the modified and ID so that it takes the latest change into account
        $page->modified($last_modified);
        $page->id($last_modified . md5($page->filePath()));
 
        // Sort based on Defaults or Page Overridden sort order
        $this->children[$page->path()] = $this->sort($page);
 
        return $page;
    }
 
    /**
     * @internal
     */
    protected function buildRoutes()
    {
        /** @var $taxonomy Taxonomy */
        $taxonomy = $this->grav['taxonomy'];
 
        // Get the home route
        $home = self::resetHomeRoute();
 
        // Build routes and taxonomy map.
        /** @var $page Page */
        foreach ($this->instances as $page) {
            if (!$page->root()) {
                // process taxonomy
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php
            }
 
            if ($file->isFile()) {
                // Update the last modified if it's newer than already found
                if (!in_array($file->getBasename(), $this->ignore_files) && ($modified = $file->getMTime()) > $last_modified) {
                    $last_modified = $modified;
                }
            } elseif ($file->isDir() && !in_array($file->getFilename(), $this->ignore_folders)) {
 
                // if folder contains separator, continue
                if (Utils::contains($file->getFilename(), $config->get('system.param_sep', ':'))) {
                    continue;
                }
 
                if (!$page->path()) {
                    $page->path($file->getPath());
                }
 
                $path = $directory . DS . $name;
                $child = $this->recurse($path, $page);
 
                if (Utils::startsWith($name, '_')) {
                    $child->routable(false);
                }
 
                $this->children[$page->path()][$child->path()] = ['slug' => $child->slug()];
 
                if ($config->get('system.pages.events.page')) {
                    $this->grav->fireEvent('onFolderProcessed', new Event(['page' => $page]));
                }
            }
        }
 
        // Set routability to false if no page found
        if (!$content_exists) {
            $page->routable(false);
        }
 
        // Override the modified time if modular
        if ($page->template() === 'modular') {
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php
            }
 
            if ($file->isFile()) {
                // Update the last modified if it's newer than already found
                if (!in_array($file->getBasename(), $this->ignore_files) && ($modified = $file->getMTime()) > $last_modified) {
                    $last_modified = $modified;
                }
            } elseif ($file->isDir() && !in_array($file->getFilename(), $this->ignore_folders)) {
 
                // if folder contains separator, continue
                if (Utils::contains($file->getFilename(), $config->get('system.param_sep', ':'))) {
                    continue;
                }
 
                if (!$page->path()) {
                    $page->path($file->getPath());
                }
 
                $path = $directory . DS . $name;
                $child = $this->recurse($path, $page);
 
                if (Utils::startsWith($name, '_')) {
                    $child->routable(false);
                }
 
                $this->children[$page->path()][$child->path()] = ['slug' => $child->slug()];
 
                if ($config->get('system.pages.events.page')) {
                    $this->grav->fireEvent('onFolderProcessed', new Event(['page' => $page]));
                }
            }
        }
 
        // Set routability to false if no page found
        if (!$content_exists) {
            $page->routable(false);
        }
 
        // Override the modified time if modular
        if ($page->template() === 'modular') {
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php
 
            } else {
                // If pages was found in cache, set the taxonomy
                $this->grav['debugger']->addMessage('Page cache hit.');
                $taxonomy->taxonomy($taxonomy_map);
            }
        } else {
            $this->recurse($pages_dir);
            $this->buildRoutes();
        }
    }
 
    /**
     * Accessible method to manually reset the pages cache
     *
     * @param $pages_dir
     */
    public function resetPages($pages_dir)
    {
        $this->recurse($pages_dir);
        $this->buildRoutes();
 
        // cache if needed
        if ($this->grav['config']->get('system.cache.enabled')) {
            /** @var Cache $cache */
            $cache = $this->grav['cache'];
            /** @var Taxonomy $taxonomy */
            $taxonomy = $this->grav['taxonomy'];
 
            // save pages, routes, taxonomy, and sort to cache
            $cache->save($this->pages_cache_id, [$this->instances, $this->routes, $this->children, $taxonomy->taxonomy(), $this->sort]);
        }
    }
 
    /**
     * Recursive function to load & build page relationships.
     *
     * @param string    $directory
     * @param Page|null $parent
     *
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php
                    $hash = 0;
                    break;
                case 'folder':
                    $hash = Folder::lastModifiedFolder($pages_dir);
                    break;
                case 'hash':
                    $hash = Folder::hashAllFiles($pages_dir);
                    break;
                default:
                    $hash = Folder::lastModifiedFile($pages_dir);
            }
 
            $this->pages_cache_id = md5($pages_dir . $hash . $language->getActive() . $config->checksum());
 
            list($this->instances, $this->routes, $this->children, $taxonomy_map, $this->sort) = $cache->fetch($this->pages_cache_id);
            if (!$this->instances) {
                $this->grav['debugger']->addMessage('Page cache missed, rebuilding pages..');
 
                // recurse pages and cache result
                $this->resetPages($pages_dir, $this->pages_cache_id);
 
            } else {
                // If pages was found in cache, set the taxonomy
                $this->grav['debugger']->addMessage('Page cache hit.');
                $taxonomy->taxonomy($taxonomy_map);
            }
        } else {
            $this->recurse($pages_dir);
            $this->buildRoutes();
        }
    }
 
    /**
     * Accessible method to manually reset the pages cache
     *
     * @param $pages_dir
     */
    public function resetPages($pages_dir)
    {
        $this->recurse($pages_dir);
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Page\Pages.php
        }
 
        return $this->baseUrl($lang, $absolute) . Uri::filterPath($route);
    }
 
    /**
     * Class initialization. Must be called before using this class.
     */
    public function init()
    {
        $config = $this->grav['config'];
        $this->ignore_files = $config->get('system.pages.ignore_files');
        $this->ignore_folders = $config->get('system.pages.ignore_folders');
        $this->ignore_hidden = $config->get('system.pages.ignore_hidden');
 
        $this->instances = [];
        $this->children = [];
        $this->routes = [];
 
        $this->buildPages();
    }
 
    /**
     * Get or set last modification time.
     *
     * @param int $modified
     *
     * @return int|null
     */
    public function lastModified($modified = null)
    {
        if ($modified && $modified > $this->last_modified) {
            $this->last_modified = $modified;
        }
 
        return $this->last_modified;
    }
 
    /**
     * Returns a list of all pages.
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Processors\PagesProcessor.php
 * @copyright  Copyright (C) 2014 - 2017 RocketTheme, LLC. All rights reserved.
 * @license    MIT License; see LICENSE file for details.
 */
 
namespace Grav\Common\Processors;
 
use Grav\Common\Page\Page;
use RocketTheme\Toolbox\Event\Event;
 
class PagesProcessor extends ProcessorBase implements ProcessorInterface
{
    public $id = 'pages';
    public $title = 'Pages';
 
    public function process()
    {
        // Dump Cache state
        $this->container['debugger']->addMessage($this->container['cache']->getCacheStatus());
 
        $this->container['pages']->init();
        $this->container->fireEvent('onPagesInitialized', new Event(['pages' => $this->container['pages']]));
        $this->container->fireEvent('onPageInitialized', new Event(['page' => $this->container['page']]));
 
        /** @var Page $page */
        $page = $this->container['page'];
 
        if (!$page->routable()) {
            // If no page found, fire event
            $event = $this->container->fireEvent('onPageNotFound', new Event(['page' => $page]));
 
            if (isset($event->page)) {
                unset ($this->container['page']);
                $this->container['page'] = $event->page;
            } else {
                throw new \RuntimeException('Page Not Found', 404);
            }
        }
 
    }
}
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Grav.php
        } elseif ($values) {
            $instance = self::$instance;
            foreach ($values as $key => $value) {
                $instance->offsetSet($key, $value);
            }
        }
 
        return self::$instance;
    }
 
    /**
     * Process a request
     */
    public function process()
    {
        // process all processors (e.g. config, initialize, assets, ..., render)
        foreach ($this->processors as $processor) {
            $processor = $this[$processor];
            $this->measureTime($processor->id, $processor->title, function () use ($processor) {
                $processor->process();
            });
        }
 
        /** @var Debugger $debugger */
        $debugger = $this['debugger'];
        $debugger->render();
 
        register_shutdown_function([$this, 'shutdown']);
    }
 
    /**
     * Set the system locale based on the language and configuration
     */
    public function setLocale()
    {
        // Initialize Locale if set and configured.
        if ($this['language']->enabled() && $this['config']->get('system.languages.override_locale')) {
            $language = $this['language']->getLanguage();
            setlocale(LC_ALL, strlen($language) < 3 ? ($language . '_' . strtoupper($language)) : $language);
        } elseif ($this['config']->get('system.default_locale')) {
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Grav.php
     *
     * @param  array $values
     *
     * @return static
     */
    protected static function load(array $values)
    {
        $container = new static($values);
 
        $container['grav'] = $container;
 
        $container['debugger'] = new Debugger();
        $debugger = $container['debugger'];
 
        // closure that measures time by wrapping a function into startTimer and stopTimer
        // The debugger can be passed to the closure. Should be more performant
        // then to get it from the container all time.
        $container->measureTime = function ($timerId, $timerTitle, $callback) use ($debugger) {
            $debugger->startTimer($timerId, $timerTitle);
            $callback();
            $debugger->stopTimer($timerId);
        };
 
        $container->measureTime('_services', 'Services', function () use ($container) {
            $container->registerServices($container);
        });
 
        return $container;
    }
 
    /**
     * Register all services
     * Services are defined in the diMap. They can either only the class
     * of a Service Provider or a pair of serviceKey => serviceClass that
     * gets directly mapped into the container.
     *
     * @return void
     */
    protected function registerServices()
    {
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Grav.php
 
                ob_end_flush();
                @ob_flush();
                flush();
            }
        }
 
        // Run any time consuming tasks.
        $this->fireEvent('onShutdown');
    }
 
    /**
     * Magic Catch All Function
     * Used to call closures like measureTime on the instance.
     * Source: http://stackoverflow.com/questions/419804/closures-as-class-members
     */
    public function __call($method, $args)
    {
        $closure = $this->$method;
        call_user_func_array($closure, $args);
    }
 
    /**
     * Initialize and return a Grav instance
     *
     * @param  array $values
     *
     * @return static
     */
    protected static function load(array $values)
    {
        $container = new static($values);
 
        $container['grav'] = $container;
 
        $container['debugger'] = new Debugger();
        $debugger = $container['debugger'];
 
        // closure that measures time by wrapping a function into startTimer and stopTimer
        // The debugger can be passed to the closure. Should be more performant
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Grav.php
 
                ob_end_flush();
                @ob_flush();
                flush();
            }
        }
 
        // Run any time consuming tasks.
        $this->fireEvent('onShutdown');
    }
 
    /**
     * Magic Catch All Function
     * Used to call closures like measureTime on the instance.
     * Source: http://stackoverflow.com/questions/419804/closures-as-class-members
     */
    public function __call($method, $args)
    {
        $closure = $this->$method;
        call_user_func_array($closure, $args);
    }
 
    /**
     * Initialize and return a Grav instance
     *
     * @param  array $values
     *
     * @return static
     */
    protected static function load(array $values)
    {
        $container = new static($values);
 
        $container['grav'] = $container;
 
        $container['debugger'] = new Debugger();
        $debugger = $container['debugger'];
 
        // closure that measures time by wrapping a function into startTimer and stopTimer
        // The debugger can be passed to the closure. Should be more performant
F:\SQ_SITES\wfs_blog\system\src\Grav\Common\Grav.php
            $instance = self::$instance;
            foreach ($values as $key => $value) {
                $instance->offsetSet($key, $value);
            }
        }
 
        return self::$instance;
    }
 
    /**
     * Process a request
     */
    public function process()
    {
        // process all processors (e.g. config, initialize, assets, ..., render)
        foreach ($this->processors as $processor) {
            $processor = $this[$processor];
            $this->measureTime($processor->id, $processor->title, function () use ($processor) {
                $processor->process();
            });
        }
 
        /** @var Debugger $debugger */
        $debugger = $this['debugger'];
        $debugger->render();
 
        register_shutdown_function([$this, 'shutdown']);
    }
 
    /**
     * Set the system locale based on the language and configuration
     */
    public function setLocale()
    {
        // Initialize Locale if set and configured.
        if ($this['language']->enabled() && $this['config']->get('system.languages.override_locale')) {
            $language = $this['language']->getLanguage();
            setlocale(LC_ALL, strlen($language) < 3 ? ($language . '_' . strtoupper($language)) : $language);
        } elseif ($this['config']->get('system.default_locale')) {
            setlocale(LC_ALL, $this['config']->get('system.default_locale'));
F:\SQ_SITES\wfs_blog\index.php
 
// Set timezone to default, falls back to system if php.ini not set
date_default_timezone_set(@date_default_timezone_get());
 
// Set internal encoding if mbstring loaded
if (!extension_loaded('mbstring')) {
    die("'mbstring' extension is not loaded.  This is required for Grav to run correctly");
}
mb_internal_encoding('UTF-8');
 
// Get the Grav instance
$grav = Grav::instance(
    array(
        'loader' => $loader
    )
);
 
// Process the page
try {
    $grav->process();
} catch (\Exception $e) {
    $grav->fireEvent('onFatalException', new Event(array('exception' => $e)));
    throw $e;
}
 

Environment & details:

empty
empty
empty
empty
empty
Key Value
_FCGI_X_PIPE_
"\\.\pipe\IISFCGI-b9a03e54-4f99-4482-83a4-352a31e92d5d"
PHPRC
"C:\Program Files\PHP\7.4.32\"
PHP_FCGI_MAX_REQUESTS
"10000"
ALLUSERSPROFILE
"C:\ProgramData"
APPDATA
"C:\Windows\system32\config\systemprofile\AppData\Roaming"
APP_POOL_CONFIG
"C:\inetpub\temp\apppools\WFS Blog\WFS Blog.config"
APP_POOL_ID
"WFS Blog"
CommonProgramFiles
"C:\Program Files\Common Files"
CommonProgramFiles(x86)
"C:\Program Files (x86)\Common Files"
CommonProgramW6432
"C:\Program Files\Common Files"
COMPUTERNAME
"SQ2017"
ComSpec
"C:\Windows\system32\cmd.exe"
LOCALAPPDATA
"C:\Windows\system32\config\systemprofile\AppData\Local"
NUMBER_OF_PROCESSORS
"4"
OS
"Windows_NT"
Path
"C:\Program Files\PHP\v7.4;C:\Program Files\PHP\v7.1;C:\Windows\system32\inetsrv;C:\Program Files (x86)\PHP\v7.1;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Users\ecanner\AppData\Local\Microsoft\WindowsApps;C:\Program Files\IIS\Microsoft Web Deploy V3;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Microsoft\Web Platform Installer\;C:\ProgramData\ComposerSetup\bin;C:\Program Files\PHP\v7.1.31;C:\nodejs\;C:\Program Files\Git\cmd;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps"
PATHEXT
".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC"
PHP_BINARY
"C:\Program Files\PHP\v7.4\php.exe"
PROCESSOR_ARCHITECTURE
"AMD64"
PROCESSOR_IDENTIFIER
"Intel64 Family 6 Model 79 Stepping 1, GenuineIntel"
PROCESSOR_LEVEL
"6"
PROCESSOR_REVISION
"4f01"
ProgramData
"C:\ProgramData"
ProgramFiles
"C:\Program Files"
ProgramFiles(x86)
"C:\Program Files (x86)"
ProgramW6432
"C:\Program Files"
PSModulePath
"C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules"
PUBLIC
"C:\Users\Public"
SystemDrive
"C:"
SystemRoot
"C:\Windows"
TEMP
"C:\Windows\TEMP"
TMP
"C:\Windows\TEMP"
USERDOMAIN
"WORKGROUP"
USERNAME
"SQ2017$"
USERPROFILE
"C:\Windows\system32\config\systemprofile"
windir
"C:\Windows"
ORIG_PATH_INFO
"/index.php"
URL
"/index.php"
SERVER_SOFTWARE
"Microsoft-IIS/10.0"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_PORT_SECURE
"0"
SERVER_PORT
"80"
SERVER_NAME
"blog.wayfindersoftware.com"
SCRIPT_NAME
"/index.php"
SCRIPT_FILENAME
"f:\sq_sites\wfs_blog\index.php"
REQUEST_URI
"/tag/gps"
REQUEST_METHOD
"GET"
REMOTE_USER
""
REMOTE_PORT
"51924"
REMOTE_HOST
"44.197.113.64"
REMOTE_ADDR
"44.197.113.64"
QUERY_STRING
""
PATH_TRANSLATED
"f:\sq_sites\wfs_blog\index.php"
LOGON_USER
""
LOCAL_ADDR
"169.46.39.129"
INSTANCE_META_PATH
"/LM/W3SVC/15"
INSTANCE_NAME
"WFS BLOG"
INSTANCE_ID
"15"
HTTPS_SERVER_SUBJECT
""
HTTPS_SERVER_ISSUER
""
HTTPS_SECRETKEYSIZE
""
HTTPS_KEYSIZE
""
HTTPS
"off"
GATEWAY_INTERFACE
"CGI/1.1"
DOCUMENT_ROOT
"f:\sq_sites\wfs_blog"
CONTENT_TYPE
""
CONTENT_LENGTH
"0"
CERT_SUBJECT
""
CERT_SERIALNUMBER
""
CERT_ISSUER
""
CERT_FLAGS
""
CERT_COOKIE
""
AUTH_USER
""
AUTH_PASSWORD
""
AUTH_TYPE
""
APPL_PHYSICAL_PATH
"f:\sq_sites\wfs_blog\"
APPL_MD_PATH
"/LM/W3SVC/15/ROOT"
IIS_UrlRewriteModule
"7.1.1980.0"
UNENCODED_URL
"/tag/gps"
IIS_WasUrlRewritten
"1"
HTTP_X_ORIGINAL_URL
"/tag/gps"
HTTP_USER_AGENT
"claudebot"
HTTP_REFERER
"http://blog.wayfindersoftware.com/tag/gps/"
HTTP_HOST
"blog.wayfindersoftware.com"
HTTP_ACCEPT
"*/*"
HTTP_CONTENT_LENGTH
"0"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1710841857.8926
REQUEST_TIME
1710841857
empty
0. Whoops\Handler\PrettyPageHandler
1. Whoops\Handler\CallbackHandler