20. Illuminate\View\Engines\CompilerEngine handleViewException
…\bootstrap\compiled.php9857
19. ErrorException
…\app\storage\views\c3d5c9612efb7452d98af3c849e35fb520
18. Illuminate\Exception\Handler handleError
…\app\storage\views\c3d5c9612efb7452d98af3c849e35fb520
17. include
…\bootstrap\compiled.php9855
16. Illuminate\View\Engines\PhpEngine evaluatePath
…\vendor\laravel\framework\src\Illuminate\View\Engines\CompilerEngine.php56
15. Illuminate\View\Engines\CompilerEngine get
…\bootstrap\compiled.php9733
14. Illuminate\View\View getContents
…\bootstrap\compiled.php9720
13. Illuminate\View\View renderContents
…\bootstrap\compiled.php9711
12. Illuminate\View\View render
…\bootstrap\compiled.php10413
11. Illuminate\Http\Response setContent
…\bootstrap\compiled.php9943
10. Symfony\Component\HttpFoundation\Response __construct
…\bootstrap\compiled.php5233
9. Illuminate\Routing\Router prepareResponse
…\bootstrap\compiled.php5042
8. Illuminate\Routing\Router dispatchToRoute
…\bootstrap\compiled.php5028
7. Illuminate\Routing\Router dispatch
…\bootstrap\compiled.php715
6. Illuminate\Foundation\Application dispatch
…\bootstrap\compiled.php696
5. Illuminate\Foundation\Application handle
…\bootstrap\compiled.php7800
4. Illuminate\Session\Middleware handle
…\bootstrap\compiled.php8407
3. Illuminate\Cookie\Queue handle
…\bootstrap\compiled.php8354
2. Illuminate\Cookie\Guard handle
…\bootstrap\compiled.php11017
1. Stack\StackedHttpKernel handle
…\bootstrap\compiled.php657
0. Illuminate\Foundation\Application run
…\index.php50

ErrorException (E_UNKNOWN) ErrorException thrown with message "Undefined variable: pageTitle (View: C:\inetpub\zkteco-sa.com\app\views\layouts\frontend\master.blade.php)" Stacktrace: #20 Illuminate\View\Engines\CompilerEngine:handleViewException in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:9857 #19 ErrorException in C:\inetpub\zkteco-sa.com\app\storage\views\c3d5c9612efb7452d98af3c849e35fb5:20 #18 Illuminate\Exception\Handler:handleError in C:\inetpub\zkteco-sa.com\app\storage\views\c3d5c9612efb7452d98af3c849e35fb5:20 #17 include in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:9855 #16 Illuminate\View\Engines\PhpEngine:evaluatePath in C:\inetpub\zkteco-sa.com\vendor\laravel\framework\src\Illuminate\View\Engines\CompilerEngine.php:56 #15 Illuminate\View\Engines\CompilerEngine:get in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:9733 #14 Illuminate\View\View:getContents in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:9720 #13 Illuminate\View\View:renderContents in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:9711 #12 Illuminate\View\View:render in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:10413 #11 Illuminate\Http\Response:setContent in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:9943 #10 Symfony\Component\HttpFoundation\Response:__construct in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:5233 #9 Illuminate\Routing\Router:prepareResponse in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:5042 #8 Illuminate\Routing\Router:dispatchToRoute in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:5028 #7 Illuminate\Routing\Router:dispatch in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:715 #6 Illuminate\Foundation\Application:dispatch in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:696 #5 Illuminate\Foundation\Application:handle in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:7800 #4 Illuminate\Session\Middleware:handle in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:8407 #3 Illuminate\Cookie\Queue:handle in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:8354 #2 Illuminate\Cookie\Guard:handle in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:11017 #1 Stack\StackedHttpKernel:handle in C:\inetpub\zkteco-sa.com\bootstrap\compiled.php:657 #0 Illuminate\Foundation\Application:run in C:\inetpub\zkteco-sa.com\index.php:50

Undefined variable: pageTitle (View: C:\inetpub\zkteco-sa.com\app\views\layouts\frontend\master.blade.php)

    {
        $obLevel = ob_get_level();
        ob_start();
        extract($__data);
        try {
            include $__path;
        } catch (\Exception $e) {
            $this->handleViewException($e, $obLevel);
        }
        return ltrim(ob_get_clean());
<meta name="robots" content="index, follow">
<?php $__env->startSection('metatags'); ?>
	<meta name="title" content="<?php echo e(@$websiteSettings->site_meta_title); ?>" />
	<meta name="description" content="<?php echo e(@$websiteSettings->site_meta_description); ?>" />
	<meta name="keywords" content="<?php echo e(@$websiteSettings->site_meta_keyword); ?>" />
<?php echo $__env->yieldSection(); ?>
<?php $__env->startSection('seoPageTitle'); ?>
<title><?php if(!empty($seoPageTitle)){ echo $seoPageTitle;  }else{  echo $pageTitle; } ?></title>
<?php echo $__env->yieldSection(); ?>
 
Exception message: Undefined variable: pageTitle
<meta name="robots" content="index, follow">
<?php $__env->startSection('metatags'); ?>
	<meta name="title" content="<?php echo e(@$websiteSettings->site_meta_title); ?>" />
	<meta name="description" content="<?php echo e(@$websiteSettings->site_meta_description); ?>" />
	<meta name="keywords" content="<?php echo e(@$websiteSettings->site_meta_keyword); ?>" />
<?php echo $__env->yieldSection(); ?>
<?php $__env->startSection('seoPageTitle'); ?>
<title><?php if(!empty($seoPageTitle)){ echo $seoPageTitle;  }else{  echo $pageTitle; } ?></title>
<?php echo $__env->yieldSection(); ?>
 
    }
    protected function evaluatePath($__path, $__data)
    {
        $obLevel = ob_get_level();
        ob_start();
        extract($__data);
        try {
            include $__path;
        } catch (\Exception $e) {
            $this->handleViewException($e, $obLevel);
		}
 
		$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);
        $env = $this->factory;
        return $this->render(function ($view) use($env) {
            return $env->getSections();
        });
    }
    protected function getContents()
    {
        return $this->engine->get($this->path, $this->gatherData());
    }
    protected function gatherData()
        $this->factory->flushSectionsIfDoneRendering();
        return $response ?: $contents;
    }
    protected function renderContents()
    {
        $this->factory->incrementRender();
        $this->factory->callComposer($this);
        $contents = $this->getContents();
        $this->factory->decrementRender();
        return $contents;
        $this->path = $path;
        $this->engine = $engine;
        $this->factory = $factory;
        $this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
    }
    public function render(Closure $callback = null)
    {
        $contents = $this->renderContents();
        $response = isset($callback) ? $callback($this, $contents) : null;
        $this->factory->flushSectionsIfDoneRendering();
    public function setContent($content)
    {
        $this->original = $content;
        if ($this->shouldBeJson($content)) {
            $this->headers->set('Content-Type', 'application/json');
            $content = $this->morphToJson($content);
        } elseif ($content instanceof RenderableInterface) {
            $content = $content->render();
        }
        return parent::setContent($content);
    protected $statusCode;
    protected $statusText;
    protected $charset;
    public static $statusTexts = array(100 => 'Continue', 101 => 'Switching Protocols', 102 => 'Processing', 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative Information', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Content', 207 => 'Multi-Status', 208 => 'Already Reported', 226 => 'IM Used', 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 303 => 'See Other', 304 => 'Not Modified', 305 => 'Use Proxy', 306 => 'Reserved', 307 => 'Temporary Redirect', 308 => 'Permanent Redirect', 400 => 'Bad Request', 401 => 'Unauthorized', 402 => 'Payment Required', 403 => 'Forbidden', 404 => 'Not Found', 405 => 'Method Not Allowed', 406 => 'Not Acceptable', 407 => 'Proxy Authentication Required', 408 => 'Request Timeout', 409 => 'Conflict', 410 => 'Gone', 411 => 'Length Required', 412 => 'Precondition Failed', 413 => 'Request Entity Too Large', 414 => 'Request-URI Too Long', 415 => 'Unsupported Media Type', 416 => 'Requested Range Not Satisfiable', 417 => 'Expectation Failed', 418 => 'I\'m a teapot', 422 => 'Unprocessable Entity', 423 => 'Locked', 424 => 'Failed Dependency', 425 => 'Reserved for WebDAV advanced collections expired proposal', 426 => 'Upgrade Required', 428 => 'Precondition Required', 429 => 'Too Many Requests', 431 => 'Request Header Fields Too Large', 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway', 503 => 'Service Unavailable', 504 => 'Gateway Timeout', 505 => 'HTTP Version Not Supported', 506 => 'Variant Also Negotiates (Experimental)', 507 => 'Insufficient Storage', 508 => 'Loop Detected', 510 => 'Not Extended', 511 => 'Network Authentication Required');
    public function __construct($content = '', $status = 200, $headers = array())
    {
        $this->headers = new ResponseHeaderBag($headers);
        $this->setContent($content);
        $this->setStatusCode($status);
        $this->setProtocolVersion('1.0');
        return array_filter($parameters, function ($p) {
            return !is_null($p) && $p !== '';
        });
    }
    protected function prepareResponse($request, $response)
    {
        if (!$response instanceof SymfonyResponse) {
            $response = new Response($response);
        }
        return $response->prepare($request);
    {
        $route = $this->findRoute($request);
        $this->events->fire('router.matched', array($route, $request));
        $response = $this->callRouteBefore($route, $request);
        if (is_null($response)) {
            $response = $route->run($request);
        }
        $response = $this->prepareResponse($request, $response);
        $this->callRouteAfter($route, $request, $response);
        return $response;
        return isset($group['namespace']) ? $group['namespace'] . '\\' . $uses : $uses;
    }
    public function dispatch(Request $request)
    {
        $this->currentRequest = $request;
        $response = $this->callFilter('before', $request);
        if (is_null($response)) {
            $response = $this->dispatchToRoute($request);
        }
        $response = $this->prepareResponse($request, $response);
            if (!is_null($response)) {
                return $this->prepareResponse($response, $request);
            }
        }
        if ($this->runningUnitTests() && !$this['session']->isStarted()) {
            $this['session']->start();
        }
        return $this['router']->dispatch($this->prepareRequest($request));
    }
    public function terminate(SymfonyRequest $request, SymfonyResponse $response)
        });
    }
    public function handle(SymfonyRequest $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        try {
            $this->refreshRequest($request = Request::createFromBase($request));
            $this->boot();
            return $this->dispatch($request);
        } catch (\Exception $e) {
            if (!$catch || $this->runningUnitTests()) {
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        $this->checkRequestForArraySessions($request);
        if ($this->sessionConfigured()) {
            $session = $this->startSession($request);
            $request->setSession($session);
        }
        $response = $this->app->handle($request, $type, $catch);
        if ($this->sessionConfigured()) {
            $this->closeSession($session);
    public function __construct(HttpKernelInterface $app, CookieJar $cookies)
    {
        $this->app = $app;
        $this->cookies = $cookies;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        $response = $this->app->handle($request, $type, $catch);
        foreach ($this->cookies->getQueuedCookies() as $cookie) {
            $response->headers->setCookie($cookie);
    public function __construct(HttpKernelInterface $app, Encrypter $encrypter)
    {
        $this->app = $app;
        $this->encrypter = $encrypter;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
    }
    protected function decrypt(Request $request)
    public function __construct(HttpKernelInterface $app, array $middlewares)
    {
        $this->app = $app;
        $this->middlewares = $middlewares;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->app->handle($request, $type, $catch);
    }
    public function terminate(Request $request, Response $response)
        if ($this->isBooted()) {
            $this->fireAppCallbacks(array($callback));
        }
    }
    public function run(SymfonyRequest $request = null)
    {
        $request = $request ?: $this['request'];
        $response = with($stack = $this->getStackedClient())->handle($request);
        $response->send();
        $stack->terminate($request, $response);
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have whipped up for them.
|
*/
 
$app->run();
 
 
Key Value
_FCGI_X_PIPE_ \\.\pipe\IISFCGI-8a41f27c-ab83-4246-b6a5-8b1209fd4b09
PHP_FCGI_MAX_REQUESTS 10000
PHPRC C:\Program Files (x86)\PHP\v5.6
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\WINDOWS\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG C:\inetpub\temp\apppools\zkteco-sa.com\zkteco-sa.com.config
APP_POOL_ID zkteco-sa.com
ChocolateyInstall C:\ProgramData\chocolatey
CommonProgramFiles C:\Program Files (x86)\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME AictecVM
ComSpec C:\WINDOWS\system32\cmd.exe
DriverData C:\Windows\System32\Drivers\DriverData
LOCALAPPDATA C:\WINDOWS\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS 4
OS Windows_NT
Path C:\Python311\Scripts\;C:\Python311\;C:\Program Files\PHP\v7.4;C:\Program Files (x86)\PHP\v5.6;C:\Program Files (x86)\iis express\PHP\v5.6;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Users\ServersLogger\AppData\Local\Microsoft\WindowsApps;C:\ProgramData\ComposerSetup\bin;C:\Users\ServersLogger\AppData\Roaming\Composer\vendor\bin;C:\Program Files\dotnet\;C:\Users\ServersLogger\.dotnet\tools;C:\Program Files\MySQL\mysql-5.7.39-winx64\bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\dotnet\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files\Azure Data Studio\bin;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW
PROCESSOR_ARCHITECTURE x86
PROCESSOR_ARCHITEW6432 AMD64
PROCESSOR_IDENTIFIER AMD64 Family 25 Model 1 Stepping 1, AuthenticAMD
PROCESSOR_LEVEL 25
PROCESSOR_REVISION 0101
ProgramData C:\ProgramData
ProgramFiles C:\Program Files (x86)
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 AictecVM$
USERPROFILE C:\WINDOWS\system32\config\systemprofile
VS150PROCOMNTOOLS C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Tools\
windir C:\WINDOWS
__PSLockDownPolicy 0
ORIG_PATH_INFO /index.php/download-file/1125
URL /index.php
SERVER_SOFTWARE Microsoft-IIS/10.0
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT_SECURE 0
SERVER_PORT 80
SERVER_NAME zkteco-sa.com
SCRIPT_NAME /index.php
SCRIPT_FILENAME C:\inetpub\zkteco-sa.com\index.php
REQUEST_URI /download-file/1125
REQUEST_METHOD GET
REMOTE_USER
REMOTE_PORT 43498
REMOTE_HOST 3.227.239.160
REMOTE_ADDR 3.227.239.160
QUERY_STRING
PATH_TRANSLATED C:\inetpub\zkteco-sa.com\index.php\download-file\1125
PATH_INFO /download-file/1125
LOGON_USER
LOCAL_ADDR 10.0.0.4
INSTANCE_META_PATH /LM/W3SVC/2
INSTANCE_NAME ZKTECO-SA.COM
INSTANCE_ID 2
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS off
GATEWAY_INTERFACE CGI/1.1
DOCUMENT_ROOT C:\inetpub\zkteco-sa.com
CONTENT_TYPE
CONTENT_LENGTH 0
CERT_SUBJECT
CERT_SERIALNUMBER
CERT_ISSUER
CERT_FLAGS
CERT_COOKIE
AUTH_USER
AUTH_PASSWORD
AUTH_TYPE
APPL_PHYSICAL_PATH C:\inetpub\zkteco-sa.com\
APPL_MD_PATH /LM/W3SVC/2/ROOT
IIS_UrlRewriteModule 7,1,1993,2336
WEBSOCKET_VERSION 13
UNENCODED_URL /download-file/1125
IIS_WasUrlRewritten 1
HTTP_X_ORIGINAL_URL /download-file/1125
HTTP_USER_AGENT claudebot
HTTP_HOST zkteco-sa.com
HTTP_ACCEPT */*
HTTP_CONTENT_LENGTH 0
FCGI_ROLE RESPONDER
PHP_SELF /index.php/download-file/1125
REQUEST_TIME_FLOAT 1711665658.0258
REQUEST_TIME 1711665658
empty
empty
empty
empty
empty
empty
0. Whoops\Handler\PrettyPageHandler