Actions
Bug #20483
closedMisbehaviours due to integration of autoloader
Start date:
2009-05-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The integration and activation of the autoloader created some misbehaviours:
- DBAL seems not to be working anymore
- TemplaVoila seems not to be working anymore
(issue imported from #M11156)
Files
Updated by Steffen Kamper over 15 years ago
The TV-issue has been solved by
includeLibs.tx_templavoila = EXT:templavoila/pi1/class.tx_templavoila_pi1.php
and is in svn of TV already
I tested successfully the XCLASS of t3lib_DB, and as it'S same for DBAL it should work (Xavier already mentioned that BE is fine, so DBAL was in action)
Updated by Oliver Hader over 15 years ago
@Steffen: Was the requirement to use includeLibs for TemplaVoild introduced by the autoloader changes or was is there before?
Updated by Oliver Hader over 15 years ago
Committed to SVN Trunk:
- XCLASS/DBAL/AdoDB (rev. 5456)
- includeLibs/TemplaVoila (rev. 5458)
Actions