Project

General

Profile

Actions

Bug #14609

closed

unable to open 'insert weblink' and 'insert image'

Added by old_rickg about 19 years ago. Updated almost 18 years ago.

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

0%

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

Description

When i click on the 'insert weblink' or 'insert image' button (using FireFox) a pop-up window opens displaying an internal server error window.

The url of the pop-up windows are in the same order:
http://www.***.nl/dummy-3.7.0/typo3/ext/rtehtmlarea/t3_popup.php?&RTEtsConfigParams=tt_content%3A1%3Abodytext%3A1%3Atextpic%3A1%3A&popupname=link&srcpath=/dummy-3.7.0/typo3/ext/rtehtmlarea/rtehtmlarea_browse_links.php
http://www.***.nl/dummy-3.7.0/typo3/ext/rtehtmlarea/t3_popup.php?&RTEtsConfigParams=tt_content%3A1%3Abodytext%3A1%3Atextpic%3A1%3A&popupname=image&srcpath=/dummy-3.7.0/typo3/ext/rtehtmlarea/rtehtmlarea_select_image.php

My server error logs show the following error (both cases) when i try to open in full screen editor:
Premature end of script headers: php-script, referer: http://www.***.nl/dummy-3.7.0/typo3/wizard_rte.php?&P[table]=tt_content&P[uid]=1&P[pid]=1&P[field]=bodytext&P[returnUrl]=%2Fdummy-3.7.0%2Ftypo3%2Fsysext%2Fcms%2Flayout%2Fdb_layout.php%3Fid%3D1

And the following error when in page editing:
Premature end of script headers: php-script, referer: http://www.***.nl/dummy-3.7.0/typo3/alt_doc.php?returnUrl=%2Fdummy-3.7.0%2Ftypo3%2Fsysext%2Fcms%2Flayout%2Fdb_layout.php%3Fid%3D1&edit[tt_content][1,]=edit

Opening the page in MSIE doesn't work eighter. The rte doesn't load giving an JS error with the same url as the server error logs.

I have tried different htmlarea versions both global and local installed. I even made a clean install again. Including cleaning the temp files etc. on my pc.
The error happens at an commercial server. At my own test server everything works just fine.
(issue imported from #M886)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #15323: T3 4.0beta - unable to open 'insert weblink' and 'insert image' - sysext-problem?ClosedStanislas Rolland2005-12-29

Actions
Actions #1

Updated by Stanislas Rolland about 19 years ago

Looks like some server configuration problem... maybe permissions on php scripts? No idea. I know nothing about server settings. Maybe try the user list.

Actions #2

Updated by Stanislas Rolland about 19 years ago

Please try 0.4.59.

Actions #3

Updated by old_rickg about 19 years ago

i have tried 0.4.59.
It makes no difference in FF.

The rte loads in MSIE now. But now I got an Internal server error in MSIE too.
Similar to FF

edited on: 17.03.05 21:28

Actions #4

Updated by old_rickg about 19 years ago

I found a solution for the problem.

Some research showed that an ISE with the message "premature end of script" almost always is caused by some kind of file rights issue.
In most cases to much rights.
In my case the rtehtmlarea directory had 775 rights. Changing it to 755 made all the problems dissapear.

Actions

Also available in: Atom PDF