[TYPO3-dev] The "Object TypoScript library" in the TYPO3 core?
Francois Suter
fsu-lists at cobweb.ch
Wed Jul 15 08:49:12 CEST 2009
Hi,
> Ah, I have found the gremlin:
> $TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault']['myownce']
> = 'EXT:myownce/class.tx_cobj_myownce.php:tx_cObj_myOwnCE';
> instead of
> $TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault']['myownce']
> = 'EXT:myownce:class.tx_cobj_myownce.php:tx_cObj_myOwnCE';
>
> Would you mind fixing those point in your buzz tutorial?
Didn't you mean this:
$TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault']['myownce']
= 'EXT:myownce/class.tx_cobj_myownce.php:tx_cObj_myOwnCE';
instead of this:
$TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault']['media']
= 'EXT:myownce/class.tx_cobj_myownce.php:tx_cObj_myOwnCE';
The change is between "media" and "myownce" instead of being the colon
after "EXT:myownce" which is not correct.
Cheers
--
Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
More information about the TYPO3-dev
mailing list