Actions
Bug #27819
closedhtmlArea RTE: TV CE editing not possible, class.tx_staticinfotables_div.php required by rte
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2011-07-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Warning:
require_once(XXX/typo3conf/ext/static_info_tables/class.tx_staticinfotables_div.php)
[function.require-once]: failed to open stream: No such file or directory in
XXX/typo3_src-4.5.3/typo3/sysext/rtehtmlarea/extensions/Language/class.tx_rtehtmlarea_language.php on
line 55
line 55 contains:
require_once(t3lib_extMgm::extPath('static_info_tables').'class.tx_staticinfotables_div.php');
IHMO the sysext should first check if static_info_tables is installed and if the file exists before inclusion.
Regarding
http://lists.typo3.org/pipermail/typo3-german/2011-July/078874.html
Actions