Actions
Bug #17563
closedPHP Fatal error: Call to a member function on a non-object in ..class.tx_rtehtmlarea_base.php on line 1493
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-08-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using Firefox 2.0.0.6 on some systems, it seams that in some cases $TSFE->csConvObj is not instantiated when using RTEhtmlarea.
We could reproduce this on some systems here, but others are working, with the same installation out of the box
We suggest to add a check also to $TSFE->csConvObj, so replace
if(is_object($TSFE)) {
by
if(is_object($TSFE) && is_object($TSFE->csConvObj)) {
(issue imported from #M6218)
Files
Actions