Re: Auth Component in cakephp 2.0.0-aplha

2011-05-25 Thread mark_story
One possible problem could be that many of the public properties you are trying to use no longer exist. userModel userScope loginError loginRedirect All these properties are gone now. You also have to call Auth- >login() in your controller, that magic was removed. I tried to detail most of the

Simple AJAX pagination not working

2011-05-25 Thread l4yercake
Hello all, I followed the directions in the Cake 1.3 manual to implement ajax pagination (http://book.cakephp.org/view/1600/Ajax-Pagination) and I also tried the method posted by Mark Story (Thanks!) on his blog (http://mark-story.com/posts/view/creating-simple-ajax-pagination-with- cakephp-1-3-an

ajax not updating county

2011-05-25 Thread arron
I have a three tables called links,state and county. what im trying to do is when you select the state it will display the counites for that state. The list of states poulates but nothing is apperaing in the counties select drop down I am getting no erroes and i am clueless on what to do next. I

ajax not updating county

2011-05-25 Thread arron
I have a three tables called links,state and county. what im trying to do is when you select the state it will display the counites for that state. The list of states poulates but nothing is apperaing in the counties select drop down I am getting no erroes and i am clueless on what to do next. I

Re: Warning (512): DbAcl::check() - Failed ARO/ACO node lookup in permissions check.

2011-05-25 Thread Jacob
I have ran "cake acl create aco root controllers" in the console, and ran the listed build_acl function in the second link. Both say they ran and don't report errors. The build_acl function lists a bunch of created acos. When I remove auth from users and groups, I am able to create a group at grou

Re: Using Jquery-JSON to Send Data to the Server

2011-05-25 Thread darkwolf
Thanks for answer me. I used debug($this->params) and i could see the array, it seems like print_r($this->data). I could see that json maybe i'm not using it correctly, it could be the function $.ajax i have a problem there. At this group i posted a larger version of my question with the code form

Miles J - Uploader plugin - issues with habtm?

2011-05-25 Thread designv...@gmail.com
Hi there, Has anyone noticed any issues with the Miles J Uploader pluign (http:// milesj.me/code/cakephp/uploader) when used in forms that have HABTM elements? If I comment out the the habtm field the uploader works like a charm, as soon is its present though it fails to upload the files return a

Re: Using Jquery-JSON to Send Data to the Server

2011-05-25 Thread huoxito
do some debug($this->params) on the controller and you should see that data -- 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