Uncaught TYPO3 Exception
#1: PHP Warning: file_put_contents(): Only 0 of 1712 bytes written, possibly out of free disk space in /var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php line 154 (More information)

TYPO3\CMS\Core\Error\Exception thrown in file
/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 101.

20 TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "file_put_contents(): Only 0 of 1712 bytes written, possibly out of free disk space", "/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-/sysext/core/Classes/Cache/Backend/FileBackend.php", 154, array)
19 file_put_contents("/var/www/vhosts/sedeco-imaging.com/httpdocs/publice/Code/fluid_template/665e346588e600.05072882.temp", "<?phpclass FluidCache_ContentNewsletter_Subscriptreturn $output0;}}#1717453429    1688      ")

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php:
00152:   $expiryTime = $lifetime === 0 ? 0 : $GLOBALS['EXEC_TIME'] + $lifetime;
00153:   $metaData = str_pad($expiryTime, self::EXPIRYTIME_LENGTH) . implode(' ', $tags) . str_pad(strlen($data), self::DATASIZE_DIGITS);
00154:   $result = file_put_contents($temporaryCacheEntryPathAndFilename, $data . $metaData);
00155:   \TYPO3\CMS\Core\Utility\GeneralUtility::fixPermissions($temporaryCacheEntryPathAndFilename);
00156:   if ($result === FALSE) {

18 TYPO3\CMS\Core\Cache\Backend\FileBackend::set("ContentNewsletter_Subscription_action_index_2bfd197c855fd238bd3d790ac39a72270de06acf", "<?phpclass FluidCache_ContentNewsletter_SubscriptizeArgumentsAndRender();return $output0;}}#", array, NULL)

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php:
00059:   }
00060:   $sourceCode = '
00061:   $this->backend->set($entryIdentifier, $sourceCode, $tags, $lifetime);
00062:  }
00063: 

17 TYPO3\CMS\Core\Cache\Frontend\PhpFrontend::set("ContentNewsletter_Subscription_action_index_2bfd197c855fd238bd3d790ac39a72270de06acf", "class FluidCache_ContentNewsletter_Subscription_acalizeArgumentsAndRender();return $output0;}}")

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/fluid/Classes/Core/Compiler/TemplateCompiler.php:
00109:     ($parsingState->hasLayout() ? 'TRUE' : 'FALSE'),
00110:     $generatedRenderFunctions);
00111:   $this->templateCache->set($identifier, $templateCode);
00112:  }
00113: 

16 TYPO3\CMS\Fluid\Core\Compiler\TemplateCompiler::store("ContentNewsletter_Subscription_action_index_2bfd197c855fd238bd3d790ac39a72270de06acf", TYPO3\CMS\Fluid\Core\Parser\ParsingState)

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00164:    $parsedTemplate = $this->templateParser->parse($this->getTemplateSource($actionName));
00165:    if ($parsedTemplate->isCompilable()) {
00166:     $this->templateCompiler->store($templateIdentifier, $parsedTemplate);
00167:    }
00168:   }

15 TYPO3\CMS\Fluid\View\AbstractTemplateView::render()

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00325:   }
00326:   if ($actionResult === NULL && $this->view instanceof ViewInterface) {
00327:    $this->response->appendContent($this->view->render());
00328:   } elseif (is_string($actionResult) && strlen($actionResult) > 0) {
00329:    $this->response->appendContent($actionResult);

14 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::callActionMethod()

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00155:    $this->initializeView($this->view);
00156:   }
00157:   $this->callActionMethod();
00158:  }
00159: 

13 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00067:    $controller = $this->resolveController($request);
00068:    try {
00069:     $controller->processRequest($request, $response);
00070:    } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00071:    }

12 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00054:   /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00055:   $response = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Mvc\\Web\\Response');
00056:   $this->dispatcher->dispatch($request, $response);
00057:   return $response;
00058:  }

11 TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00193:   $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00194: 
00195:   $response = $requestHandler->handleRequest();
00196:   // If response is NULL after handling the request we need to stop
00197:   // This happens for instance, when a USER object was converted to a USER_INT

10 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest()

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00182:  public function run($content, $configuration) {
00183:   $this->initialize($configuration);
00184:   return $this->handleRequest();
00185:  }
00186: 

9 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
8 call_user_func_array(array, array)

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06632:       $content,
06633:       $conf
06634:      ));
06635:     } else {
06636:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

7 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\Extbase\Core\Bootstrap->run", array, "")

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00039:   }
00040:   $this->cObj->includeLibs($conf);
00041:   $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00042:   if ($this->cObj->doConvertToUserIntObject) {
00043:    $this->cObj->doConvertToUserIntObject = FALSE;

6 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00860:    return $this->getContentObject('USER_INT')->render($conf);
00861:   } else {
00862:    return $this->getContentObject('USER')->render($conf);
00863:   }
00864:  }

5 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::USER(array)

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03727:        break;
03728:       case 'FUNC':
03729:        $incContent = $INTiS_cObj->USER($INTiS_config[$INTiS_key]['conf']);
03730:        break;
03731:       case 'POSTUSERFUNC':

4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array)

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03675:    $INTiS_config = $this->config['INTincScript'];
03676:    $this->INTincScript_includeLibs($INTiS_config);
03677:    $this->INTincScript_process($INTiS_config);
03678:    // Check if there were new items added to INTincScript during the previous execution:
03679:    $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

3 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent()

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03642:   }
03643: 
03644:   $this->recursivelyReplaceIntPlaceholdersInContent();
03645:   $GLOBALS['TT']->push('Substitute header section');
03646:   $this->INTincScript_loadJSCode();

2 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript()

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/cms/tslib/index_ts.php:
00230: if ($TSFE->isINTincScript()) {
00231:  $TT->push('Non-cached objects', '');
00232:  $TSFE->INTincScript();
00233:  $TT->pull();
00234: }

1 require("/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/typo3/sysext/cms/tslib/index_ts.php")

/var/www/vhosts/sedeco-imaging.com/httpdocs/typo3-src/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');