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).
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
Comment #1
paranojik commentedPatch for "Install system: schema versions not being set" should also fix this.