[TYPO3-dev] Bugfix 12428 is buggy for me: 'No TypoScript template found!'

Steffen Kamper info at sk-typo3.de
Thu Nov 19 11:58:26 CET 2009


Hi,

Stefan Geith schrieb:
> Hi Steffen,
> 
> Steffen Kamper schrieb:
>> please test also patch from #12613 from core list, it should solve the 
>> problem too.
> 
> Yes - this solves the problem!
> 
> But one note:
> 
>  CREATE TABLE cache_pagesection (
>    page_id int(11) unsigned DEFAULT '0' NOT NULL,
>    mpvar_hash int(11) unsigned DEFAULT '0' NOT NULL,
> -  content text,
> +  content mediumblob, <------ shouldn't this be blob, not mediumblob ?
>    tstamp int(11) unsigned DEFAULT '0' NOT NULL,
>    PRIMARY KEY (page_id,mpvar_hash)
>  ) ENGINE=InnoDB;
> 
> 

it was mediumblob before too (older revisions)
blob and mediumblob don't vary much, they have variable length, but 
mediumblob saves 2 bytes :)

vg Steffen




More information about the TYPO3-dev mailing list