Bug #33813
closedError in HTML element when t3editor not installed
100%
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".
- 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
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8929
Updated by Francois Suter almost 13 years ago
- File issue33813_alt.diff issue33813_alt.diff added
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.
Updated by Georg Ringer almost 13 years ago
- Subject changed from Error in HTML element when t3editor not installed to Hide error if tceform wizard (userfunc) is not found
Updated by Georg Ringer almost 13 years ago
- Subject changed from Hide error if tceform wizard (userfunc) is not found to Error in HTML element when t3editor not installed
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8929
Updated by Georg Ringer almost 13 years ago
- Project changed from TYPO3 Core to 75
- Category deleted (
Backend User Interface)
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8929
Updated by Gerrit Code Review almost 13 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8929
Updated by Georg Ringer almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 80 to 100
Applied in changeset a5d8cc6d4eff1f1d7e93711733218ddae011924f.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13920
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/13921
Updated by Georg Ringer about 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset ba065d9778069d8409bc94e68305bec99e42b650.
Updated by Michael Stucki almost 11 years ago
- Project changed from 75 to TYPO3 Core