Re: problem with login

2012-07-28 Thread Graham Weldon
Probably need to show some code. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Saturday, 28 July 2012 at 3:01 AM, Linda Watson wrote: Hello, I installed an script created with cakephp. The install was successful but

Re: problem with login

2012-07-28 Thread Ersin Demirtas
I don't think he has any right to share any code. Looks like you bought the script http://codecanyon.net/item/clientengage-project-platform/2658050, the best place to start is by telling the coder to check the change log between php 5.2.8 and php 5.2.13 so he can predict where the error could

problem with login

2012-07-27 Thread Linda Watson
Hello, I installed an script created with cakephp. The install was successful but when i go to login with the information giving during setup...it gives me an error of wrong username password. the creater spent 2 hr with no answer but seams to think that it's because i am running php 5.2.13

Re: Problem to Login with Simple Acl controlled Application tutorial cakephp 1.3 - Lost session

2010-09-10 Thread francky06l
Check about this in config/core.php Configure::write('Session.checkAgent', false); Set also the Security.level to medium On Sep 9, 11:28 pm, Sanza mass...@creativebrains.it wrote: I have already worked with cakephp 1.2 and i have made some applications without problems about the acl

Problem to Login with Simple Acl controlled Application tutorial cakephp 1.3 - Lost session

2010-09-09 Thread Sanza
I have already worked with cakephp 1.2 and i have made some applications without problems about the acl but when i decided to use the new cakephp 1.3 i found this problem. Note: I have triple checked all steps of the tutorial Simple Acl controlled Application for cakephp 1.3, restart completely

Re: Problem with Login Redirect

2010-07-28 Thread Avishek Kumar Singh
hi frnds , i m new in cakephp. can anyone tell me where is log file of cake php and how can we insert some value in logfile. waiting for response. With Best Regards, AviSingh RAJPUT Web Designer Developer http://mantralabsglobal.com/ Check out the new CakePHP Questions site http://cakeqs.org

Problem with Login Redirect

2010-07-27 Thread sebas46825
hello, i have a problem with the login redirect i dont no why but when i write the loginRedirect it not redirect me, just show me the login page and i want to redirect to another page. i manually inserted the username and pasword in the database. any help would be great, thanks NOTE: if some see

Re: Problem with Login Redirect

2010-07-27 Thread Shaz
Where does loginRedirect redirect you at the moment? Or no redirects at all? On Jul 27, 6:16 am, sebas46825 sebas46...@gmail.com wrote: hello, i have a problem with the login redirect i dont no why but when i write the loginRedirect it not redirect me, just show me the login page and i want

Auth component problem - Cannot login

2009-03-12 Thread Waylon
I have the Auth component working correctly on my development site (localhost). I have a problem when I try to use it on my production server. If I try to access /users/login, I am sent to a 404 page (my web hosts, not a CakePHP page). I have a very simple Auth configuration; I'm using all

Re: othAuth 0.5 problem after login

2006-12-01 Thread 4webby
Cheers guys, I've deleted all the application yesterday! I'll rebuild it and let you know! Do you know about a user registration class/plugin for CakePHP? Dan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

othAuth 0.5 problem after login

2006-11-30 Thread 4webby
After I login with I get this messages: Notice: Undefined property: User::$Group in C:\www\cake_crag\backend\controllers\components\oth_auth.php on line 1348 Fatal error: Call to a member function unbindAll() on a non-object in C:\www\cake_crag\backend\controllers\components\oth_auth.php on

Re: othAuth 0.5 problem after login

2006-11-30 Thread bingo
It seems you are missing unbindAll function...google for cakephp unbindAll. Oth has a written a unbindAll function. Copy the function and put in app_controller Regards, bingo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Re: othAuth 0.5 problem after login

2006-11-30 Thread Samuel DeVore
app_model.php On 11/30/06, bingo [EMAIL PROTECTED] wrote: It seems you are missing unbindAll function...google for cakephp unbindAll. Oth has a written a unbindAll function. Copy the function and put in app_controller Regards, bingo -- == S. DeVore (the old fart) the advice is