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

Stefan Geith typo3dev2009.nospam1 at geithware.de
Thu Nov 19 11:37:20 CET 2009


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;


/Stefan




More information about the TYPO3-dev mailing list