From: Jay E. <eck...@ya...> - 2005-09-16 02:44:43
|
I'm trying to evaluate phpESP. I've got the software installed on OS X/Apache/Mysql/PHP, and I've got the login screen coming up. However, when I try the username root and the password esp, the login screen just reloads. I've checked the database and the designer table is there with a record for the root user. The password is stored in encrypted form, so I can't tell that it's esp. however, I've tried deleting the record and reinserting it. I've also tried inserting an additional record into the designer table with a different username and password. I've restarted by Apache and MySQL but with no change. I'm tantalizingly close; can someone help me figure out how to log in? Thanks, Jay Eckles __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Matthew G. <mat...@gm...> - 2005-09-16 14:33:29
|
Please send the output of test.php. Also, can you connect to mysql from the= =20 commandline using the same user/password/host that you have set in=20 phpesp.ini? On 9/15/05, Jay Eckles <eck...@ya...> wrote: >=20 > I'm trying to evaluate phpESP. I've got the software > installed on OS X/Apache/Mysql/PHP, and I've got the > login screen coming up. However, when I try the > username root and the password esp, the login screen > just reloads. I've checked the database and the > designer table is there with a record for the root > user. The password is stored in encrypted form, so I > can't tell that it's esp. however, I've tried > deleting the record and reinserting it. I've also > tried inserting an additional record into the designer > table with a different username and password. I've > restarted by Apache and MySQL but with no change. >=20 > I'm tantalizingly close; can someone help me figure > out how to log in? >=20 > Thanks, >=20 > Jay Eckles >=20 >=20 > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your ver= y > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general >=20 --=20 D'oh! |
From: Jay E. <eck...@ya...> - 2005-09-16 19:49:17
|
My apologies - I believe I've been replying to individuals rather than the list. A couple of suggestions I've received are to reset the password, which I did to no avail. I've restarted the web server, database server, and web browsers to no avail. Cookies are enabled and caches are cleared. I am able to connect to mysql using the user/password/host that's in phpesp.ini.php. I sent the test.php output to Matthew and won't repeat that here. The only thing "red" on the test.php output was the line SAPI: apache2handler One interesting thing I noticed is I do get an error in my apache error log: [Fri Sep 16 14:41:28 2005] [error] [client 127.0.0.1] PHP Notice: Undefined index: HTTP_SERVER_VARS in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\phpESP\\admin\\include\\lib\\espauth-default.inc on line 215 I've also mentioned in private emails that if I disable authentication, I get the management interface, but when I click on links in the management interface, the page just reloads. FWIW, I have the same problems in 1.7.5 and in the 1.8 CSV version. Thank you to everyone who has offered suggestions and help. Jay --- Matthew Gregg <mat...@gm...> wrote: > Please send the output of test.php. Also, can you > connect to mysql from the > commandline using the same user/password/host that > you have set in > phpesp.ini? > > On 9/15/05, Jay Eckles <eck...@ya...> wrote: > > > > I'm trying to evaluate phpESP. I've got the > software > > installed on OS X/Apache/Mysql/PHP, and I've got > the > > login screen coming up. However, when I try the > > username root and the password esp, the login > screen > > just reloads. I've checked the database and the > > designer table is there with a record for the root > > user. The password is stored in encrypted form, so > I > > can't tell that it's esp. however, I've tried > > deleting the record and reinserting it. I've also > > tried inserting an additional record into the > designer > > table with a different username and password. I've > > restarted by Apache and MySQL but with no change. > > > > I'm tantalizingly close; can someone help me > figure > > out how to log in? > > > > Thanks, > > > > Jay Eckles > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's > Geronimo App Server. > > Download it for free - -and be entered to win a > 42" plasma tv or your very > > own Sony(tm)PSP. Click here to play: > http://sourceforge.net/geronimo.php > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > -- > D'oh! > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |