Bug #36482
closedPage Module refers to nonexisting javaScript file
0%
Description
Core: Error handler (BE): PHP Warning: file_get_contents(/.../typo3/ng/res/js/be/typo3lang.js): failed to open stream: No such file or directory in /SERVER/TYPO3/src-4.7/typo3_src-4.7.0/t3lib/class.t3lib_div.php line 2743
. . . . Core: Error handler (BE): PHP Warning: filesize(): stat failed for /.../typo3/ng/res/js/be/typo3lang.js in /SERVER/TYPO3/src-4.7/typo3_src-4.7.0/t3lib/class.t3lib_compressor.php line 296
. . . . Core: Error handler (BE): PHP Warning: filemtime(): stat failed for /S.../typo3/ng/res/js/be/typo3lang.js in /SERVER/TYPO3/src-4.7/typo3_src-4.7.0/t3lib/class.t3lib_compressor.php line 296
Results in a 404 if BE-debug is enabled...
Updated by Tim Lochmüller over 12 years ago
Hey Steffen,
do you use gridelements?! Perhaps it is this error:
http://forge.typo3.org/issues/36330
Regards,
Tim
Updated by Daniel Schmidt over 12 years ago
Hey guys,
seems as if Tim's hint is working. I was able to reproduce the error described by Steffen in several installations of Typo3 4.7.0. The fix of gridelements solves the problem in all of them.
Thanks Tim!
Regards,
Daniel
Updated by Steffen Ritter over 12 years ago
- Status changed from New to Rejected
seems not to be a core issue