[drupal-devel] [bug] Session system - fix for NULL uid
Dries
drupal-devel at drupal.org
Thu Aug 18 22:13:43 UTC 2005
Issue status update for
http://drupal.org/node/29143
Post a follow up:
http://drupal.org/project/comments/add/29143
Project: Drupal
Version: 4.5.5
Component: other
Category: bug reports
Priority: critical
Assigned to: Anonymous
Reported by: Cvbge
Updated by: Dries
Status: patch (code needs review)
Patch doesn't apply because it ends with '.inc'. Maybe better to use
uid int(11) NOT NULL default '0' in the table definition?
Dries
Previous comments:
------------------------------------------------------------------------
Thu, 18 Aug 2005 19:39:17 +0000 : Cvbge
Attachment: http://drupal.org/files/issues/session-uid.inc (955 bytes)
On fresh install session table is empty and session.inc tries to insert
a row. But it ommits uid field which is NOT NULL and inserting fails.
Attached patch makes it to have the same behaviour as 4.6
More information about the drupal-devel
mailing list