Project

General

Profile

Actions

Bug #14982

closed

PHP Fatal Error

Added by Chris Mueller about 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-09-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Stanislas Rolland about 19 years ago

What is the language of the content element?

Actions #2

Updated by Chris Mueller about 19 years ago

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.

Actions #3

Updated by Stanislas Rolland about 19 years ago

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.

Actions #4

Updated by Chris Mueller about 19 years ago

Okay, now it works, the error disappeared.
Thank you :-)

Actions #5

Updated by Stanislas Rolland about 19 years ago

Will be corrected in version 0.7.2.

Actions

Also available in: Atom PDF