Показать сообщение отдельно
Старый 09.10.2013, 23:09   #101
Айболит
Новенький
 
Регистрация: 08.10.2013
Сообщений: 4
По умолчанию

Uncaught TYPO3 Exception
#1231267498: Invalid cache backend option "cacheTable" for backend of type "TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend " (More information)

InvalidArgumentException thrown in file
S:\home\vs.loc\www\typo3\sysext\core\Classes\Cache \Backend\AbstractBackend.php in line 86.

7 TYPO3\CMS\Core\Cache\Backend\AbstractBackend::__co nstruct("production", array)

S:\home\vs.loc\www\typo3\sysext\core\Classes\Cache \CacheFactory.php:
00083: // bootstrap before makeInstance() is propely set up
00084: $backendObjectName = '\\' . ltrim($backendObjectName, '\\');
00085: $backend = new $backendObjectName($this->context, $backendOptions);
00086: if (!$backend instanceof \TYPO3\CMS\Core\Cache\Backend\BackendInterface) {
00087: throw new \TYPO3\CMS\Core\Cache\Exception\InvalidBackendExce ption('"' . $backendObjectName . '" is not a valid cache backend object.', 1216304301);

6 TYPO3\CMS\Core\Cache\CacheFactory::create("tt_news _cache", "TYPO3\CMS\Core\Cache\Frontend\VariableFronten d", "t3lib_cache_backend_DbBackend", array)

S:\home\vs.loc\www\typo3\sysext\core\Classes\Cache \CacheManager.php:
00318: $backendOptions = $this->defaultCacheConfiguration['options'];
00319: }
00320: $this->cacheFactory->create($identifier, $frontend, $backend, $backendOptions);
00321: }
00322:

5 TYPO3\CMS\Core\Cache\CacheManager::createCache("tt _news_cache")

S:\home\vs.loc\www\typo3\sysext\core\Classes\Cache \CacheManager.php:
00121: }
00122: if (!isset($this->caches[$identifier])) {
00123: $this->createCache($identifier);
00124: }
00125: return $this->caches[$identifier];

4 TYPO3\CMS\Core\Cache\CacheManager::getCache("tt_ne ws_cache")

S:\home\vs.loc\www\typo3\sysext\core\Classes\Cache \Cache.php:
00079: $tableDefinitions = '';
00080: foreach ($GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations'] as $cacheName => $_) {
00081: $backend = $GLOBALS['typo3CacheManager']->getCache($cacheName)->getBackend();
00082: if (method_exists($backend, 'getTableDefinitions')) {
00083: $tableDefinitions .= LF . $backend->getTableDefinitions();

3 TYPO3\CMS\Core\Cache\Cache::getDatabaseTableDefini tions()

S:\home\vs.loc\www\typo3\sysext\install\Classes\In staller.php:
04986: \TYPO3\CMS\Core\Utility\ExtensionManagementUtility ::removeCacheFiles();
04987: // Forces creation / update of caching framework tables that are needed by some update wizards
04988: $cacheTablesConfiguration = implode(LF, $this->sqlHandler->getStatementArray(\TYPO3\CMS\Core\Cache\Cache::ge tDatabaseTableDefinitions(), 1, '^CREATE TABLE '));
04989: $neededTableDefinition = $this->sqlHandler->getFieldDefinitions_fileContent($cacheTablesConfi guration);
04990: $currentTableDefinition = $this->sqlHandler->getFieldDefinitions_database();

2 TYPO3\CMS\Install\Installer::updateWizard()

S:\home\vs.loc\www\typo3\sysext\install\Classes\In staller.php:
00547: $this->checkDatabase();
00548: $this->silent = 0;
00549: $this->updateWizard();
00550: break;
00551: case 'config':

1 TYPO3\CMS\Install\Installer::init()

S:\home\vs.loc\www\typo3\install\index.php:
00058: require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility ::extPath('install') . 'mod/class.tx_install.php';
00059: $install_check = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstan ce('TYPO3\\CMS\\Install\\Installer', TRUE);
00060: $install_check->init();
00061: ?>

на 3-ем шаге вот такие ошибки, далее не идет.
Смотрю функции в списке устаревших - их там нет

Подскажите пожалуйста, что сделать в этой ситуации?
Айболит вне форума   Ответить с цитированием