Thanks Daniel for the quick reply and the reassurance. You've accurately surmised my situation.
I'm proceeding with implementation of the plugin in my project. Your instructions are very clear and yet the relation/Parser.php throws 1. throw new Doctrine_Table_Exception( 'Unknown relation alias ' . $alias); I'm revisiting my schema to restructure my relationship statements to more precisely match your example's relationship specifications. Hopefully that sets me straight. Thanks for providing and supporting this plugin. - Michael On Sat, Feb 20, 2010 at 5:50 AM, Daniel Lohse <[email protected]>wrote: > Hey there, > > I'm the developer of the ahDoctrineEasyEmbeddedRelationsPlugin. > > If I had to guess, I'd say that you installed the plugin via "symfony > plugin:install"? > > Then don't pay any attention to those "errors", they are PEAR related and > have nothing to do with my plugin. Symfony is just using PEAR to get the > plugins installed. By the way, they are not really errors but only warnings > that set_magic_quotes_runtime() is deprecated in PHP 5.3. :) > > If this is not the case, then you'd have to give me more details. > > Please let me know if there's anything else that's not working or if you > have any more questions. > > > Regards, Daniel > > On 20.02.2010, at 05:36, Michael Hodges wrote: > > > Hello all, > > > > I'm working on my first app and the embedded relations plugin looks > perfect for my needs. > > Upon installation I generated a bushel of errors: > > Deprecated: Function set_magic_quotes_runtime() is deprecated in > /Applications/xampp/xamppfiles/lib/php/pear/PEAR/Registry.php on line 1115 > > Deprecated: Function set_magic_quotes_runtime() is deprecated in > /Applications/xampp/xamppfiles/lib/php/pear/PEAR/DependencyDB.php on line > 552 for example. > > > > I suspect I can't ignore these and go my merry way if I want a working > application. Any recommendations on how best to proceed? > > > > Thanks for any tips. > > > > - Michael > > > > -- > > You received this message because you are subscribed to the Google Groups > "symfony users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "symfony users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
