Bug #37794
t3lib_cache_manager create folder as root when using scheduler in cronjob
| Status: | New | Start date: | 2012-06-06 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Caching | |||
| Target version: | - | |||
| TYPO3 Version: | 4.7 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 1 (View) |
Description
When using cronjob to schedule task and caches are cleared, the t3lib cache manager is registered from language class and the folder : typo3temp/Cache/Data/t3lib_l10n is created with root user (user of the cronjob).
So it disable both backend & frontend because typo3 with apache user cannot write cache language file into this folder.
History
Updated by Soren Malling 12 months ago
Cronjob shouldn't be run as root but as the webserver owner