Re: login problem in deployed

2013-04-12 Thread Moawia Almardoud
Try to add function index(){} in UsersController
On Apr 11, 2013 7:42 PM, Antonio Flores Lara antonioflore...@gmail.com
wrote:

 hello ..i am new with cakephp ... i made a web aplication and deployed to
 hostgator  and  the send me this error

 Missing Method in UsersController

 *Error: *The action *index.html* is not defined in controller *
 UsersController*

 upload a older version  from  same proyect without login part and works
 fine..

 i dont  know where are my mistake .. i am supposed  in login part
 this sample login page  where i copied the code
 http://www.endyourif.com/**cakephp-2-x-login-system/http://www.endyourif.com/cakephp-2-x-login-system/
 http://bk-g-21.blogspot.mx/**2011/05/tutorial-1-usar-el-**
 componente-auth-en.htmlhttp://bk-g-21.blogspot.mx/2011/05/tutorial-1-usar-el-componente-auth-en.html

 --
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to cake-php+unsubscr...@googlegroups.com.
 To post to this group, send email to cake-php@googlegroups.com.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: login problem in deployed

2013-04-12 Thread Antonio Flores Lara
i have a index() in Usercontroller 


public function index() {
$this-User-recursive = 0;
$this-set('users', $this-paginate());
}

El viernes, 12 de abril de 2013 06:48:41 UTC-5, Moawia escribió:

 Try to add function index(){} in UsersController
 On Apr 11, 2013 7:42 PM, Antonio Flores Lara 
 antonio...@gmail.comjavascript: 
 wrote:

 hello ..i am new with cakephp ... i made a web aplication and deployed to 
 hostgator  and  the send me this error

 Missing Method in UsersController

 *Error: *The action *index.html* is not defined in controller *
 UsersController*

 upload a older version  from  same proyect without login part and works 
 fine..

 i dont  know where are my mistake .. i am supposed  in login part
 this sample login page  where i copied the code
 http://www.endyourif.com/**cakephp-2-x-login-system/http://www.endyourif.com/cakephp-2-x-login-system/
 http://bk-g-21.blogspot.mx/**2011/05/tutorial-1-usar-el-**
 componente-auth-en.htmlhttp://bk-g-21.blogspot.mx/2011/05/tutorial-1-usar-el-componente-auth-en.html

 -- 
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP
  
 --- 
 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to cake-php+u...@googlegroups.com javascript:.
 To post to this group, send email to cake...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/cake-php?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  



-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: login problem in deployed

2013-04-12 Thread Moawia Almardoud
This action ... Searching for index.HTML, search for it ...
On Apr 12, 2013 5:57 PM, Antonio Flores Lara antonioflore...@gmail.com
wrote:

 i have a index() in Usercontroller


 public function index() {
 $this-User-recursive = 0;
 $this-set('users', $this-paginate());
 }

 El viernes, 12 de abril de 2013 06:48:41 UTC-5, Moawia escribió:

 Try to add function index(){} in UsersController
 On Apr 11, 2013 7:42 PM, Antonio Flores Lara antonio...@gmail.com
 wrote:

 hello ..i am new with cakephp ... i made a web aplication and deployed
 to hostgator  and  the send me this error

 Missing Method in UsersController

 *Error: *The action *index.html* is not defined in controller *
 UsersController*

 upload a older version  from  same proyect without login part and works
 fine..

 i dont  know where are my mistake .. i am supposed  in login part
 this sample login page  where i copied the code
 http://www.endyourif.com/**cakep**hp-2-x-login-system/http://www.endyourif.com/cakephp-2-x-login-system/
 http://bk-g-21.blogspot.mx/**201**1/05/tutorial-1-usar-el-**compon**
 ente-auth-en.htmlhttp://bk-g-21.blogspot.mx/2011/05/tutorial-1-usar-el-componente-auth-en.html

 --
 Like Us on FaceBook 
 https://www.facebook.com/**CakePHPhttps://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 You received this message because you are subscribed to the Google
 Groups CakePHP group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to cake-php+u...@**googlegroups.com.
 To post to this group, send email to cake...@googlegroups.com.
 Visit this group at 
 http://groups.google.com/**group/cake-php?hl=enhttp://groups.google.com/group/cake-php?hl=en
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .



  --
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to cake-php+unsubscr...@googlegroups.com.
 To post to this group, send email to cake-php@googlegroups.com.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.