I've just installed 2.1, starting from scratch after having 2.0 lying around. Install is on a linux server.
Problem I'm running into is at login. $_POST does not seem to be getting set, so the user/pass are empty. Changing to $_GET and passing everything in that way seems to work
Anyone know why data would not be reaching POST?
Answer #1
by Globs - ( 181 messages )
24/04/2006 @ 08:28
One thing has changed from 2.0 to 2.1 relative to authentication: I commented some lines in .htaccess (It created troubles for unpriviledge acocunts (?)). They allow authentication on servers where php does not run as a module.
I don't see the connection with POST/GET, but you may try to uncomment them and see if it works again with POST.