If you preview an existing node, that is a book, the following error message occur:
warning: array_key_exists(): The second argument should be either an array or an object in /home/www/ldpt.org/httpdocs/sites/all/modules/BookMadeSimple/book_made_simple.module on line 405.
This does not happen on newly edited nodes in preview mode.
Comments
Comment #1
MarcElbichon commentedRight.
Could you change the line 404 in the book_made_simple.module file :
by
or get the new version (2.1b) at http://code.google.com/p/mmr-drupal-modules/wiki/BookMadeSimple
Comment #2
scottrigby