Uncaught TYPO3 Exception
#1232986877: Could not set value. (More information)

TYPO3\CMS\Core\Cache\Exception thrown in file
/html/typo3/typo3/sysext/core/Classes/Cache/Backend/ApcBackend.php in line 146.

6 TYPO3\CMS\Core\Cache\Backend\ApcBackend::set("77f62c6794907e8092469ef966d2624a", "a:8:{s:10:"identifier";s:32:"77f62c6794907e8092469edDocTitle";s:28:"Kaliakra Beach Albena Herbst";}}", array, 86400)

/html/typo3/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php:
00077:    $this->backend->set($entryIdentifier, igbinary_serialize($variable), $tags, $lifetime);
00078:   } else {
00079:    $this->backend->set($entryIdentifier, serialize($variable), $tags, $lifetime);
00080:   }
00081:  }

5 TYPO3\CMS\Core\Cache\Frontend\VariableFrontend::set("77f62c6794907e8092469ef966d2624a", array, array, 86400)

/html/typo3/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03392:    $this->pageCacheTags = array_merge($this->pageCacheTags, $tags);
03393:   }
03394:   $this->pageCache->set($this->newHash, $cacheData, $this->pageCacheTags, $expirationTstamp - $GLOBALS['EXEC_TIME']);
03395:  }
03396: 

4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::setPageCacheContent("<!DOCTYPE html><html lang="de" xmlns="http://www.type="text/javascript"></script></body></html>", array, 1713543517)

/html/typo3/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03345:   // Write the page to cache, if necessary
03346:   if ($usePageCache) {
03347:    $this->setPageCacheContent($this->content, $this->config, $timeOutTime);
03348:   }
03349:   // Hook for cache post processing (eg. writing static files!)

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

/html/typo3/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03603:   // Storing for cache:
03604:   if (!$this->no_cache) {
03605:    $this->realPageCacheContent();
03606:   } elseif ($this->tempContent) {
03607:    // If there happens to be temporary content in the cache and the cache was not cleared due to new content, put it in... ($this->no_cache=0)

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

/html/typo3/typo3/sysext/cms/tslib/index_ts.php:
00214:   }
00215:  }
00216:  $TSFE->generatePage_postProcessing();
00217: } elseif ($TSFE->isINTincScript()) {
00218:  \TYPO3\CMS\Frontend\Page\PageGenerator::pagegenInit();

1 require("/html/typo3/typo3/sysext/cms/tslib/index_ts.php")

/html/typo3/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');