ErrorException rd4d

fwrite(): write of 8192 bytes failed with errno=28 No space left on devicesearch → 49522p

SYSTEMPATH/Cache/Handlers/FileHandler.php at line 367

360             return false;361         }362 363         flock($fpLOCK_EX);364 365         for ($result $written 0$length strlen($data); $written $length$written += $result)366         {367             if (($result = fwrite($fp, substr($data, $written))) === false)368             {369                 break;370             }371         }372 373         flock($fpLOCK_UN);374         fclose($fp);
  1. {PHP internal code}  —  CodeIgniter\Debug\Exceptions->errorHandler ()

  2. SYSTEMPATH/Cache/Handlers/FileHandler.php : 367  —   fwrite()

  3. SYSTEMPATH/Cache/Handlers/FileHandler.php : 139  —  CodeIgniter\Cache\Handlers\FileHandler->writeFile ()

    132 133         $contents = [134             'time' => time(),135             'ttl'  => $ttl,136             'data' => $value,137         ];138 139         if ($this->writeFile($this->path . $key, serialize($contents)))140         {141             chmod($this->path $key0640);142 143             return true;144         }145 146         return false;
  4. SYSTEMPATH/CodeIgniter.php : 684  —  CodeIgniter\Cache\Handlers\FileHandler->save ()

    677         $headers = [];678         foreach ($this->response->getHeaders() as $header)679         {680             $headers[$header->getName()] = $header->getValueLine();681         }682 683         return cache()->save(684                         $this->generateCacheName($config), serialize(['headers' => $headers, 'output' => $this->output]), static::$cacheTTL685         );686     }687 688     //--------------------------------------------------------------------689 690     /**691      * Returns an array with our basic performance stats collected.
  5. SYSTEMPATH/CodeIgniter.php : 1023  —  CodeIgniter\CodeIgniter->cachePage ()

    1016             $this->output .= $returned;1017         }1018 1019         // Cache it without the performance metrics replaced1020         // so that we can have live speed updates along the way.1021         if (static::$cacheTTL 0)1022         {1023             $this->cachePage($cacheConfig);1024         }1025 1026         $this->output $this->displayPerformanceMetrics($this->output);1027 1028         $this->response->setBody($this->output);1029     }1030 
  6. SYSTEMPATH/CodeIgniter.php : 409  —  CodeIgniter\CodeIgniter->gatherOutput ()

    402             $this->benchmark->stop('controller_constructor');403             $this->benchmark->stop('controller');404         }405 406         // If $returned is a string, then the controller output something,407         // probably a view, instead of echoing it directly. Send it along408         // so it can be used with the output.409         $this->gatherOutput($cacheConfig, $returned);410 411         // Never run filters when running through Spark cli412         if (! defined('SPARKED'))413         {414             $filters->setResponse($this->response);415             // Run "after" filters416             $response $filters->run($uri'after');
  7. SYSTEMPATH/CodeIgniter.php : 306  —  CodeIgniter\CodeIgniter->handleRequest ()

    299 300             $this->response->pretend($this->useSafeOutput)->send();301             $this->callExit(EXIT_SUCCESS);302         }303 304         try305         {306             return $this->handleRequest($routes, $cacheConfig, $returnResponse);307         }308         catch (RedirectException $e)309         {310             $logger Services::logger();311             $logger->info('REDIRECTED ROUTE at ' $e->getMessage());312 313             // If the route is a 'redirect' route, it throws
  8. FATH/index.php : 45  —  CodeIgniter\CodeIgniter->run ()

    38 /*39  *---------------------------------------------------------------40  * LAUNCH THE APPLICATION41  *---------------------------------------------------------------42  * Now that everything is setup, it's time to actually fire43  * up the engines and make this app do its thang.44  */45 $app->run();

$_SERVER 603jj

KeyValue
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TEMP/var/www/clients/client1/web8/tmp
TMPDIR/var/www/clients/client1/web8/tmp
TMP/var/www/clients/client1/web8/tmp
HOSTNAME
web8
HOME/var/www/clients/client1/web8
HTTP_CF_REGION_CODEIDF
HTTP_CF_REGIONÎle-de-
HTTP_CF_POSTAL_CODE75000
HTTP_CF_METRO_CODE0
HTTP_CF_IPLONGITUDE2.34880
HTTP_CF_IPLATITUDE48.85341
HTTP_CF_IPCONTINENTEU
HTTP_CF_IPCITYParis
HTTP_X_FORWARDED_PROTOhttps
HTTP_CF_VISITOR{"scheme":"https"}
HTTP_CF_IPCOUNTRYFR
HTTP_CF_CONNECTING_IP179.61.208.32
HTTP_CDN_LOOPcloudflare; loops=1
HTTP_HOSTpostosdesaude-br.informativoparaibano.com
HTTP_CF_TIMEZONEEurope/Paris
HTTP_ACCEPT_ENCODINGgzip, br
HTTP_REFERERhttps://duckduckgo.com
HTTP_CF_RAY94e46ca1ab226f1e-EWR
HTTP__AGENTMozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/3.1)
HTTP_COOKIE/home/domains/noticiasdaparaiba.com/public_html/db/postosdesaude-br-cookies.txt
HTTP_ACCEPT_LANGUAGEen-US,en;q=0.5
HTTP_ACCEPTtext/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_X_FORWARDED_FOR179.61.208.32
SCRIPT_FILENAME/var/www/postosdesaude-br.informativoparaibano.com/web/index.php
REDIRECT_STATUS200
SERVER_NAMEpostosdesaude-br.informativoparaibano.com
SERVER_PORT80
SERVER_ADDR198.211.109.84
REMOTE_PORT
REMOTE_ADDR179.61.208.32
SERVER_SOFTWAREnginx/1.14.2
GATEWAY_INTERFACECGI/1.1
REQUEST_SCHEMEhttp
SERVER_PROTOCOLHTTP/1.1
DOCUMENT_ROOT/var/www/postosdesaude-br.informativoparaibano.com/web
DOCUMENT_URI/index.php
REQUEST_URI/
SCRIPT_NAME/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHODGET
QUERY_STRING
FCGI_ROLERESPONDER
PHP_SELF/index.php
REQUEST_TIME_FLOAT
1749679677.7837
REQUEST_TIME
1749679677
CI_ENVIRONMENTproduction

$_SESSION 3b2l1f

KeyValue
__ci_last_regenerate
1749679678

Constants 4q241j

KeyValue
FATH/var/www/clients/client1/web8/web/
APPPATH/var/www/clients/client1/web8/web/app/
ROOTPATH/var/www/clients/client1/web8/web/
SYSTEMPATH/var/www/clients/client1/web8/web/system/
WRITEPATH/var/www/clients/client1/web8/web/writable/
TESTPATH/
APP_NAMESPACEApp
COMPOSER_PATH/var/www/clients/client1/web8/web/vendor/autoload.php
SECOND1
MINUTE60
HOUR3600
DAY86400
WEEK604800
MONTH2592000
YEAR31536000
DECADE315360000
EXIT_SUCCESS0
EXIT_ERROR1
EXIT_CONFIG3
EXIT_UNKNOWN_FILE4
EXIT_UNKNOWN_CLASS5
EXIT_UNKNOWN_METHOD6
EXIT__INPUT7
EXIT_DATABASE8
EXIT__AUTO_MIN9
EXIT__AUTO_MAX125
ENVIRONMENTproduction
CI_DEBUG0
KINT_DIR/var/www/clients/client1/web8/web/system/ThirdParty/Kint
KINT_WIN
KINT_PHP561
KINT_PHP701
KINT_PHP721
KINT_PHP731
KINT_PHP741
EVENT_PRIORITY_LOW200
EVENT_PRIORITY_NORMAL100
EVENT_PRIORITY_HIGH10
Path/
HTTP MethodGET
IP Address179.61.208.32
Is AJAX Request?no
Is CLI Request?no
Is Secure Request?yes
AgentMozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/3.1)

$_COOKIE s4v22

KeyValue
/home/domains/noticiasdaparaiba_com/public_html/db/postosdesaude-br-cookies_txt

Headers 72451j

HeaderValue
Cf-Region-CodeIDF
Cf-RegionÎle-de-
Cf-Postal-Code75000
Cf-Metro-Code0
Cf-Iplongitude2.34880
Cf-Iplatitude48.85341
Cf-IpcontinentEU
Cf-IpcityParis
X-Forwarded-Protohttps
Cf-Visitor{"scheme":"https"}
Cf-IpcountryFR
Cf-Connecting-Ip179.61.208.32
Cdn-Loopcloudflare; loops=1
Hostpostosdesaude-br.informativoparaibano.com
Cf-TimezoneEurope/Paris
Accept-Encodinggzip, br
Refererhttps://duckduckgo.com
Cf-Ray94e46ca1ab226f1e-EWR
-AgentMozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/3.1)
Cookie/home/domains/noticiasdaparaiba.com/public_html/db/postosdesaude-br-cookies.txt
Accept-Languageen-US,en;q=0.5
Accepttext/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
X-Forwarded-For179.61.208.32
Response Status500 - Internal Server Error

Headers 72451j

HeaderValue
Cache-controlno-store, max-age=0, no-cache
Content-Typetext/html; charset=UTF-8
  1. FATH/index.php
  2. APPPATH/Config/Paths.php
  3. SYSTEMPATH/bootstrap.php
  4. APPPATH/Config/Constants.php
  5. APPPATH/Common.php
  6. SYSTEMPATH/Common.php
  7. APPPATH/Config/Autoload.php
  8. SYSTEMPATH/Config/AutoloadConfig.php
  9. APPPATH/Config/Modules.php
  10. SYSTEMPATH/Autoloader/Autoloader.php
  11. SYSTEMPATH/Config/BaseService.php
  12. APPPATH/Config/Services.php
  13. SYSTEMPATH/Config/Services.php
  14. SYSTEMPATH/Config/DotEnv.php
  15. SYSTEMPATH/Autoloader/FileLocator.php
  16. SYSTEMPATH/Helpers/url_helper.php
  17. SYSTEMPATH/Config/Config.php
  18. APPPATH/Config/App.php
  19. SYSTEMPATH/Config/BaseConfig.php
  20. SYSTEMPATH/CodeIgniter.php
  21. APPPATH/Config/Exceptions.php
  22. SYSTEMPATH/HTTP/IncomingRequest.php
  23. SYSTEMPATH/HTTP/Request.php
  24. SYSTEMPATH/HTTP/Message.php
  25. SYSTEMPATH/HTTP/RequestInterface.php
  26. SYSTEMPATH/HTTP/URI.php
  27. SYSTEMPATH/HTTP/Agent.php
  28. APPPATH/Config/Agents.php
  29. SYSTEMPATH/HTTP/Header.php
  30. SYSTEMPATH/HTTP/Response.php
  31. SYSTEMPATH/HTTP/ResponseInterface.php
  32. SYSTEMPATH/HTTP/ContentSecurityPolicy.php
  33. APPPATH/Config/ContentSecurityPolicy.php
  34. SYSTEMPATH/Debug/Exceptions.php
  35. SYSTEMPATH/API/ResponseTrait.php
  36. APPPATH/Config/Boot/production.php
  37. SYSTEMPATH/ThirdParty/Kint/init.php
  38. SYSTEMPATH/ThirdParty/Kint/Kint.php
  39. SYSTEMPATH/ThirdParty/Kint/Utils.php
  40. SYSTEMPATH/ThirdParty/Kint/init_helpers.php
  41. APPPATH/Config/Kint.php
  42. SYSTEMPATH/ThirdParty/Kint/Renderer/Renderer.php
  43. SYSTEMPATH/ThirdParty/Kint/Renderer/RichRenderer.php
  44. SYSTEMPATH/ThirdParty/Kint/Renderer/CliRenderer.php
  45. SYSTEMPATH/ThirdParty/Kint/Renderer/TextRenderer.php
  46. SYSTEMPATH/Debug/Timer.php
  47. SYSTEMPATH/Events/Events.php
  48. APPPATH/Config/Events.php
  49. APPPATH/Config/Cache.php
  50. SYSTEMPATH/Cache/CacheFactory.php
  51. SYSTEMPATH/Cache/Handlers/FileHandler.php
  52. SYSTEMPATH/Cache/CacheInterface.php
  53. APPPATH/Config/Routes.php
  54. SYSTEMPATH/Router/RouteCollection.php
  55. SYSTEMPATH/Router/RouteCollectionInterface.php
  56. SYSTEMPATH/Config/Routes.php
  57. SYSTEMPATH/Router/Router.php
  58. SYSTEMPATH/Router/RouterInterface.php
  59. APPPATH/Config/Filters.php
  60. SYSTEMPATH/Filters/Filters.php
  61. APPPATH/Controllers/Home.php
  62. APPPATH/Controllers/BaseController.php
  63. SYSTEMPATH/Controller.php
  64. SYSTEMPATH/Log/Logger.php
  65. SYSTEMPATH/ThirdParty/PSR/Log/LoggerInterface.php
  66. APPPATH/Config/Logger.php
  67. SYSTEMPATH/Session/Handlers/FileHandler.php
  68. SYSTEMPATH/Session/Handlers/BaseHandler.php
  69. SYSTEMPATH/ThirdParty/PSR/Log/LoggerAwareTrait.php
  70. SYSTEMPATH/Session/Session.php
  71. SYSTEMPATH/Session/SessionInterface.php
  72. SYSTEMPATH/Helpers/array_helper.php
  73. APPPATH/Models/PostoModel.php
  74. SYSTEMPATH/Model.php
  75. APPPATH/Config/Database.php
  76. SYSTEMPATH/Database/Config.php
  77. SYSTEMPATH/Database/Database.php
  78. SYSTEMPATH/Database/MySQLi/Connection.php
  79. SYSTEMPATH/Database/BaseConnection.php
  80. SYSTEMPATH/Database/ConnectionInterface.php
  81. APPPATH/Config/Validation.php
  82. SYSTEMPATH/Validation/Validation.php
  83. SYSTEMPATH/Validation/ValidationInterface.php
  84. APPPATH/Config/View.php
  85. SYSTEMPATH/Config/View.php
  86. SYSTEMPATH/View/View.php
  87. SYSTEMPATH/View/RendererInterface.php
  88. SYSTEMPATH/Database/MySQLi/Builder.php
  89. SYSTEMPATH/Database/BaseBuilder.php
  90. APPPATH/Models/ArtigoModel.php
  91. SYSTEMPATH/Database/Query.php
  92. SYSTEMPATH/Database/QueryInterface.php
  93. SYSTEMPATH/Database/MySQLi/Result.php
  94. SYSTEMPATH/Database/BaseResult.php
  95. SYSTEMPATH/Database/ResultInterface.php
  96. APPPATH/Views/index.php
  97. APPPATH/Views/_header.php
  98. APPPATH/Views/_cabecalho_logo_e_menu.php
  99. APPPATH/Views/banner_medicamentos.php
  100. APPPATH/Views/_sidebar.php
  101. APPPATH/Views/_footer.php
  102. SYSTEMPATH/Log/Handlers/FileHandler.php
  103. SYSTEMPATH/Log/Handlers/BaseHandler.php
  104. SYSTEMPATH/Log/Handlers/HandlerInterface.php
  105. APPPATH/Views/errors/html/error_exception.php
  106. SYSTEMPATH/ThirdParty/Escaper/Escaper.php
Memory Usage2MB
Peak Memory Usage:2MB
Memory Limit:512M

Fatal error

: Uncaught ErrorException: fwrite(): write of 34 bytes failed with errno=28 No space left on device in /var/www/clients/client1/web8/web/system/Session/Handlers/FileHandler.php:265Stack trace:#0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler()#1 /var/www/clients/client1/web8/web/system/Session/Handlers/FileHandler.php(265): fwrite()#2 [internal function]: CodeIgniter\Session\Handlers\FileHandler->write()#3 [internal function]: session_write_close()#4 {main} thrown in /var/www/clients/client1/web8/web/system/Session/Handlers/FileHandler.php on line 265