Fresh drupal 7-dev 2009-Mar-22 install on Apache/2.2.11 (Win32) PHP/5.2.8

Activated all standard modules except: PHP filter, SimpleTest and Syslog

Following error occurred after trying to create a new node (article)

* Notice: Undefined index: book in book_form_update() (line 238 of C:\wamp\www\drupal7\modules\book\book.pages.inc).
* Notice: Undefined index: form_build_id in book_form_update() (line 239 of C:\wamp\www\drupal7\modules\book\book.pages.inc).

Can't reproduce this error.

Comments

desbeers’s picture

Status: Active » Closed (duplicate)

These notices were introduced with the patch 'form improvements from Views':

http://drupal.org/node/322344

Mark this issue as duplicate because above issue has a patch attached for it.