I think that is the problem - that version, I believe, is quite buggy (in fact it is not available for download from PHP!). I have been testing with 8.0.2
I think that is the problem - that version, I believe, is quite buggy (in fact it is not available for download from PHP!). I have been testing with 8.0.2
there is $data on that line:
Code: Select all
if (array_key_exists('original_poster_id', $data) && $this->config['move_disapproved_forum'] > 0)
{
$this->main_controller->update_post_data($event);
}
Ahhhh, that might explain other errors I was getting. I'll revert to 7.4 for now.
You're right.