Page MenuHomePhabricator

Can't create new users
Closed, InvalidPublic

Description

When trying to create a new user from login screen, we are receiving following error:

Unhandled Exception ("AphrontQueryException")
#1364: Field 'isMailingList' doesn't have a default value

Proposed fix is

Alter table user modify column isMailingList tinyint(1) not null default 0;

Event Timeline

josetesan raised the priority of this task from to Needs Triage.
josetesan updated the task description. (Show Details)
josetesan added a project: Aphront.
josetesan added a subscriber: josetesan.

Can you try restarting apache (or php-fpm) and see if that resolves this issue?

btrahan claimed this task.
btrahan added a subscriber: btrahan.

Let us know if restarting didn't resolve this. Thanks!