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.