[2025-05-13 15:32:24] manifestcache-log.WARNING: Failed to save values {"keys":["__CACHE__"],"exception":"[object] (ErrorException(code: 0): file_put_contents(): write of 8192 bytes failed with errno=28 No space left on device at /home/iqstaging/socra.iqstaging.com/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:87)"} [] ERROR [Notice]: fwrite(): write of 335 bytes failed with errno=28 No space left on device IN GET /advertise-and-exhibit/advertise/annual-conference-program-book-ads?stage=Live Line 133 in /home/iqstaging/socra.iqstaging.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php Source ====== 124: } 125: 126: /** 127: * Write to stream 128: * @param resource $stream 129: * @param array $record 130: */ 131: protected function streamWrite($stream, array $record) 132: { * 133: fwrite($stream, (string) $record['formatted']); 134: } 135: 136: private function customErrorHandler($code, $msg) 137: { 138: $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg); 139: } Trace ===== fwrite(Resource id #1450, [2025-05-13 15:32:24] error-log.WARNING: Failed to save values {"keys":["getConfigureDatabasePaths"],"exception":"[object] (ErrorException(code: 0): file_put_contents(): write of 34 bytes failed with errno=28 No space left on device at /home/iqstaging/socra.iqstaging.com/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:87)"} [] ) StreamHandler.php:133 Monolog\Handler\StreamHandler->streamWrite(Resource id #1450, Array) StreamHandler.php:119 Monolog\Handler\StreamHandler->write(Array) AbstractProcessingHandler.php:39 Monolog\Handler\AbstractProcessingHandler->handle(Array) Logger.php:344 Monolog\Logger->addRecord(300, Failed to save values, Array) Logger.php:684 Monolog\Logger->warning(Failed to save values, Array) CacheItem.php:181 Symfony\Component\Cache\CacheItem::log(Monolog\Logger, Failed to save values, Array) AbstractCache.php:137 Symfony\Component\Cache\Simple\AbstractCache->setMultiple(Array, 0) AbstractCache.php:77 Symfony\Component\Cache\Simple\AbstractCache->set(getConfigureDatabasePaths, Array, ) ProxyCacheAdapter.php:72 SilverStripe\Versioned\Caching\ProxyCacheAdapter->set(getConfigureDatabasePaths, Array) DatabaseAdapterRegistry.php:186 SilverStripe\Dev\Install\DatabaseAdapterRegistry::getConfigureDatabasePaths() DatabaseAdapterRegistry.php:150 SilverStripe\Dev\Install\DatabaseAdapterRegistry::autoconfigure(Array) CoreKernel.php:372 SilverStripe\Core\CoreKernel->getDatabaseConfig() CoreKernel.php:258 SilverStripe\Core\CoreKernel->bootDatabaseEnvVars() CoreKernel.php:196 SilverStripe\Core\CoreKernel->boot() HTTPApplication.php:135 SilverStripe\Control\HTTPApplication->SilverStripe\Control\{closure}(SilverStripe\Control\HTTPRequest) call_user_func(Closure, SilverStripe\Control\HTTPRequest) ErrorControlChainMiddleware.php:67 SilverStripe\Core\Startup\ErrorControlChainMiddleware->process(SilverStripe\Control\HTTPRequest, Closure) HTTPMiddlewareAware.php:62 SilverStripe\Control\HTTPApplication->SilverStripe\Control\Middleware\{closure}(SilverStripe\Control\HTTPRequest) HTTPMiddlewareAware.php:65 SilverStripe\Control\HTTPApplication->callMiddleware(SilverStripe\Control\HTTPRequest, Closure) HTTPApplication.php:137 SilverStripe\Control\HTTPApplication->execute(SilverStripe\Control\HTTPRequest, Closure, ) HTTPApplication.php:116 SilverStripe\Control\HTTPApplication->handle(SilverStripe\Control\HTTPRequest) index.php:25 GET /advertise-and-exhibit/advertise/annual-conference-program-book-ads?stage=Live

[Warning] file_put_contents(): Only -1 of 49 bytes written, possibly out of free disk space

GET /advertise-and-exhibit/advertise/annual-conference-program-book-ads?stage=Live

Line 50 in /home/iqstaging/socra.iqstaging.com/vendor/iqnection-pages/basepages/src/BasePage/PageControllerExtension.php

Source

41                     'children' => $this->MobileNavChildren($page, 2)
42                 ];
43             }
44             $this->owner->extend('updateMobileNav', $mobileNav);
45             $mobileNav = json_encode($mobileNav);
46             $cacheInterface->set($cacheKey, $mobileNav, (60 * 60 * 24 * 7 * 90));
47         }
48         else
49         {
50             file_put_contents(BASE_PATH.'/cache-logs.log', "\n".'Cache Found: ['.$cacheKey.'] '.$S_ERVER['REQUEST_URI'], FILE_APPEND);
51 
52         }
53         
54         View\Requirements::customScript("window._mobileMenuLinks = ".$mobileNav.";");
55     }
56 

Trace

GET /advertise-and-exhibit/advertise/annual-conference-program-book-ads?stage=Live

[Emergency] Uncaught League\Flysystem\Exception: Impossible to create the root directory "/home/iqstaging/socra.iqstaging.com/public/assets/_css". file_put_contents(): Only -1 of 49 bytes written, possibly out of free disk space

GET /advertise-and-exhibit/advertise/annual-conference-program-book-ads?stage=Live

Line 112 in /home/iqstaging/socra.iqstaging.com/vendor/league/flysystem/src/Adapter/Local.php

Source

103             if ( ! @mkdir($root, $this->permissionMap['dir']['public'], true)) {
104                 $mkdirError = error_get_last();
105             }
106 
107             umask($umask);
108             clearstatcache(false, $root);
109 
110             if ( ! is_dir($root)) {
111                 $errorMessage = isset($mkdirError['message']) ? $mkdirError['message'] : '';
112                 throw new Exception(sprintf('Impossible to create the root directory "%s". %s', $root, $errorMessage));
113             }
114         }
115     }
116 
117     /**
118      * @inheritdoc

Trace

[2025-05-13 15:32:24] manifestcache-log.WARNING: Failed to save values {"keys":["__CACHE__"],"exception":"[object] (ErrorException(code: 0): file_put_contents(): write of 8192 bytes failed with errno=28 No space left on device at /home/iqstaging/socra.iqstaging.com/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:87)"} []