Climatizador

Climatizador

Tenho Interesse

Informações

Os equipamentos para climatização de ambientes oferecem conforto térmico, tornando o seu ambiente ainda mais agradável.

A Comfort GA oferece serviços de alta qualidade e soluções personalizadas para climatização de ambientes que proporcionam ganhos de produtividade, controle de gastos e otimização do consumo de energia elétrica, além de soluções de climatização de ambientes que garantem as condições ambientais adequadas à execução de processos industriais, umidificação, renovação, filtragem e ventilação do ar.

ComfortGa, sempre cuidado de sua residência e ambiente de trabalho.

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(): Only 0 of 291 bytes written, possibly out of free disk space ErrorException thrown with message "file_put_contents(): Only 0 of 291 bytes written, possibly out of free disk space" Stacktrace: #6 ErrorException in /home/comfortga/public_html/bootstrap/cache/compiled.php:7364 #5 file_put_contents in /home/comfortga/public_html/bootstrap/cache/compiled.php:7364 #4 Illuminate\Filesystem\Filesystem:put in /home/comfortga/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #3 Illuminate\Session\FileSessionHandler:write in /home/comfortga/public_html/bootstrap/cache/compiled.php:12153 #2 Illuminate\Session\Store:save in /home/comfortga/public_html/bootstrap/cache/compiled.php:11974 #1 Illuminate\Session\Middleware\StartSession:terminate in /home/comfortga/public_html/bootstrap/cache/compiled.php:2375 #0 Illuminate\Foundation\Http\Kernel:terminate in /home/comfortga/public_html/public/index.php:57
Stack frames (7)
6
ErrorException
/bootstrap/cache/compiled.php7364
5
file_put_contents
/bootstrap/cache/compiled.php7364
4
Illuminate\Filesystem\Filesystem put
/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php83
3
Illuminate\Session\FileSessionHandler write
/bootstrap/cache/compiled.php12153
2
Illuminate\Session\Store save
/bootstrap/cache/compiled.php11974
1
Illuminate\Session\Middleware\StartSession terminate
/bootstrap/cache/compiled.php2375
0
Illuminate\Foundation\Http\Kernel terminate
/public/index.php57
/home/comfortga/public_html/bootstrap/cache/compiled.php
            } finally {
                fclose($handle);
            }
        }
        return $contents;
    }
    public function getRequire($path)
    {
        if ($this->isFile($path)) {
            return require $path;
        }
        throw new FileNotFoundException("File does not exist at path {$path}");
    }
    public function requireOnce($file)
    {
        require_once $file;
    }
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data . $this->get($path));
        }
        return $this->put($path, $data);
    }
    public function append($path, $data)
    {
        return file_put_contents($path, $data, FILE_APPEND);
    }
    public function delete($paths)
    {
        $paths = is_array($paths) ? $paths : func_get_args();
        $success = true;
        foreach ($paths as $path) {
            try {
                if (!@unlink($path)) {
                    $success = false;
Arguments
  1. "file_put_contents(): Only 0 of 291 bytes written, possibly out of free disk space"
    
/home/comfortga/public_html/bootstrap/cache/compiled.php
            } finally {
                fclose($handle);
            }
        }
        return $contents;
    }
    public function getRequire($path)
    {
        if ($this->isFile($path)) {
            return require $path;
        }
        throw new FileNotFoundException("File does not exist at path {$path}");
    }
    public function requireOnce($file)
    {
        require_once $file;
    }
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data . $this->get($path));
        }
        return $this->put($path, $data);
    }
    public function append($path, $data)
    {
        return file_put_contents($path, $data, FILE_APPEND);
    }
    public function delete($paths)
    {
        $paths = is_array($paths) ? $paths : func_get_args();
        $success = true;
        foreach ($paths as $path) {
            try {
                if (!@unlink($path)) {
                    $success = false;
Arguments
  1. "/home/comfortga/public_html/storage/framework/sessions/f6554babadbac17dd67d6b1eca6ac5706f2b9fd2"
    
  2. "a:4:{s:6:"_token";s:40:"h0PBCsmjpNzrwgoQJhO7cEXI9hZloGYpWCzF0YWp";s:9:"_previous";a:1:{s:3:"url";s:54:"https://comfortga.com.br/public/produto/5/climatizador";}s:9:"_sf2_meta";a:3:{s:1:"u";i:1756446846;s:1:"c";i:1756446846;s:1:"l";s:1:"0";}s:5:"flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/home/comfortga/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);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
                    ->in($this->path)
                    ->files()
                    ->ignoreDotFiles(true)
                    ->date('<= now - '.$lifetime.' seconds');
Arguments
  1. "/home/comfortga/public_html/storage/framework/sessions/f6554babadbac17dd67d6b1eca6ac5706f2b9fd2"
    
  2. "a:4:{s:6:"_token";s:40:"h0PBCsmjpNzrwgoQJhO7cEXI9hZloGYpWCzF0YWp";s:9:"_previous";a:1:{s:3:"url";s:54:"https://comfortga.com.br/public/produto/5/climatizador";}s:9:"_sf2_meta";a:3:{s:1:"u";i:1756446846;s:1:"c";i:1756446846;s:1:"l";s:1:"0";}s:5:"flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/home/comfortga/public_html/bootstrap/cache/compiled.php
        return $this->migrate(true, $lifetime);
    }
    public function migrate($destroy = false, $lifetime = null)
    {
        if ($destroy) {
            $this->handler->destroy($this->getId());
        }
        $this->setExists(false);
        $this->id = $this->generateSessionId();
        return true;
    }
    public function regenerate($destroy = false)
    {
        return $this->migrate($destroy);
    }
    public function save()
    {
        $this->addBagDataToSession();
        $this->ageFlashData();
        $this->handler->write($this->getId(), $this->prepareForStorage(serialize($this->attributes)));
        $this->started = false;
    }
    protected function prepareForStorage($data)
    {
        return $data;
    }
    protected function addBagDataToSession()
    {
        foreach (array_merge($this->bags, [$this->metaBag]) as $bag) {
            $key = $bag->getStorageKey();
            if (isset($this->bagData[$key])) {
                $this->put($key, $this->bagData[$key]);
            }
        }
    }
    public function ageFlashData()
    {
        $this->forget($this->get('flash.old', []));
        $this->put('flash.old', $this->get('flash.new', []));
        $this->put('flash.new', []);
Arguments
  1. "f6554babadbac17dd67d6b1eca6ac5706f2b9fd2"
    
  2. "a:4:{s:6:"_token";s:40:"h0PBCsmjpNzrwgoQJhO7cEXI9hZloGYpWCzF0YWp";s:9:"_previous";a:1:{s:3:"url";s:54:"https://comfortga.com.br/public/produto/5/climatizador";}s:9:"_sf2_meta";a:3:{s:1:"u";i:1756446846;s:1:"c";i:1756446846;s:1:"l";s:1:"0";}s:5:"flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/home/comfortga/public_html/bootstrap/cache/compiled.php
    }
    public function handle($request, Closure $next)
    {
        $this->sessionHandled = true;
        if ($this->sessionConfigured()) {
            $session = $this->startSession($request);
            $request->setSession($session);
            $this->collectGarbage($session);
        }
        $response = $next($request);
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
            $this->addCookieToResponse($response, $session);
        }
        return $response;
    }
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && !$this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
    protected function startSession(Request $request)
    {
        $session = $this->getSession($request);
        $session->setRequestOnHandler($request);
        $session->start();
        return $session;
    }
    public function getSession(Request $request)
    {
        $session = $this->manager->driver();
        $session->setId($request->cookies->get($session->getName()));
        return $session;
    }
    protected function storeCurrentUrl(Request $request, $session)
    {
        if ($request->method() === 'GET' && $request->route() && !$request->ajax()) {
            $session->setPreviousUrl($request->fullUrl());
        }
/home/comfortga/public_html/bootstrap/cache/compiled.php
            $response = $this->renderException($request, $e);
        }
        $this->app['events']->fire('kernel.handled', [$request, $response]);
        return $response;
    }
    protected function sendRequestThroughRouter($request)
    {
        $this->app->instance('request', $request);
        Facade::clearResolvedInstance('request');
        $this->bootstrap();
        return (new Pipeline($this->app))->send($request)->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)->then($this->dispatchToRouter());
    }
    public function terminate($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge($this->gatherRouteMiddlewares($request), $this->middleware);
        foreach ($middlewares as $middleware) {
            list($name, $parameters) = $this->parseMiddleware($middleware);
            $instance = $this->app->make($name);
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
        $this->app->terminate();
    }
    protected function gatherRouteMiddlewares($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddlewares($route);
        }
        return [];
    }
    protected function parseMiddleware($middleware)
    {
        list($name, $parameters) = array_pad(explode(':', $middleware, 2), 2, []);
        if (is_string($parameters)) {
            $parameters = explode(',', $parameters);
        }
        return [$name, $parameters];
    }
    public function prependMiddleware($middleware)
Arguments
  1. Request {}
    
  2. Response {}
    
/home/comfortga/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 {}
    
  2. Response {}
    

Environment & details:

empty
empty
empty
Key Value
XSRF-TOKEN
"eyJpdiI6IldqV01JUlhYR2NpTWVLOUxLN1U3VFE9PSIsInZhbHVlIjoiQmVtd3ZNUXB3XC8rcllqcFp5WTVMUkROU2M4OUZBR3dlZkdITEFuaUZ3Q0FhVDFvNTZMOUdnM2U1ekI2MTBtbEVLM2R1RUkyK2ZkNm1QdE5TbkoyWGpRPT0iLCJtYWMiOiJmYjQwYTZkYzA1NTZlNGVkYjY4MzczODUxNzJiNjlhYzdmMGExYjgxYzJlNjQzNWUxZjQ1MGY2Y2Q1MzU1OTczIn0="
laravel_session
"eyJpdiI6Im8rZ0hcLzFuZFJjc1hBOVlNTU51VmVBPT0iLCJ2YWx1ZSI6InZ6eHQ2MkhtU01DWFZxM3ZzeXpic3FKeDc0MmpkMG56MHQ0eDJhdDZoeUpXQkRlc21tWjFqT1V6d0RPSFBVek5DZ0tMT0xcL0tNN0xkZzNZeUQrQzhFdz09IiwibWFjIjoiYzY3ZmJjZmEwMjcyZDA4ZTRhODhiZGE2MWZkZWQwZTExZjMxMDgxMzBlYThlYTFmNTczYzFhOGYwY2M2ODdlNCJ9"
empty
Key Value
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_CONNECTION
"Keep-Alive"
CONTENT_LENGTH
"0"
HTTP_COOKIE
"XSRF-TOKEN=eyJpdiI6IldqV01JUlhYR2NpTWVLOUxLN1U3VFE9PSIsInZhbHVlIjoiQmVtd3ZNUXB3XC8rcllqcFp5WTVMUkROU2M4OUZBR3dlZkdITEFuaUZ3Q0FhVDFvNTZMOUdnM2U1ekI2MTBtbEVLM2R1RUkyK2ZkNm1QdE5TbkoyWGpRPT0iLCJtYWMiOiJmYjQwYTZkYzA1NTZlNGVkYjY4MzczODUxNzJiNjlhYzdmMGExYjgxYzJlNjQzNWUxZjQ1MGY2Y2Q1MzU1OTczIn0%3D; laravel_session=eyJpdiI6Im8rZ0hcLzFuZFJjc1hBOVlNTU51VmVBPT0iLCJ2YWx1ZSI6InZ6eHQ2MkhtU01DWFZxM3ZzeXpic3FKeDc0MmpkMG56MHQ0eDJhdDZoeUpXQkRlc21tWjFqT1V6d0RPSFBVek5DZ0tMT0xcL0tNN0xkZzNZeUQrQzhFdz09IiwibWFjIjoiYzY3ZmJjZmEwMjcyZDA4ZTRhODhiZGE2MWZkZWQwZTExZjMxMDgxMzBlYThlYTFmNTczYzFhOGYwY2M2ODdlNCJ9"
HTTP_HOST
"comfortga.com.br"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_X_FORWARDED_FOR
"216.73.216.174"
HTTP_CF_RAY
"9769cab6cc4cb266-ORD"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_HTTPS
"1"
REDIRECT_REDIRECT_UNIQUE_ID
"aLFAfjGEzIgYGBvEvjaSdAAAAB4"
REDIRECT_REDIRECT_SCRIPT_URL
"/public/produto/5/climatizador"
REDIRECT_REDIRECT_SCRIPT_URI
"https://comfortga.com.br/public/produto/5/climatizador"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"comfortga.com.br"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aLFAfjGEzIgYGBvEvjaSdAAAAB4"
REDIRECT_SCRIPT_URL
"/public/produto/5/climatizador"
REDIRECT_SCRIPT_URI
"https://comfortga.com.br/public/produto/5/climatizador"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"comfortga.com.br"
REDIRECT_STATUS
"200"
UNIQUE_ID
"aLFAfjGEzIgYGBvEvjaSdAAAAB4"
SCRIPT_URL
"/public/produto/5/climatizador"
SCRIPT_URI
"https://comfortga.com.br/public/produto/5/climatizador"
HTTPS
"on"
SSL_TLS_SNI
"comfortga.com.br"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"comfortga.com.br"
SERVER_ADDR
"192.169.93.210"
SERVER_PORT
"443"
REMOTE_ADDR
"216.73.216.174"
DOCUMENT_ROOT
"/home/comfortga/public_html"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/comfortga/public_html"
SERVER_ADMIN
"[email protected]"
SCRIPT_FILENAME
"/home/comfortga/public_html/public/index.php"
REMOTE_PORT
"49704"
REDIRECT_URL
"/index.php"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/public/produto/5/climatizador"
SCRIPT_NAME
"/public/index.php"
PHP_SELF
"/public/index.php"
REQUEST_TIME_FLOAT
1756446846.5499
REQUEST_TIME
1756446846
APP_ENV
"local"
APP_KEY
"base64:HpYkDDj2BwjpM9+KBlRsQhQDABkSeBpwF4iOuwKePvI="
APP_DEBUG
"true"
APP_URL
"http://localhost"
LOG_CHANNEL
"daily"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"comfortga_comfort_site2022"
DB_USERNAME
"comfortga_user"
DB_PASSWORD
"[FazhJCY+82}"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
"us-east-1"
AWS_BUCKET
""
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
FRAMEWORK_VERSION
"1.1"
DEVELOPER_NAME
"Dev"
DEVELOPER_WEBSITE
"[email protected]"
MAIL_DRIVER
"smtp"
MAIL_HOST
"mail.comfortga.com.br"
MAIL_PORT
"587"
MAIL_USERNAME
"[email protected]"
MAIL_PASSWORD
"{b4RzeGL]j_x"
MAIL_ENCRYPTION
"null"
MAIL_FROM_ADDRESS
"[email protected]"
MAIL_FROM_NAME
"webmaster"
MAIL_SENDER
"[email protected]"
MAIL_SENDER_NAME
"Comfort GA"
RECAPTCHA_SITE
""
RECAPTCHA_SECRETA
""
Key Value
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
APP_ENV
"local"
APP_KEY
"base64:HpYkDDj2BwjpM9+KBlRsQhQDABkSeBpwF4iOuwKePvI="
APP_DEBUG
"true"
APP_URL
"http://localhost"
LOG_CHANNEL
"daily"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"comfortga_comfort_site2022"
DB_USERNAME
"comfortga_user"
DB_PASSWORD
"[FazhJCY+82}"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
"us-east-1"
AWS_BUCKET
""
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
FRAMEWORK_VERSION
"1.1"
DEVELOPER_NAME
"Dev"
DEVELOPER_WEBSITE
"[email protected]"
MAIL_DRIVER
"smtp"
MAIL_HOST
"mail.comfortga.com.br"
MAIL_PORT
"587"
MAIL_USERNAME
"[email protected]"
MAIL_PASSWORD
"{b4RzeGL]j_x"
MAIL_ENCRYPTION
"null"
MAIL_FROM_ADDRESS
"[email protected]"
MAIL_FROM_NAME
"webmaster"
MAIL_SENDER
"[email protected]"
MAIL_SENDER_NAME
"Comfort GA"
RECAPTCHA_SITE
""
RECAPTCHA_SECRETA
""
0. Whoops\Handler\PrettyPageHandler