[TYPO3-core] RFC: #12037: Fatal Error in Configuration > $TBE_MODULES

Oliver Hader oliver at typo3.org
Tue Sep 22 18:40:37 CEST 2009


Hi Bastian,

Bastian Waidelich schrieb:
> Hi,
> 
> This is an SVN patch request.
> 
> Type: Bugfix
> 
> Bugtracker references: http://bugs.typo3.org/view.php?id=12037
> 
> Branches: trunk
> 
> Problem:
> When selecting "$TBE_MODULES (BE Modules)" in the Configuration module
> I'm getting a
> Catchable fatal error: Object of class Tx_Extbase_Dispatcher could not
> be converted to string in t3lib\class.t3lib_div.php on line 1245
> The problem is, that Extbase puts an instance of Tx_Extbase_Dispatcher
> into the $TBE_MODULES array in ext_tables.php and the t3lib_arraybrowser
> does not support objects.

What do I have to do/install to reproduce this? I tested with just
ExtBase installed but did get that error...

But using the class name instead of an instance that might be required
is much better:
+1 by reading

olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3


More information about the TYPO3-team-core mailing list