[TYPO3-core] RFC: Bug 2462: dummy-package misses some typo3temp directories

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Jun 8 09:42:57 CEST 2006


Michael Stucki schrieb:
> This is a CVS patch request.
> 
> Problem:
> Upon installation of the dummy-4.0b2-package Typo3 complains about some
> missing paths within the typo3temp directory.
> 
> Solution:
> No need to ship those directories with the dummysite. Instead, just create
> them on demand.

Patch looks simple enough for a +1 without testing.

But I note that mkdir() and chmod() of t3lib_div::mkdir() don't have an @ 
prepended. IMHO all PHP functions with verbose error reporting should be 
used with an @ within the Core.

Masi



More information about the TYPO3-team-core mailing list