Hi,

I've just installed drupal 8 beta6. I see some updates needed for the "user entity type", when i launch it, i got an mysql error:

<em class="placeholder">Drupal\Core\Database\DatabaseExceptionWrapper</em> : SQLSTATE[22004]: Null value not allowed: 1138 Invalid use of NULL value: ALTER TABLE {users} CHANGE `uid` `uid` INT unsigned NOT NULL COMMENT &#039;The user ID.&#039;; Array ( ) dans <em class="placeholder">Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema-&gt;createSharedTableSchema()</em> (ligne <em class="placeholder">1112</em> dans <em class="placeholder">C:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\data\localweb\projects\drupal\core\lib\Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema.php</em>).

How can i pass it?

Thank you,
Damien.

Comments

Berdir’s picture

Status: Active » Postponed (maintainer needs more info)

I guess this is #2363099: Using translated field definition descriptions in entity schema results in different schema definitions, resulting in update.php changes. Try with the latest dev version. I assume you installed in a different language?

mikey_p’s picture

Component: update.module » user.module
dpi’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)