RE: v1.3 Hi there,
I am trying to define my initial route to point to an action within one of my plugins, but it doesn't appear to be working. Can anyone explain to my why this doesn't work...? Router::connect( '/', array( 'plugin' => 'facebook', 'controller' => 'facebook_pages', 'action' => 'set_page' ) ); I get the error... Missing Controller Error: FacebookPagesController could not be found. Error: Create the class FacebookPagesController below in file: lyns_facebook_page/controllers/facebook_pages_controller.php It looks like it's not using the plugin part of the route definition?! Thanks for your help. T -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
