On 18 mar, 20:59, Ian R <[email protected]> wrote: > Ok... so I discovered this plugin > todayhttp://cakedc.com/eng/downloads/view/cakephp_tags_plugin > and it seems really interesting, but I am completely stuck on the > second part of installation: > > Create tables -- Update your database schema using one of the > following command from your application root: > > Cake schema shell: cake schema create app -plugin tags > Migrations plugin shell: cake migration run all -plugin tags > > Naturally I tried the Cake Schema Shell first, but when I run this > command from the app folder of my project (or any folder, actually) it > just shows the Help page... from which I've determined that perhaps > the command should be "cake schema run create app -plugin tags"... but > when I do that, it says "schema.php could not be loaded" and kicks me > out > > I've tried the Migrations plugin way as well, but it tells me "Call to > undefined method App::pluginPath()" > > MAAANNNN. It seemed like a fun plug-in to use, but dang! Can > somebody help me out? I'm running PHP 5.3.0 with Cake 1.3.0.0...
If App::pluginPath() doesn't exist - you don't have 1.3 installed http://api13.cakephp.org/search/pluginPath hth, AD Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en To unsubscribe from this group, send email to cake-php+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
