Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-10 Thread rpeterson
Hey All! If you are using ACM or have tried using it I would appreciate it if you could take some time to fill out the following survey. https://cakeforge.org/survey/survey.php?group_id=63&survey_id=3 This is ment to help us find out what community needs are and waht we can do to improve ACM!

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-06 Thread jeko
Cake Access Control Manager * Home * Users & Groups * Managed Controllers * Permissions CakePHP : Rapid Development Framework Controller dump: AcmController Object ( [name] => Acm [uses] => Array ( [0] => AcmUser [1] => AcmRo

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-06 Thread Ryan J. Peterson
jeko, Could you paste what its showing you and then post with the paste link on the group here? or post it here. ~rpeterson >I'm getting a controller dump from AcmController Object. I haven't >encountered this before, so I'm not sure what to do. Some kind of UI >shows up at the end of the cont

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-06 Thread jeko
I'm getting a controller dump from AcmController Object. I haven't encountered this before, so I'm not sure what to do. Some kind of UI shows up at the end of the controller dump. Any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribe

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
calzone, Yes as I note in the doc, I didn't test that script it was just a sample. Here is the same script actually implemented into an app of mine. This is put in the app_controller.php or your App. You will have to set the session information to whatever you use for your user authentication

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread calzone
I'm making progress. I actually got a usable UI to appear at mysite.com/acm It had some errors about missing tables, and then missing fields. I took wild guesses that the missing fields should be varchar 32 to see what would happen. Once I stopped getting errors, I tried adding the code below

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread calzone
TracyB, At the risk of coming across as a complete moron, I need to ask: how did you know to set up user.php and permission.php, how did you know what to put inside, and how did you know what to do with config.php? I'm totally in the dark. --~--~-~--~~~---~--~~

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
TracyB, done by cake ~rpeterson >Is there something that has to be done to initialize the session? or is >that done automatically by cake? > > >> > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP"

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread TracyB
Is there something that has to be done to initialize the session? or is that done automatically by cake? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-ph

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
TracyB , Ignore that last email. I will figure out whats up, commenting it out wouldnt work cause then the variables wouldnt be int he session. duh. ~rpeterson >Thanks for the swift fix :) > >I'm getting another issue now though - I deleted the old installation >and have no files except the ne

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
TracyB, >Fatal error: Call to a member function write() on a non-object in >C:\xampp\htdocs\cake\app\plugins\acm\config.php on line 23 > >It seems to have a problem with: >$this->Session->write('ACM.AutoLoad',false); > I will look at it here to see if I can figure out whats up. For now, you can

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread rpeterson
Hey All! Ok, I uploaded a new release ACM 0.10.0.7 that will work with CakePHP 1.0, also added Install instuctions in docs and in the notes of the release. See the change log for what was done. Let me know if you have other issues. ~rpeterson --~--~-~--~~~---~--~--

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread TracyB
Thanks for the swift fix :) I'm getting another issue now though - I deleted the old installation and have no files except the new ACM in plugins, and user.php and permission.php (empty models) in the models directory. When I try to go to http://mysite/acm, I get: Fatal error: Call to a member

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread calzone
Ryan :) There may be a lot of us because cake 1.x just got dugg this week and I think there's been a massive newbie influx. Thanks for your patience and persistence. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
TracyB, I found some issues, I just realized I was still running 0.1 of cake so I am working on getting some bugs worked out of it here with 1.0 and will get it updated as soon as I get it all working. Ryan >I would jump on IRC if I weren't at work :) Ports blocked and all that. >I just downl

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Dominik Schlütter
Hi, TracyB wrote: > I've downloaded the ACM plugin and can see it by going to > http://mysite/acm - however, I'm getting some errors even though I'm > pretty sure I have my database set up right. Yes, that's a problem that git introduces with the 1.0 release. > SQL Error in model Aro: 1054: Un

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread TracyB
I would jump on IRC if I weren't at work :) Ports blocked and all that. I just downloaded cake from the cakephp.org website today, so I'm guessing I'm running the most recent - 1.0.1.2708. I created an empty user and permission model because the first errors were looking for models for those 2 ta

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
calzone, I just realized I was working with cake 0.1 so I am working on fixing it up to make sure it all works with 1.0 Ryan >Hi Ryan, > >I'm running cake_1.0.1.2708 > >I'm not sure why my plugins dir wouldn't be readable by my webserver, >it's below the site root and I'm pretty sure everythin

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread calzone
Hi Ryan, I'm running cake_1.0.1.2708 I'm not sure why my plugins dir wouldn't be readable by my webserver, it's below the site root and I'm pretty sure everything gets permission masked upon creation and upload. open_basedir certainly has access to it if that's what you mean? Maybe I can take

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
Tracy, The best place I would be able to help you is if you could jump on the irc channel #CakePHP , but if not I will attempt to assist you in getting ACM running. I am really excited to get it as easy to install and setup as possible. First, what version of Cake are you using? Just so I have

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread TracyB
Hi there: I've downloaded the ACM plugin and can see it by going to http://mysite/acm - however, I'm getting some errors even though I'm pretty sure I have my database set up right. For instance, I get: SQL Error in model Aro: 1054: Unknown column ' lft' in 'order clause' Warning: Invalid argum

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread Ryan J. Peterson
calzone, I apologize for not having any documentation available at the moment, I have it on the index page not thinking that you wouldn't be able to read that if it didn't install correctly, I will post some shortly. What version of cake are you running? Also make sure that your plug-ins dir

Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-04 Thread calzone
care to explain how to get this working? there seems to be zero documentation at cakeforge or in the download. the closest I got was a lucky guess to go to mysite.com/acm at which point I got: Warning: loadplugincontroller(/var/www/vhosts/mysite.com/httpdocs/app/plugins/acm/acm_app_controller.p