Yup, it is enabled. As I showed in the previous email, the class and the path to the class are in the generated config_autoload.yml.php file
The problem is that the array key includes a prefix..... 'ifdsContactForm/BaseifdsContactFormActions' => '/Users/jonathan/Sites/ ifds.4/plugins/ifdsContactFormPlugin/modules/ifdsContactForm/lib/ BaseifdsContactFormActions.class.php', so the module name "ifdsContactForm/" is being prefixed onto the class name "BaseifdsContactFormActions" if I change the sfAutoloadConfigHandler class to stop the prefix being prepended to the class name then everything works as expected. ???? On 7 Oct 2008, at 15:20, Eno wrote: > > On Tue, 7 Oct 2008, Jonathan Franks wrote: > >> I'm using symfony 1.1.4 and the classes in... >> >> plugins / myplugin / modules / mypluginmodule / lib >> >> are not autoloading. > > Is the module enabled in your settings.yml? > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
