Uncaught TYPO3 Exception
#1204026251: The temporary cache file "/avm/www/typo3temp/Cache/Code/fluid_template/54a94e9172cfe.temp" could not be written. (More information)

TYPO3\CMS\Core\Cache\Exception thrown in file
/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php in line 167.

11 TYPO3\CMS\Core\Cache\Backend\FileBackend::set("Standalone_template_file_Page_732cc8f444d677c3fd9fd4ad02d8f2e42d7601a9", "<?phpclass FluidCache_Standalone_template_file_Pa.= '</body></html>';return $output11;}}#", array, NULL)

/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php:
00069:   }
00070:   $sourceCode = '
00071:   $this->backend->set($entryIdentifier, $sourceCode, $tags, $lifetime);
00072:  }
00073: 

10 TYPO3\CMS\Core\Cache\Frontend\PhpFrontend::set("Standalone_template_file_Page_732cc8f444d677c3fd9fd4ad02d8f2e42d7601a9", "class FluidCache_Standalone_template_file_Page_7321 .= '</body></html>';return $output11;}}")

/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/fluid/Classes/Core/Compiler/TemplateCompiler.php:
00109:     ($parsingState->hasLayout() ? 'TRUE' : 'FALSE'),
00110:     $generatedRenderFunctions);
00111:   $this->templateCache->set($identifier, $templateCode);
00112:  }
00113: 

9 TYPO3\CMS\Fluid\Core\Compiler\TemplateCompiler::store("Standalone_template_file_Page_732cc8f444d677c3fd9fd4ad02d8f2e42d7601a9", TYPO3\CMS\Fluid\Core\Parser\ParsingState)

/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00182:    $parsedTemplate = $this->templateParser->parse($this->getTemplateSource($actionName));
00183:    if ($parsedTemplate->isCompilable()) {
00184:     $this->templateCompiler->store($templateIdentifier, $parsedTemplate);
00185:    }
00186:   }

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

/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00266:   */
00267:  protected function renderFluidView() {
00268:   return $this->view->render();
00269:  }
00270: 

7 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::renderFluidView()

/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00095:   $this->assignContentObjectDataAndCurrent($conf);
00096: 
00097:   $content = $this->renderFluidView();
00098:   $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00099: 

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

/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00737:      $contentObject = $this->getContentObject($name);
00738:      if ($contentObject) {
00739:       $content .= $contentObject->render($conf);
00740:      } else {
00741:       // Call hook functions for extra processing

5 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "10")

/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00685:     if (intval($theKey) && !strstr($theKey, '.')) {
00686:      $conf = $setup[$theKey . '.'];
00687:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00688:     }
00689:    }

4 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00239:   $GLOBALS['TT']->incStackPointer();
00240:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00241:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00242:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00243:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

3 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()

/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/cms/tslib/pagegen.php:
00050: if (!$GLOBALS['TSFE']->isINTincScript()) {
00051:  $TT->push('pagegen.php, render');
00052:  \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00053:  $GLOBALS['TSFE']->setAbsRefPrefix();
00054:  $TT->pull();

2 include("/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/cms/tslib/pagegen.php")

/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/cms/tslib/index_ts.php:
00192:   include $temp_theScript;
00193:  } else {
00194:   include PATH_tslib . 'pagegen.php';
00195:  }
00196:  $TSFE->generatePage_postProcessing();

1 require("/avm/typo3/typo3cores/typo3_src-6.1.9/typo3/sysext/cms/tslib/index_ts.php")

/avm/typo3/typo3cores/typo3_src-6.1.9/index.php:
00039:  ->redirectToInstallToolIfLocalConfigurationFileDoesNotExist();
00040: 
00041: require(PATH_tslib . 'index_ts.php');
00042: ?>