Thread: Re: [Phpip-support] Problems logging in
Brought to you by:
trilexcom
From: Michael E. <Mic...@cc...> - 2003-11-07 16:50:48
|
There is an issue with the sql script, Do you have phpmyadmin or a gui for mysql? The issue is with the user account being created. INSERT INTO 'user' ('username', 'passwd', 'email', 'access_level) VALUES ('phpip_admin', PASSWORD('phpip_man'), 'phpip_admin@localhost ', 'admin'); Let me know if this works, michael >>> Rob Duran <dur...@ya...> 11/07/03 11:06AM >>> michael, I've got phpip installed and the database up and running, but authentication continues to fail. I get the standard: WARNING... You do not appear to be logged on. This could be due to your Session timing out. Please enter your User ID and Password. I've got a debug lib I've been using and when I go from the index.php post to results.php I don't get a $username. seems a bit odd. Rob ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Phpip-support mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: Rob D. <dur...@ya...> - 2003-11-07 16:52:52
|
Yes. I figured that one out early on. see new note for the real problem --- Michael Earls <Mic...@cc...> wrote: > There is an issue with the sql script, Do you have > phpmyadmin or a gui > for mysql? The issue is with the user account being > created. > > INSERT INTO 'user' ('username', 'passwd', 'email', > 'access_level) > VALUES ('phpip_admin', PASSWORD('phpip_man'), > 'phpip_admin@localhost > ', > 'admin'); > > > Let me know if this works, > > michael > > >>> Rob Duran <dur...@ya...> 11/07/03 11:06AM > >>> > michael, > > I've got phpip installed and the database up and > running, but authentication continues to fail. I get > the standard: > WARNING... You do not appear to be logged on. > This could be due to your Session timing out. > Please enter your User ID and Password. > I've got a debug lib I've been using and when I go > from the index.php post to results.php I don't get a > $username. seems a bit odd. > > Rob > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > Does SourceForge.net help you be more productive? > Does it > help you create better code? SHARE THE LOVE, and > help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: Michael E. <Mic...@cc...> - 2003-11-07 16:55:26
|
I have not configured this to work with global vars to off yet, I am working on this in the next release. Can you check your php.ini file. michael >>> Rob Duran <dur...@ya...> 11/07/03 11:52AM >>> Yes. I figured that one out early on. see new note for the real problem --- Michael Earls <Mic...@cc...> wrote: > There is an issue with the sql script, Do you have > phpmyadmin or a gui > for mysql? The issue is with the user account being > created. > > INSERT INTO 'user' ('username', 'passwd', 'email', > 'access_level) > VALUES ('phpip_admin', PASSWORD('phpip_man'), > 'phpip_admin@localhost > ', > 'admin'); > > > Let me know if this works, > > michael > > >>> Rob Duran <dur...@ya...> 11/07/03 11:06AM > >>> > michael, > > I've got phpip installed and the database up and > running, but authentication continues to fail. I get > the standard: > WARNING... You do not appear to be logged on. > This could be due to your Session timing out. > Please enter your User ID and Password. > I've got a debug lib I've been using and when I go > from the index.php post to results.php I don't get a > $username. seems a bit odd. > > Rob > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > Does SourceForge.net help you be more productive? > Does it > help you create better code? SHARE THE LOVE, and > help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: Rob D. <dur...@ya...> - 2003-11-07 17:00:44
|
ok globals = on fixes the username issue, but the $results is still a problem. --- Michael Earls <Mic...@cc...> wrote: > I have not configured this to work with global vars > to off yet, I am > working on this in the next release. Can you check > your php.ini file. > > michael > > >>> Rob Duran <dur...@ya...> 11/07/03 11:52AM > >>> > Yes. I figured that one out early on. see new note > for > the real problem > --- Michael Earls <Mic...@cc...> wrote: > > There is an issue with the sql script, Do you > have > > phpmyadmin or a gui > > for mysql? The issue is with the user account > being > > created. > > > > INSERT INTO 'user' ('username', 'passwd', > 'email', > > 'access_level) > > VALUES ('phpip_admin', PASSWORD('phpip_man'), > > 'phpip_admin@localhost > > ', > > 'admin'); > > > > > > Let me know if this works, > > > > michael > > > > >>> Rob Duran <dur...@ya...> 11/07/03 > 11:06AM > > >>> > > michael, > > > > I've got phpip installed and the database up and > > running, but authentication continues to fail. I > get > > the standard: > > WARNING... You do not appear to be logged on. > > This could be due to your Session timing out. > > Please enter your User ID and Password. > > I've got a debug lib I've been using and when I go > > from the index.php post to results.php I don't get > a > > $username. seems a bit odd. > > > > Rob > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > > Program. > > Does SourceForge.net help you be more productive? > > Does it > > help you create better code? SHARE THE LOVE, and > > help us help > > YOU! Click Here: http://sourceforge.net/donate/ > > _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > Does SourceForge.net help you be more productive? > Does it > help you create better code? SHARE THE LOVE, and > help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support |