Bug #29894
closedInstall does not create cache tables
100%
Description
Tables for the caching framework are not created by the 1-2-3 installer. Thus users cannot install&use TYPO3 because they will get multiple database errors that look like:
================================
exec_INSERTmultipleRows
caller
t3lib_DB::exec_INSERTmultipleRows
ERROR
Table 'typo3master.cf_cache_hash_tags' doesn't exist
lastBuiltQuery
INSERT INTO cf_cache_hash_tags (identifier, tag) VALUES ('59ddef067c69ac7e14536a2beefb0f80', 'ident_ExtDirectApi')
debug_backtrace
SC_db_layout->main#1357 // template->render#612 // template->startPage#853 // template->loadCshJavascript#694 // t3lib_PageRenderer->addExtDirectCode#1532 // t3lib_extjs_ExtDirectApi->getApiPhp#1075 // t3lib_extjs_ExtDirectApi->getExtDirectApi#76 // t3lib_pageSelect::storeHash#208 // t3lib_cache_frontend_VariableFrontend->set#961 // t3lib_cache_backend_DbBackend->set#88 // t3lib_DB->exec_INSERTmultipleRows#188 // t3lib_DB->debug#127
================================
Going to the database analyser prompts to create such tables. 1-2-3 installer should do that too.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I343ddd6ab3171b5337c53cb58e3e120ea3e6469a has been pushed to the review server.
It is available at http://review.typo3.org/4996
Updated by Dmitry Dulepov over 13 years ago
- Status changed from New to Under Review
- Assignee set to Dmitry Dulepov
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I343ddd6ab3171b5337c53cb58e3e120ea3e6469a has been pushed to the review server.
It is available at http://review.typo3.org/4996
Updated by Dmitry Dulepov over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 52953da924c3f5a15fc6aa1dd15af871b8403a5d.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed