[TYPO3-core] RFC #9268: TCA is not loaded in FE when config cache is disabled

Jeff Segars jsegars at alumni.rice.edu
Tue Sep 2 19:21:56 CEST 2008


Dmitry Dulepov [typo3] wrote:
> Hi!
> 
> This is SVN patch request.
> 
> Type: bug
> 
> Branches: 4.1, 4.2, trunk
> 
> BT reference: http://bugs.typo3.org/view.php?id=9268
> 
> Problem: if extCache is set to 0 in Install tool and you install a new 
> extension, its tables will not be available to TYPO3 until you "clear 
> all cache". The problem is that tslib_fe ignores extCache completely and 
> always tries to fetch cached TCA.
> 
> How to reproduce:
> - set extCache to 0 in Install tool
> - get irfaq from TER
> - put irfaq on page and add its TS to main TS
> - navigate to page => fatal error because TCA is not loaded
> 
> Solution: use cache for loading/storing TCA in tslib_fe only if extCache 
> is not set to 0.

+1 based on reading and testing.

Thanks,
Jeff


More information about the TYPO3-team-core mailing list