Bug #14982
closed
Added by Chris Mueller about 19 years ago.
Updated over 18 years ago.
Category:
RTE (rtehtmlarea + ckeditor)
Description
I have justed installed the rtehtmlarea 0.7.0 and got the following error when I want to use RTE:
PHP Fatal error: Cannot access empty property in /data/htdocs/typo3conf/ext/rtehtmlarea/class.tx_rtehtmlarea_base.php on line 443
I am using PHP 5.0.5.
When I'm commenting out this line, everything works (but perhaps I can't use the spell checker).
Chris.
(issue imported from #M1470)
What is the language of the content element?
I've got the error when I want to open an existing content element or when I want to create a new element.
Example:
I'm clicking on "create new record" on a page, then I choose "regular text element" and the next page is empty. In the error log I got the quoted message.
I am using Templavoila.
The site is german. The backend is english.
Chris.
I think I found the error. Please replace the offending line:
$this->spellCheckerCharset = $this->csObj->$charSetArray[$this->spellCheckerTypo3Language];
with the following one:
$this->spellCheckerCharset = $this->csObj->charSetArray[$this->spellCheckerTypo3Language];
(Note that $charSetArray becomes charSetArray).
Not sure why the error shows up only with PHP5.
Please confirm that this change corrects the problem, as I do not have the configuration required to reproduce the problem.
Okay, now it works, the error disappeared.
Thank you :-)
Will be corrected in version 0.7.2.
Also available in: Atom
PDF