hello, I write my first plugin. This plugin will fetch data from google analytics api but I have one problem - plugin not work. I make default structure:
plugins + sfGoogleAnalytics (name of my plugin) + + config + + modules + + + googleAnalytics + + + + actions + + + + lib + + + + config I enable plugin module in settings.yml in my application ( enabled_modules: [default, sfGuardAuth, comment, jsThumbnail, googleAnalytics] ) When I try to call the address http://my_host.com/googleAnalytics i have Action "googleAnalytics/index" does not exist. What's going on? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---