I'm trying to bring a phpBB forum 3.0.2 to 3.2
I'm following the official method described here
https://www.phpbb.com/support/docs/en/3 ... /upgrade3/
I have done everything and I reached the steps
4 Select "Update database only" and click Submit
5 Wait for the progress bar to reach 100% and for a message indicating that the update has completed
I checked submit and everything seems to work fine until the process stops and I get this message on a red background:
A required module info file is missing: acp_send_statistics
The last lines displayed on the update log are:
In addition, 2 error lines appeared at the top of the log (not sure it's the same issue or not):Reverting Schema: \phpbb\db\migration\data\v30x\release_3_0_6_rc1.
Installing Data: \phpbb\db\migration\data\v30x\release_3_0_6_rc1.
Installed Schema: \phpbb\db\migration\data\v30x\release_3_0_6_rc1; Time: 23.93 seconds
Installing Schema: \phpbb\db\migration\data\v30x\release_3_0_6_rc1.
Could anyone kindly help or has an idea?[phpBB Debug] "Undefined variable: errored" in file[...]/ww\forums\phpbb\db\migration\data\v30x\release_3_0_4_rc1.php on line 124
[phpBB Debug] "Undefined variable: error_ary" in file [...]\www\forums\phpbb\db\migration\data\v30x\release_3_0_4_rc1.php on line 124
Thank you