I should have checked the 8.0+ files first.
However, to correct this, I just changed line 25 from:
Code: $bbtonukepath = $phpbb_root_path;
|
to
Code: $bbtonukepath = $phpbb_root_path.'includes/';
|
and, as you suggested, line 75 from:
Code: $bbtonukepath = 'modules/Forums/';
|
to
Code: $bbtonukepath = 'modules/Forums/includes/';
|
The downloads have been updated.
_________________