[TYPO3-ect] Fatal error: Cannot redeclare class tx_lib_object ...

Christian Welzel gawain at camlann.de
Thu Aug 23 22:31:24 CEST 2007


Hi there,

i had a look into this issue from the dev list, but could not reproduce
this. But i found something that could probably be the cause:

In file class.tx_lib_smartyView.php there is the new line 

+tx_div::load('tx_lib_object');

and in ext_localconf.php this happens:
-// require_once(t3lib_extMgm::extPath('lib') . 'class.tx_lib_smartyView.php');
+   require_once(t3lib_extMgm::extPath('lib') . 'class.tx_lib_smartyView.php');

These are from the diff between lib 0.0.22 and 0.0.23

-- 
 MfG, Christian Welzel

  GPG-Key:     http://www.camlann.de/key.asc
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15


More information about the TYPO3-team-extension-coordination mailing list