Project

General

Profile

Actions

Bug #14614

closed

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

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

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

0%

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

Description

error message generated in pop-up -

see attachment

Tried previous fix from forum but that didn't work -

******************************
As the error says the constant TYPO3_MOD_PATH is declared without
quotes.
Replace the 'if' block in lines 42:46 of ext\rtehtmlarea\t3_popup.php
with:

if( strstr(MY_PATH_thisScript, 'typo3conf') ) {
define('TYPO3_MOD_PATH', "../typo3conf/ext/rtehtmlarea/");
} else {
define('TYPO3_MOD_PATH', "ext/rtehtmlarea/");
} ******************************************
(issue imported from #M893)


Files

0000893-error.txt (1.48 KB) 0000893-error.txt Administrator Admin, 2005-03-17 10:18

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

Please try version 0.4.59.

Actions #2

Updated by old_vickypollard about 19 years ago

Version 0.4.59 generarted the same error.

Actions #3

Updated by Stanislas Rolland about 19 years ago

I expect this problem to be corrected in version 0.4.60. Please confirm.

Actions

Also available in: Atom PDF