[TYPO3-dev] Conditions, when XCLASS has been ignored
Franz Holzinger
franz at fholzinger.com
Fri Aug 24 20:59:27 CEST 2007
Hello Tapio,
>> If some file includes directly some classfile, which has XCLASS
>> but that doesn't have makeInstance...
>> might this be reason, why some XCLASS is ignored.
>>
>> $this->cObj = t3lib_div::makeInstance("tslib_cObj");
>>
>> the related class file doesn't have t3lib_div::makeInstance("tslib_cObj")
>>
>> This is really annoying problem.
>
> require_once
> (t3lib_extMgm::extPath('cms').'tslib/'."class.tslib_content.php");
>
> that file doesn't have any XCLASS except mine and my plugin has been
> installed after - and my XCLASS has been ignored.
a bug in PHP4 has been reported for this:
http://bugs.typo3.org/view.php?id=6193
- Franz
More information about the TYPO3-dev
mailing list