Getting this error:
Warning: unexpected error in date() in addpost.php on line 276
I did a fix that seems ok here:
I don’t think you can post a new topic in a calendar forum without the dates so changed this in addpost.php to clear the error with replies
Where: $date_string = date(".........);
I changed it to this: {$date_string} { $date_string = date(".........); }
Hope this helps