Here's the piece of code that is bombing:

                if (is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news'] 
['selectConfHook'])) {
                         foreach($GLOBALS['TYPO3_CONF_VARS']['EXTCONF'] 
['tt_news']['selectConfHook'] as $_classRef) {
                                 $_procObj = &  
t3lib_div::getUserObj($_classRef);
                                 $selectConf = $_procObj- 
 >processSelectConfHook($this, $selectConf);
                         }
                 }

Can anyone explain what this does and why it might be producing the  
fatal error?

Is it by chance a tt_news TScript issue (that we created)?

thanks,
doug


On Oct 15, 2008, at 1:28 PM, La Farge Douglas wrote:

> Hi,
>
> Does anyone know how to resolve this error?
>
> [Wed Oct 15 15:20:10 2008] [error] [client 71.32.100.49] PHP Fatal
> error:  Call to a member function processSelectConfHook() on a non-
> object in /pub/cust/elearning/www/typo3conf/ext/tt_news/pi/
> class.tx_ttnews.php on line 1430
>
> We did an upgrade from 4.1.2 to 4.2.2.
>
> I've consulted the 37th Tatva (google) but get no results.
>
> Any page on the front end with tt_news extension loaded returns a
> blank white page.
>
> thanks,
> doug
>
>
> -+-+-+-+-+-+-+-+-+-+-+-+-+
> Doug La Farge
> [EMAIL PROTECTED]
> 203.665.6211 x209 (w)
> 928.699.0663 (c)
>
> _______________________________________________
> TYPO3-english mailing list
> [email protected]
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

-+-+-+-+-+-+-+-+-+-+-+-+-+
Doug La Farge
[EMAIL PROTECTED]
203.665.6211 x209 (w)
928.699.0663 (c)

_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to