Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
user system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2009 at 06:37 UTC
Updated:
19 Jan 2010 at 13:02 UTC
When I try to add a user, I get the following messages:
* Notice: Undefined variable: new_value in DatabaseConnection->nextId() (line 1161 of /home/www/d7/httpdocs/includes/database/database.inc).
* Error saving user account.
I'm on
fresh D7-dev installation, no modules except core
sqlite(!)
php 5.2.6
Apache 2.2.13
Don't know if it really depends on sqlite, wann't able to test with mysql.
Comments
Comment #1
mr.baileysThis is related to/fixed by/a duplicate of #684138: DatabaseConnection_sqlite->dbNextId() always returns NULL, breaking batch api, installation.
Confirmed that users can now be added on an SQLite installation without errors.