Cookies policy

Cookies Policy

Cookies are small files with information that is stored in your internet browser or hard drive when you visit the site. Cookies allow us to improve the site so that it contains the most useful information for you. You can set up your Internet browser so that it does not save cookies or delete previously saved cookies. If you want to take advantage of these features, you should use the settings of your internet browser.

We are not responsible if your Internet browser does not support the usage control, failure to store or delete saved cookies. If you disable storing cookies or delete previously saved cookies, the site may be malfunctioning.

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(): Only 0 of 2706 bytes written, possibly out of free disk space ErrorException thrown with message "file_put_contents(): Only 0 of 2706 bytes written, possibly out of free disk space" Stacktrace: #8 ErrorException in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #7 file_put_contents in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 Illuminate\Filesystem\Filesystem:put in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #5 Illuminate\Session\FileSessionHandler:write in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php:128 #4 Illuminate\Session\Store:save in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #3 Illuminate\Session\Middleware\StartSession:terminate in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #2 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/iparts/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #1 Illuminate\Foundation\Http\Kernel:terminate in /home/iparts/public_html/public/index.php:60 #0 require_once in /home/iparts/public_html/index.php:21
8
ErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
7
file_put_contents
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
6
Illuminate
\
Filesystem
\
Filesystem
put
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
83
5
Illuminate
\
Session
\
FileSessionHandler
write
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
128
4
Illuminate
\
Session
\
Store
save
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
87
3
Illuminate
\
Session
\
Middleware
\
StartSession
terminate
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
218
2
Illuminate
\
Foundation
\
Http
\
Kernel
terminateMiddleware
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
189
1
Illuminate
\
Foundation
\
Http
\
Kernel
terminate
/
public
/
index.php
60
0
require_once
/
index.php
21
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "file_put_contents(): Only 0 of 2706 bytes written, possibly out of free disk space"
    
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "/home/iparts/public_html/storage/framework/sessions/sT8PqFf14q26TbNPn6uWwEMovYf3Yaj8s5PjCORQ"
    
  2. "a:7:{s:6:"_token";s:40:"IXqBOUfllttBDzDNnYiSgxkLkd8dsYZTtNCQwNMk";s:14:"beforeLoginUrl";s:10:"front-page";s:13:"adminCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:13:"frontCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:8:"frontVAT";i:0;s:9:"_previous";a:1:{s:3:"url";s:35:"https://iparts.bg/cookies-policy-en";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->exists($path = $this->path.'/'.$sessionId)) {
            if (filemtime($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->get($path, true);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/home/iparts/public_html/storage/framework/sessions/sT8PqFf14q26TbNPn6uWwEMovYf3Yaj8s5PjCORQ"
    
  2. "a:7:{s:6:"_token";s:40:"IXqBOUfllttBDzDNnYiSgxkLkd8dsYZTtNCQwNMk";s:14:"beforeLoginUrl";s:10:"front-page";s:13:"adminCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:13:"frontCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:8:"frontVAT";i:0;s:9:"_previous";a:1:{s:3:"url";s:35:"https://iparts.bg/cookies-policy-en";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "sT8PqFf14q26TbNPn6uWwEMovYf3Yaj8s5PjCORQ"
    
  2. "a:7:{s:6:"_token";s:40:"IXqBOUfllttBDzDNnYiSgxkLkd8dsYZTtNCQwNMk";s:14:"beforeLoginUrl";s:10:"front-page";s:13:"adminCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:13:"frontCurrency";O:19:"App\Models\Currency":26:{s:11:"\x00*\x00fillable";a:5:{i:0;s:5:"title";i:1;s:4:"code";i:2;s:6:"symbol";i:3;s:7:"default";i:4;s:8:"language";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";N;s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:11:"\x00*\x00original";a:8:{s:2:"id";i:1;s:8:"language";s:2:"en";s:5:"title";s:4:"Euro";s:4:"code";s:3:"€";s:6:"symbol";s:3:"€";s:7:"default";s:3:"yes";s:10:"created_at";s:19:"2017-06-06 21:27:13";s:10:"updated_at";s:19:"2019-05-13 16:51:03";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}s:8:"frontVAT";i:0;s:9:"_previous";a:1:{s:3:"url";s:35:"https://iparts.bg/cookies-policy-en";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            list($name, $parameters) = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:4 [
        0 => "text/html"
        1 => "application/xhtml+xml"
        2 => "application/xml"
        3 => "*/*"
      ]
      #pathInfo: "/cookies-policy-en"
      #requestUri: "/cookies-policy-en"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
iparts
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:4 [
        0 => "text/html"
        1 => "application/xhtml+xml"
        2 => "application/xml"
        3 => "*/*"
      ]
      #pathInfo: "/cookies-policy-en"
      #requestUri: "/cookies-policy-en"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
iparts
/
public_html
/
public
/
index.php
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:4 [
        0 => "text/html"
        1 => "application/xhtml+xml"
        2 => "application/xml"
        3 => "*/*"
      ]
      #pathInfo: "/cookies-policy-en"
      #requestUri: "/cookies-policy-en"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
iparts
/
public_html
/
index.php
 
/**
 * Laravel - A PHP Framework For Web Artisans
 *
 * @package  Laravel
 * @author   Taylor Otwell <taylorotwell@gmail.com>
 */
 
$uri = urldecode(
    parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);
 
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
    return false;
}
 
require_once __DIR__.'/public/index.php';
 
Arguments
  1. "/home/iparts/public_html/public/index.php"
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
TZ
"***"
REDIRECT_REDIRECT_UNIQUE_ID
"***************************"
REDIRECT_REDIRECT_SCRIPT_URL
"******************"
REDIRECT_REDIRECT_SCRIPT_URI
"***********************************"
REDIRECT_REDIRECT_HTTPS
"**"
REDIRECT_REDIRECT_SSL_TLS_SNI
"*********"
REDIRECT_REDIRECT_STATUS
"***"
REDIRECT_UNIQUE_ID
"***************************"
REDIRECT_SCRIPT_URL
"******************"
REDIRECT_SCRIPT_URI
"***********************************"
REDIRECT_HTTPS
"**"
REDIRECT_SSL_TLS_SNI
"*********"
REDIRECT_HANDLER
"****************************"
REDIRECT_STATUS
"***"
UNIQUE_ID
"***************************"
SCRIPT_URL
"******************"
SCRIPT_URI
"***********************************"
HTTPS
"**"
SSL_TLS_SNI
"*********"
HTTP_USER_AGENT
"****************************************"
HTTP_ACCEPT
"***************************************************************"
HTTP_ACCEPT_LANGUAGE
"**************"
HTTP_IF_MODIFIED_SINCE
"Sat, 10 Dec 2022 09:17:50 GMT"
HTTP_ACCEPT_ENCODING
"*******"
HTTP_HOST
"*********"
HTTP_CONNECTION
"**********"
HTTP_X_HTTPS
"*"
PATH
"************************************************************************************************************************************************************************************"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"******"
SERVER_NAME
"*********"
SERVER_ADDR
"*************"
SERVER_PORT
"***"
REMOTE_ADDR
"**********"
DOCUMENT_ROOT
"************************"
REQUEST_SCHEME
"*****"
CONTEXT_PREFIX
"********"
CONTEXT_DOCUMENT_ROOT
"**************************"
SERVER_ADMIN
"*******************"
SCRIPT_FILENAME
"**********************************"
REMOTE_PORT
"*****"
REDIRECT_URL
"**********"
GATEWAY_INTERFACE
"*******"
SERVER_PROTOCOL
"********"
REQUEST_METHOD
"***"
QUERY_STRING
""
REQUEST_URI
"******************"
SCRIPT_NAME
"**********"
ORIG_SCRIPT_FILENAME
"**********************************"
ORIG_PATH_INFO
"**********"
ORIG_PATH_TRANSLATED
"**********************************"
ORIG_SCRIPT_NAME
"*****************"
PHP_SELF
"**********"
REQUEST_TIME_FLOAT
"***************"
REQUEST_TIME
"**********"
argv
[]
argc
0
APP_NAME
"*************"
APP_ENV
"**********"
APP_DEBUG
"****"
APP_LOG_LEVEL
"*****"
APP_KEY
"********************************"
APP_URL
"*****************"
DB_CONNECTION
"*****"
DB_HOST
"*********"
DB_PORT
"****"
DB_DATABASE
"***********"
DB_USERNAME
"***********"
DB_PASSWORD
"************"
BROADCAST_DRIVER
"***"
CACHE_DRIVER
"****"
SESSION_DRIVER
"****"
QUEUE_DRIVER
"****"
REDIS_HOST
"*********"
REDIS_PASSWORD
"****"
REDIS_PORT
"****"
MAIL_DRIVER
"****"
MAIL_HOST
"*********"
MAIL_PORT
"***"
MAIL_USERNAME
"****************"
MAIL_PASSWORD
"*************"
MAIL_ENCRYPTION
"***"
MAIL_FROM_NAME
"*********"
DEFAULT_EMAIL
"****************"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
Key Value
APP_NAME
"*************"
APP_ENV
"**********"
APP_DEBUG
"****"
APP_LOG_LEVEL
"*****"
APP_KEY
"********************************"
APP_URL
"*****************"
DB_CONNECTION
"*****"
DB_HOST
"*********"
DB_PORT
"****"
DB_DATABASE
"***********"
DB_USERNAME
"***********"
DB_PASSWORD
"************"
BROADCAST_DRIVER
"***"
CACHE_DRIVER
"****"
SESSION_DRIVER
"****"
QUEUE_DRIVER
"****"
REDIS_HOST
"*********"
REDIS_PASSWORD
"****"
REDIS_PORT
"****"
MAIL_DRIVER
"****"
MAIL_HOST
"*********"
MAIL_PORT
"***"
MAIL_USERNAME
"****************"
MAIL_PASSWORD
"*************"
MAIL_ENCRYPTION
"***"
MAIL_FROM_NAME
"*********"
DEFAULT_EMAIL
"****************"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
0. Whoops\Handler\PrettyPageHandler