Bug #15051
closedRTEhtmlarea does not function any longer with Typo3 3.8.0, Debian Sarge with Apache2 and Firefox
0%
Description
On Debian Sarge with Apache2 (2.0.54) and TYPO3 3.8.0 do not function rtehtmlarea (0.7.0 and 0.7.2) any longer with Firefox 1.0.6.
If I want to call the Rich Text Editor of a side in baking over Web/Page, the message appears "The editor is being loaded. Please wait." and does not happen more. If I call the same side over Web/View however in baking, I can use the RTEHTML over the editing mode problem-free.
If I would like to put on new side contents now with installed rtehtmlarea, I get again the message "The editor is being loaded. Please wait." and nothing goes more. In order to put on now new side contents, I have to remove each time rtehtmlarea. This problem did not exist with TYPO3 version 3.7.0 and rtehtmlarea version 0.7.0 yet.
In different forums I heard that this problem also different users have and with virtual hosts with Apache2 to perhaps do would have.
(issue imported from #M1603)
Updated by Stanislas Rolland about 19 years ago
Please disable the use of compressed scripts, enable troubleshooting mode and report what you get in the log displayed below the editing area.
Do you get any JavaScript error?
Please re-phrase this sentence, because I do not understand what you mean:
"f I want to call the Rich Text Editor of a side in baking over Web/Page, the message appears "The editor is being loaded. Please wait." and does not happen more. If I call the same side over Web/View however in baking, I can use the RTEHTML over the editing mode problem-free."
Updated by Andreas Guenther about 19 years ago
Hello Stanislas,
at first, I disabled the use of compressed scripts, but the effect is the same. If I want edit a existing page using the way "Web/Page" and I use the buttom "Edit in Rich Text Editor", I get the message "The editor is being loaded. Please wait...". And I also still see this message in 10 minutes. There I see also no error messages.
If I make the same using the way "Web/View" in the Backend to select the page which I want edit and use the pencil icon to start the RTE, I have no problems. The RTE starts which following messages:
"[HTMLArea::init]: All scripts successfully loaded.
[HTMLArea::generate]: Toolbar successfully created.
[HTMLArea::generate]: Editor iframe successfully created.
[HTMLArea::initIframe]: Editor iframe head successfully initialized.
[HTMLArea::initIframe]: Stylesheets successfully loaded.
[HTMLArea::initIframe]: Design mode successfully set.
[HTMLArea::initIframe]: All plugins successfully generated."
That was what which I wanted to express with the sentence, which you had not understood.
But if you want to create in a new page a new content (Web/Page) with the buttom "Create page content" and I select "Regular text element", I get the message "
The editor is being loaded. Please wait...". But nothing happens. I can do it also with "Text with image below" and "Text with image to the right". The RTE does not want to start.
And just as little I get error messages.
And I don't get any JavaScript error.
I hope, you now understood, what I wanted to say. And thank you for your fast answer!
Updated by Stanislas Rolland about 19 years ago
If there are no messages at all when Troubleshooting mode is enabled, it is probable that XMLHttpRequests are not going through, so that the required scripts never get loaded. Are there any errors reported on the server? I have no knowledge of server configurations.
You say Firefox... Do you mean that it works in IE?
Updated by Andreas Guenther about 19 years ago
Good morning!
I believe, the error lies in my installation of TYPO3. In the dummy-directory, which is named 'linuxmaker' are the directories:
t3lib -> typo3_src/t3lib
tslib -> typo3_src/tslib
typo3 -> typo3_src/typo3
typo3conf
typo3_src -> ../../www/typo3_src-3.8.0
typo3temp
uploads
Your thought at XMLHttpRequests on the server let throw me a view into the log files. And so I found following messages:
"[Sun Oct 16 10:40:26 2005] [error] [client 84.161.66.246] File does not exist: /home/andreas/linuxmaker/typo3/typo3conf, referer: http://www.li
nuxmaker.de/typo3admin/wizard_rte.php?&P[table]=tt_content&P[uid]=5&P[pid]=5&P[field]=bodytext&P[returnUrl]=%2Ftypo3admin%2Fsysext%2Fcms%2Flayo
ut%2Fdb_layout.php%3Fid%3D5
[Sun Oct 16 10:40:26 2005] [error] [client 84.161.66.246] File does not exist: /home/andreas/linuxmaker/typo3/typo3temp/rtehtmlarea_de_2e143713
e35bb64842e531d95edc2f1a.js, referer: http://www.linuxmaker.de/typo3admin/wizard_rte.php?&P[table]=tt_content&P[uid]=5&P[pid]=5&P[field]=bodyte
xt&P[returnUrl]=%2Ftypo3admin%2Fsysext%2Fcms%2Flayout%2Fdb_layout.php%3Fid%3D5"
If I copy both, typo3temp and typo3conf, into the directory typo3/ your extention runs on Firefox without any problems. Then that is an error, which I have to solve. But I thank you that you helped me mine horizon to extend.