From: Rehan I. <reh...@gm...> - 2009-02-16 15:14:47
|
Justin, Im curious as to why you are passing ucfirst($type) as the second parameter. That is the first line in the code block :-) I believe your bug is happening @ line 275 >> $peerName = $type.'sPeer'; The system cannot find the associated peer type. Try putting in a die( 'peerName: ' . $peerName ); on the next line and see if it is return what you are expecting (in this case: EventsPeer). -Rehan On Mon, Feb 16, 2009 at 12:38 AM, Justin Tilson <jus...@gm...>wrote: > I've got an entity called 'event' that won't network because the following > line from executeRelationsWizard() in genericActions.class.php > > $fromRecord = > GenericModel::getEntityObjectByMasteridAndType($this->from_masterid, > ucfirst($this->from_type)); > > returns null. > > The '$this->from_masterid' is being passed in and is correct and the event > with the selected masterid exists in the database yet the method fails to > load the event object. > > I'm baffled. It looks exactly like all my other entities which work just > fine. > > I tried deleting all the event code and added back the event entity. This > did not fix the problem. > > Any ideas? > > thx > Justin > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Wiserplatform-support mailing list > Wis...@li... > https://lists.sourceforge.net/lists/listinfo/wiserplatform-support > > -- -Rehan |