Bug #34143
t3lib_file should not have a dependency on Extbase
| Status: | Rejected | Start date: | 2012-02-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Cleanup | |||
| Target version: | 6.0 final | |||
| Votes: | 0 |
Description
Fatal error: Interface 'Tx_Extbase_Persistence_RepositoryInterface' not found in t3lib/file/Repository/AbstractRepository.php on line 37'
we should copy the interface from extbase to the core, so we don't need to reference to extbase, which is not installed on new systems (thus failing right after the installation).
History
Updated by Benjamin Mack about 1 year ago
- Status changed from New to Resolved
It's fine now as Extbase will be more tightly integrated into the TYPO3 core.
Updated by Benjamin Mack about 1 year ago
- Status changed from Resolved to Rejected