|
From: Aaron G. <aar...@gm...> - 2005-11-29 03:26:18
|
On 11/28/05, J.P. Pasnak <pa...@wa...> wrote: > > Bah, that's what I get for just reading the last error message.... > > What version of MySQL? > Does the apache error/access log show anything? > node1# mysql -V mysql Ver 14.7 Distrib 4.1.15, for portbld-freebsd5.4 (i386) using 4.3 I'm using lighttpd, instead of Apache. access logs are fine, error logs show nothing. it looks to be something with the headers. I put some print statements in auth_login.php and the md5 comes up fine, the $_SESSION["sess_user_id"] is set properly. I'm not a PHP guru so I'm not sure if/how to print out the HTTP headers being sent. As far as I can tell, everything comes back fine from the SQL queries, and what variables I checked are set properly. I'm thinking about blowing this install away and trying it again from scratch, but I have a feeling that's not going to fix anything. regards, aaron.glenn |