Bug #11758
TYPO3 4.5 - blocker during seting the main sysfolder
| Status: | Resolved | Start date: | 2010-12-28 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Martin Helmich | % Done: | 100% |
|
| Category: | Backend Module | |||
| Target version: | 1.9.2 | |||
| Votes: | 0 |
Description
During setting the "Data storage page" for mm_forum in the backend the error occur:
Fatal error: Call to a member function writelog() on a non-object in t3lib\class.t3lib_tcemain.php on line 6761
This is connected to the changes in TYPO3 4.5 code. Now public function clear_cacheCmd use
$this->BE_USER->writelog
but $this->BE_USER is not initialised so the error occurs.
Associated revisions
[#BUGFIX] Fixed #11758
[~CLEANUP] Bumped version numbers
[#BUGFIX] Fixed #11758
[~CLEANUP] Bumped version numbers
History
Updated by Martin Helmich over 2 years ago
- Status changed from New to Accepted
- Assignee set to Martin Helmich
- Priority changed from Should have to Must have
- Target version set to 1.9.2
Updated by Martin Helmich over 2 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r41752.