Bug #33813
closed
Error in HTML element when t3editor not installed
Added by Georg Ringer almost 13 years ago.
Updated about 6 years ago.
Description
If t3editor is not installed, an error is thrown in the HTML content element
t3lib_div::callUserFunction
|No class named tx_t3editor_tceforms_wizard|
this is because the wizard tries to call the editor anyway.
Solution:
Set errorMode to 1 which means "do nothing".
How to test:
- Activate t3editor, go to a HTML content element
- see that everything is fine
- Deactivate t3editor and go to HTML content element
- See error
- Patch core
- Vote if everything is fine
Files
- Status changed from Accepted to Under Review
As mentioned in the Gerrit review, an alternate possibility is to move the t3editor relevant code in the TCA declaration of tt_content to the t3editor extension. Draft of a patch attached.
- Subject changed from Error in HTML element when t3editor not installed to Hide error if tceform wizard (userfunc) is not found
- Subject changed from Hide error if tceform wizard (userfunc) is not found to Error in HTML element when t3editor not installed
- Project changed from TYPO3 Core to 75
- Category deleted (
Backend User Interface)
- Status changed from Under Review to Resolved
- % Done changed from 80 to 100
- Status changed from Resolved to Under Review
- Status changed from Under Review to Resolved
- Project changed from 75 to TYPO3 Core
- Status changed from Resolved to Closed
Also available in: Atom
PDF