On 9/25/07, Christian Yttesen <[EMAIL PROTECTED]> wrote: > I use the FireBug extension for FireFox. > > Accessing the wp-login.php page on to the two working instances of WP 2.3 it > shows the Test cookie: > Namewordpress_test_cookieValueWP+Cookie+checkHostxxx > Pathxxx > SecureNoExpiresAt End Of Session > (I have removed the host and path for now) > > On the instance that does not work it does not receive any cookie > information at all. > > The three blogs are installed in the same directory like: > /blogs/blog1 > /blogs/blog2 > /blogs/blog3
Does one of them have its index.php in /blogs and use a different wordpress address and blog address (as configured in Options->General)? If so, you are probably experiencing the bug fixed by this: http://trac.wordpress.org/changeset/6167 Try this copy of wp-login.php, which includes the fix. http://trac.wordpress.org/browser/branches/2.3/wp-login.php?rev=6167&format=raw _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
