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
|