Bug #12210

Widget Bootstrapper Call to undefined method Tx_Extbase_Object_Container_Container::getContainer()

Added by Kevin Ulrich Moschallski over 4 years ago. Updated over 4 years ago.

Status:Closed Start date:2011-01-14
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:Widgets
Target version:-
Has patch: Affected Flow version:

Description

When calling a ajax widget i recieve this error:

Call to undefined method Tx_Extbase_Object_Container_Container::getContainer()

I looked into the class and couldn't find such a method.

I replaced it with this:

$objectContainer = t3lib_div::makeInstance('Tx_Extbase_Object_Container_Container');
$objectContainer->registerImplementation($originalClassName, $classConfiguration['className']);

and everything works fine.

Patch attached.

12210.patch Magnifier (780 Bytes) Kevin Ulrich Moschallski, 2011-01-14 12:11

History

#2 Updated by Kevin Ulrich Moschallski over 4 years ago

Duplicate of #11991.
Can be closed.

#3 Updated by Sebastian Kurfuerst over 4 years ago

  • Status changed from New to Closed

Also available in: Atom PDF