Bug #22813
closedPlugins are not loaded
0%
Description
There seems to be a bug in tslib_cObj::isClassAvailable() which keeps plugins from getting loaded.
The error happens with the "ml_links" extension for example. Just install it and watch the TS debug messages.
(issue imported from #M14623)
Files
Updated by Michael Stucki over 14 years ago
The reason for the problem is that the magic in isClassAvailable() only happens if the TypoScript configuration is set. However, this is not the case when using a userFunc property, like in the example below (from EXT:ml_links):
tt_content.text.20.parseFunc.tags.link.typolink.userFunc = tx_mllinks_pi1->getFiletype
The problem can be solved by removing the check for any TypoScript configuration.
Updated by Alexander Opitz over 11 years ago
- Category deleted (
Communication) - Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No response in over 3 month so closing this issue.
If you think this issue should be reopened, then write to the bugs mailing list.