4
wordbook 1.17 rc1 Don't create sql tables at new installation, so you must to import them manually.
By other hand I solved problem to change and recognice categories by modify next line at admin/entry.php at line 84
$sform -> addElement( new XoopsFormHidden( 'categoryID', $categoryID ) );
to
$sform -> addElement( new XoopsFormHidden( $categoryID ) );
It is ok for me !!!, at this moment ???!!!