From: David C. R. <dr...@xo...> - 2003-04-06 01:34:12
|
Hi: I am having a problem with SPOPS. I have two objects that share a "links_to" relationship. When I try to instantiate either I get the following error message: Can't locate object method "CONFIG" via package "My::PackageName" (perhaps you forgot to load "My::PackageName"?) at lib/SPOPS/ClassFactory/DBI.pm line 304. I have used the structure for creating objects given in the "eg/My" examples, and require'd the linked objects. If I comment out the "links_to" line in the config of one of the objects, that object instantiates fine and the "links_to" relationship partially works, but not fully. Anyone have any ideas about this? Thanks, Dave |