I HAVE THE ANSWER! At least, this worked for me after having the same problems. I hope this is timely enough for y'alls.
Instead of this URL: http://your.app.name/phpgacl (which, for me, consistently redirected to http://your.app.name/phpgacl/install and then gave the Missing Controller (i.e. "404") error) TRY this URL: http://your.app.name/phpgacl/phpgacl/install TWO phpgacls. Thats what worked for me. i.e. /plugin/controller/action HOWEVER, I am still having problems, as there are some insurmountable errors showing up, as follows: Warning (512): Method PhpgaclHtmlHelper::formTag does not exist [CORE/ cake/libs/view/helper.php, line 148] AND Warning (512): Method PhpgaclHtmlHelper::submit does not exist [CORE/ cake/libs/view/helper.php, line 148] Of course, I am using CakePHP 1.2 and that might be the problem. Oh, well, if anyone has a solution for me, then great. Otherwise, I'm gonna go get a beer. Seeyalater... On Oct 29, 5:46 am, ellils <[EMAIL PROTECTED]> wrote: > Ha... Glad I found another person with the same problems... :) > > I am going to fiddle with it some more and hopefully I can resolve > this install problem. > > Let me know if you discover something? > > Regards, > ellils > > On Oct 29, 5:30 pm, Cavallo <[EMAIL PROTECTED]> wrote: > > > Same problem here. :/ When I go to localhost/phpgacl it redirects me > > to phpgacl/install but then I get that phpgacl controller does not > > exists :/ > > > Best regards. > > > On Oct 28, 10:31 pm, ellils <[EMAIL PROTECTED]> wrote: > > > > Hi fellas, > > > > I know this topic has been discussed several times on this forum... > > > read through everything and tried every conceivable way to get this > > > sorted out on my localhost but for some reason, I could not integrate > > > phpGACL with my cake install. > > > > Hope someone out here could point me in the correct direction. > > > > These are my settings for my cake installation:- > > > Cake library is located at "c:\www\cake\" > > > Web document root is "c:\www\webroot\" > > > App folder is located at "c:\www\webroot\app\" > > > Vendor folder is located at "c:\www\webroot\app\vendor > > > > I downloaded phpgacl_for_cakephp-1.0.2b and copied all the folders > > > into the corresponding ones. > > > > If I point my browser athttp://localhost/Icansee the correct > > > messages: > > > " > > > CakePHP Rapid Development > > > > Your database configuration file is present. > > > > Cake is able to connect to the database." > > > > According to the instructions listed here > > > -http://dev.sypad.com/installing-phpgacl-plugin-cakephp > > > - I should next point my browser at "http://localhost/phpgacl/" but > > > when I do that, all I get is a 404 page not found error since phpgacl > > > is not located there. > > > > Am I interpreting part of the install instructions wrongly? > > > > TIA, > > > ellils --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
