[wp-trac] [WordPress Trac] #30067: cookie error for multisite login

WordPress Trac noreply at wordpress.org
Wed Oct 22 01:42:56 UTC 2014


#30067: cookie error for multisite login
------------------------------------+------------------------------
 Reporter:  tezza71                 |       Owner:
     Type:  defect (bug)            |      Status:  new
 Priority:  normal                  |   Milestone:  Awaiting Review
Component:  Login and Registration  |     Version:  4.0
 Severity:  normal                  |  Resolution:
 Keywords:                          |     Focuses:
------------------------------------+------------------------------

Comment (by SergeyBiryukov):

 Does the error message mentions unexpected output? There are two typical
 reasons for that:

 1. One of the active plugins (or the theme's `functions.php` file)
 produces unexpected output, causing a "headers already sent" warning and
 consequently preventing WordPress from setting the test cookie.
 2. [https://en.wikipedia.org/wiki/Byte_order_mark UTF-8 byte order mark]
 in `wp-config.php` (or theme's `functions.php` file) has the same effect
 as above.

 You should be able to find out the culprit by looking into server error
 logs.

 Previously: #27974, #28490.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30067#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list