Franz Holzinger a écrit :
>> Fatal error: Call to a member function conv_case() on a non-object in
>> typo3conf/ext/static_info_tables/class.tx_staticinfotables_div.php on
>> line 92
>>
>> Anyone suggestions?
>>
>
> Add the following line:
>
if (!is_object($csConvObj)) {
include_once(PATH_t3lib.'class.t3lib_cs.php');
// The object may not exist yet, so we need to create it now.
$csConvObj = &t3lib_div::makeInstance('t3lib_cs');
}
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english