|
From: Jason M. <ja...@st...> - 2002-06-19 06:33:33
|
Hello all, While recently working on a SquirrelMail install on a MacOSX box I ran into the dreaded 'you must be logged in' problem, The symptoms are similar to the ones described here. It could possibly be related. I tracked down the times I was getting 'logged out' to any 'header (Location...' statement that used the get_location() function from strings.php to build its URL. Here is what I did to find the offending code. After the 'require_once' statements at the top of move_messages.php I added these lines: $place = get_location(); print "$place" exit(); Then I moved a message from my INBOX to another folder. The URL that was displayed on the screen was something like: http://some.place.com:16080/squirrelmail/... hmmm.... 16080, thats no good ! I doubt your problem is the same (if you are running macosx I bet it IS the same), but it would be a worthwhile test to see if the get_location function is determining valid URLs. hope that helps Lier Duh said: >>Try enter not just a user name but user name+your domain, something >> like that: us...@my... >> >>Sincerely yours, Anton > > Thanks for the tip. Unfortunately it has not helped my situation. > > I have tried the realdomain name, the virtualdomain name. The > installation is running under a virtual domain. > > Thanks. > > >>Hi all, >> >>I am having the "Unknown user or password incorrect." problem after a >> successful login. \__ Jason Munro \__ AIM: jmunr0 \__ ja...@st... |