17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1373 Views |
-
manymanycomplextablefield

14 November 2008 at 4:56am
Hi,
I'm trying to sort out a ManyManyComplexTableField and i have it working fine if we are dealing with a current record in the database, however; if i wish to make a new record the form breaks and gives me a bad class to singleton error. I have my module set up in the way that the create a module tutorial is set up and fetch my fields for the form from my DataObjects.
FATAL ERROR: singleton() Called without a class
At line 84 in C:\wamp\www\clients\airsphere\sapphire\core\Core.phpuser_error(singleton() Called without a class,256)
line 84 of Core.phpsingleton()
line 636 of ComplexTableField.phpComplexTableField->getParentIdNameRelation(,Extra,many_many)
line 69 of ManyManyComplexTableField.phpManyManyComplexTableField->getParentIdName(,Extra)
line 35 of HasManyComplexTableField.phpHasManyComplexTableField->__construct(Booking,Extras,Extra,Array,,,,)
line 15 of ManyManyComplexTableField.phpManyManyComplexTableField->__construct(Booking,Extras,Extra,Array,)
line 42 of Booking.phpCan someone post me a viable solution as i need this working it's integral to a project!!!
Thanks
-
Re: manymanycomplextablefield

14 November 2008 at 10:08pm
I fixed this,
in manymanycomplextablefield i changed $this->controller->ClassName (as it doesn't exist) to $this->controller->class
hope this helps anyone else
| 1373 Views | ||
|
Page:
1
|
Go to Top |
