Project

General

Profile

Actions

Bug #27819

closed

htmlArea RTE: TV CE editing not possible, class.tx_staticinfotables_div.php required by rte

Added by Falko Trojahn almost 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
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 #1

Updated by Stanislas Rolland almost 13 years ago

Falko Trojahn wrote:

...

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.

Strange, the extension does check on t3lib_extMgm::isLoaded('static_info_tables')...

Actions #2

Updated by Stanislas Rolland almost 13 years ago

  • Assignee set to Stanislas Rolland
Actions #3

Updated by Stanislas Rolland almost 13 years ago

I don't know how to reproduce such an error. How is it possible that the script file would not exist while extension Static Info Tables would be loaded?

Actions #4

Updated by Stanislas Rolland almost 13 years ago

  • Subject changed from CE editing not possible, class.tx_staticinfotables_div.php required by rte to htmlArea RTE: TV CE editing not possible, class.tx_staticinfotables_div.php required by rte
Actions #5

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I6a86c9c22c04488ad7fec3c2cc6b7b90e4f43fac has been pushed to the review server.
It is available at http://review.typo3.org/3164

Actions #6

Updated by Stanislas Rolland almost 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF