[TYPO3-dev] Conditions, when XCLASS has been ignored

Tapio Markula tapio.markula at xetpoint.fi
Fri Aug 24 19:06:28 CEST 2007


Tapio Markula kirjoitti:
> Hi
> 
> I don't have got any answer about conditions, when XCLASS has been ignored.
> 
> 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.


At least caused by
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.




More information about the TYPO3-dev mailing list