Ah, yes... I'm just updating the wblib. Seems you have a non-working version. Reason is that I replaced "internal" debugging with use of KLogger debugging class.
Quick and dirty workaround: Add this to class.wbFormBuilder
.php (modules/wblib):
function debug() { return; }
Edit: At the bottom, BEFORE
} ?>
(Note the }!)