On a fresh install (default profile), when you enable another core module (e.g. book.module) the corresponding hook_install() is not called and the DB is not updated (book_install() is not called and the table {book} is not created).

Comments

paranojik’s picture

Status: Active » Closed (duplicate)

Patch for "Install system: schema versions not being set" should also fix this.