Bug #27819
closedhtmlArea RTE: TV CE editing not possible, class.tx_staticinfotables_div.php required by rte
100%
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
Updated by Stanislas Rolland over 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')...
Updated by Stanislas Rolland over 13 years ago
- Assignee set to Stanislas Rolland
Updated by Stanislas Rolland over 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?
Updated by Stanislas Rolland over 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
Updated by Mr. Hudson over 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
Updated by Stanislas Rolland over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 0650d2f1a484d6468a7fe3bd93bae39ebc8e516c.