Project

General

Profile

Actions

Bug #17563

closed

PHP Fatal error: Call to a member function on a non-object in ..class.tx_rtehtmlarea_base.php on line 1493

Added by Ingo Schmitt almost 17 years ago. Updated almost 17 years ago.

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

fix_csConvObj_not_availiabel.txt (6.17 KB) fix_csConvObj_not_availiabel.txt Administrator Admin, 2007-08-27 16:55

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #17602: rtehtmlarea doesn't work in front end editing in the mode "Forms on page"ClosedStanislas Rolland2007-09-14

Actions
Actions

Also available in: Atom PDF