Currently in the process of migrating my board over from one server to the other. I ran a fresh install on the new server, and restored the database from a backup taken from the old server.
All seems to have migrated over fine and the new board is working as normal.
However, the "extensions" tab is visible but gives an error when I try to click on it:
Code: Select all
Cannot find module ./../includes/acp/\phpbb\pages\acp\pages_module.php
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/functions_module.php
LINE: 573
CALL: trigger_error()
FILE: [ROOT]/adm/index.php
LINE: 82
CALL: p_master->load_active()
I found the "modission" file for removing old mods and permissions here: https://gist.github.com/3D-I/200b8541d5 ... 1cf0816819
and tried that, but I'm on 3.2.4 and I believe it's set to only 3.2.3, as I got the result: "phpBB version inappropriate so nothing can be deleted"
Is there a version or any way of just removing all the old extension data completely?
Regards