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

Wesley Tanaka - November 26, 2005 - 15:40
Project:Drupal
Version:4.7.0
Component:database system
Category:bug report
Priority:normal
Assigned:Unassigned
Status:won't fix
Description

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.

#1

Wesley Tanaka - November 29, 2005 - 15:09
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.

#2

Wesley Tanaka - November 29, 2005 - 15:10
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;

#3

lilou - August 30, 2008 - 18:33
Version:x.y.z» 4.7.0
Status:postponed» won't fix

Drupal 4.x is unsupported.

 
 

Drupal is a registered trademark of Dries Buytaert.