Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
book.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2009 at 14:46 UTC
Updated:
17 Apr 2009 at 08:37 UTC
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
Comment #1
desbeers commentedThese 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.