I installed the xrms crm system using mysql php on a fedora 4 box and everything installed without error but it won't log me in. It doesn't say it's a bad password just won't get off the login page. User user1 password user1 it just won't budge.
UGGHHH!
Logged In: YES
user_id=204919
Originator: NO
You'll need to give me a little more information.
I assume that when you press the login button the screen refreshes and comes back to login with no message.
Take a look in the apache error_log. As I recall, Fedora sends PHP errors to the logs instead of to the screen.
Regards,
- Brian
Logged In: YES
user_id=1696007
Originator: YES
HTTP/1.1" 302 - "http://crm.gosupernet.com/login.php?target=%2Fprivate%2Fhome.p
hp" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219
Firefox/2.0.0.2"
wireless.dhcp.gosupernet.com - - [08/Mar/2007:14:39:24 -0700] "GET /private/home
.php HTTP/1.1" 302 - "http://crm.gosupernet.com/login.php?target=%2Fprivate%2Fho
me.php" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070
219 Firefox/2.0.0.2"
wireless.dhcp.gosupernet.com - - [08/Mar/2007:14:39:25 -0700] "GET /login.php?ta
rget=%2Fprivate%2Fhome.php HTTP/1.1" 200 4555 "http://crm.gosupernet.com/login.p
hp?target=%2Fprivate%2Fhome.php" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US
; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2"
I checked the log files. Nothing in the error logs. But this is whats in the access log.
I'm totally stumped. Is there a debug I can turn on in the software to trace its moves? I also noticed that during login session it tries to go to sourceforge.
Logged In: YES
user_id=204919
Originator: NO
Well, you can uncomment the debug line in login-2.php. That will tell you if there's a problem with the database connection, etc.
But more importantly, I suspect you need to check the error_logging settings in your php.ini file
Regards,
- Brian