Project

General

Profile

Actions

Bug #29894

closed

Install does not create cache tables

Added by Dmitry Dulepov over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Install Tool
Target version:
Start date:
2011-09-16
Due date:
% Done:

100%

Estimated time:
2.00 h
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

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.

Actions #1

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I343ddd6ab3171b5337c53cb58e3e120ea3e6469a has been pushed to the review server.
It is available at http://review.typo3.org/4996

Actions #2

Updated by Dmitry Dulepov over 12 years ago

  • Status changed from New to Under Review
  • Assignee set to Dmitry Dulepov
Actions #3

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change I343ddd6ab3171b5337c53cb58e3e120ea3e6469a has been pushed to the review server.
It is available at http://review.typo3.org/4996

Actions #4

Updated by Dmitry Dulepov over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF