[TYPO3-v4] Current master branch is broken?

Dmitry Dulepov dmitry.dulepov at gmail.com
Tue Jun 28 10:35:38 CEST 2011


Hi!

Updating master branch gives lots of SQL errors about missing tables or 
non-existing columns in tables, all related to the caching framework (which 
I do not have enabled by the way). Install tool does not offer to create 
these tables. Effectively, upgrade from earlier versions is impossible to 
the current master branch.

Here is one of error messages, which pops up on the BE login form:

caller
============
	t3lib_DB::exec_SELECTquery

ERROR
============
	Table 'typogento.cachingframework_cache_hash' doesn't exist
lastBuiltQuery
============
	SELECT content FROM cachingframework_cache_hash WHERE identifier = 
'22a55a6a766f60e50e7d87c6227dc890' AND cachingframework_cache_hash.expires 
 >= 1309249729 LIMIT 1

debug_backtrace
============
	SC_index->init#829 // language->includeLLFile#153 // 
language->readLLfile#524 // t3lib_div::readLLfile#568 // 
tx_lang_Factory->getParsedData#4411 // 
tx_lang_cache_CachingFramework->get#99 // t3lib_pageSelect::getHash#46 // 
t3lib_cache_frontend_VariableFrontend->get#981 // 
t3lib_cache_backend_DbBackend->get#110 // 
t3lib_DB->exec_SELECTgetSingleRow#209 // t3lib_DB->exec_SELECTquery#390 // 
t3lib_DB->debug#267

There are tons of them and it seems they are all related to language handling.

Who is responsible? Who will fix? How soon?

-- 
Dmitry "itoldyou" Dulepov
TYPO3 core&security team member
E-mail: dmitry.dulepov at typo3.org
Web: http://dmitry-dulepov.com/



More information about the TYPO3-project-v4 mailing list