Feature #16385
closedautomatic file loading check
0%
Description
It would be nice, if TYPO3 could check, whether all files that have to be loaded are actualy loaded. If something failed it should try it again, or output an error.
see http://bugs.typo3.org/view.php?id=3895 :-/
(issue imported from #M3896)
Updated by Thomas Hempel about 18 years ago
How should this be done?
I can't see the sense in it because PHP should be take of this!?
Greets,
Thomas
Updated by Andreas Balzer about 18 years ago
this could be done, if TYPO3 checks for the availability of the core classes. The sense is, that i have a very strange error on my server where the be/fe auth files were not loaded randomly.. An include_once in the index.php solved the problem.. I mean i don't want T3 to check for everything, but for the essential classes used by core every time.. So that there might not be a php error that tells you, that parts of the core were not loaded (class X,Y,Z) and you just see a blank white page...
Updated by Chris topher over 14 years ago
Autoloading is integrated in TYPO3 4.3 - see issue #19503.