[TYPO3-ttnews] Fatal error: Call to a member function extraItemMarkerProcessor() on a non-object in /var/www/vhosts/mydomain.com/httpdocs/typo3conf/ext/tt_news/pi/class.tx_ttnews.php on line 1621

Antonio Willybiro [awillys] keiser_soze at hotmail.com
Mon May 22 23:34:51 CEST 2006


Hi,

That is what i have there:

  // Adds hook for processing of extra item markers
  if 
(is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news']['extraItemMarkerHook'])) 
{
   foreach($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news']['extraItemMarkerHook'] 
as $_classRef) {
    $_procObj = & t3lib_div::getUserObj($_classRef);
    $markerArray = $_procObj->extraItemMarkerProcessor($markerArray, $row, 
$lConf, $this);
   }

Should i remove this?

Cheers,
Antonio


"Christoph Koehler" <christoph.koehler at gmail.com> wrote in message 
news:mailman.1.1148333125.5190.typo3-project-tt-news at lists.netfielders.de...
On Mon, 22 May 2006 16:05:53 -0500, Antonio Willybiro [awillys]
<keiser_soze at hotmail.com> wrote:

> Hi there,
>
> anyone knows what is this error.
>
> I just upload my server from php4 to php5.
> this error appears when i include CSS-based tmpl(tt_news) in my Include
> Static
> I guess it might come from another extension i have installed?
> but i remove all news extension expect tt_news itself...
>
> Thanks in advance
>
>

Check line 1621 of class.tx_ttnews.php. The object that is supposed to
call the method extraItemMarkerProcessor hasn't been created, either
because it just hasn't been, or because there is a typo there.

This is probably for the tt_news devs to fix.

Christoph 





More information about the TYPO3-project-tt-news mailing list