Thanks for your response! My full problem is i have groups that users belong to through a parent_id, and when i upload the site and make groups there not registering with the ACL (SQL Error: 1054: Unknown column 'Aro.parent_id' in 'field list' ). Normally i would run 'cake schema run create DbAcl' command on the application using the -app extension but in this case i need to access an uploaded website to reset the ACL through the Shell. Bit of a weird situation i know but its got me utterly stumped.
Again thank you for your time and response - any ideas? On Jan 12, 5:12 am, Webweave <[email protected]> wrote: > As long as everything is set up properly for your app, you can just cd > to the app directory and run the following from a command prompt: > > cake schema run create DbAcl > > If you don't have Cake in your path, you may need to change it to be > something like: > > <path_to_cake>/console/cake schema run create DbAcl > > I'm guessing your '-app' switch didn't work because you > specifiedwww.helpwriteabook.co.ukinstead of the actual path to where your app > lives. > > On Jan 10, 9:48 am, Steppio <[email protected]> wrote: > > > Hi there again everybody! > > > Has anybody ever tried to use the command 'Cake schema run create > > DbAcl' on a web server? im having trouble locating the correct method > > for reseting / initializing ACL, i've tried 'cake schema run create > > DbAcl -appwww.helpwriteabook.co.uk//test//app//'butneedless to say > > that did'nt work. Any ideas for contacting a server through the Cake > > Shell? > > > Thanks for you time in advance! > > > Steppio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
