Hello :)
after new-install there is no entry in the config-table for the option "report_post".
It's only in the update.sql, not in basic.sql.
add this line in basic.sql: ;)
INSERT INTO CPG_config VALUES ('report_post', '0');
Commited to 1.68, thanks.