I've noticed that comments on some forum threads show up in collapsed mode if I'm logged in as uid=1. Not sure if this is a bug yet.

Comments

Wesley Tanaka’s picture

Component: comment.module » database system
Status: Active » Postponed

Turns out that it's not a bug in comment.module, but some weirdness that happened during the upgrade where uid=1's mode in {users} got set to 2. There's no "not a bug" status, so I'm setting "postponed" in case someone wants to look at the upgrade process.

Wesley Tanaka’s picture

Title: Comments showing up as non-expanded for uid=1 » Comments showing up as non-expanded for uid=1 after upgrade from 4.6.3 to CVS (4.7 pre release)

In case someone finds this via search, changing the title. The fix in my case was:

UPDATE drupal_users SET mode=0 WHERE uid=1;
lilou’s picture

Version: x.y.z » 4.7.0
Status: Postponed » Closed (won't fix)

Drupal 4.x is unsupported.