Actions
Bug #14614
closedunable to open 'insert weblink' and 'insert image'
Status:
Closed
Priority:
Should have
Assignee:
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
Actions