altering future posting caused sql error due to sql not being generated correctly.
to fix.
locate in processing()
if ($fpost_enabled == true) {
$future = l('date')." = '$date',";make the last line above, like
$future = "date = '$date',";any other discussion regarding this issue
HERE