- Create a database backup
- A minimum backup can be created by backing up the xf_thread table with the following SQL;
Code:create table xf_thread_backup like xf_thread; insert into xf_thread_backup select * from xf_thread;
- A minimum backup can be created by backing up the xf_thread table with the following SQL;
- Remove any old Multi Prefix 2.x.y files from src/addons/SV/MultiPrefix
- Install the MultiPrefix-1.6.0-stub add-on, attached to this post.
- Update files to Multi Prefix 2.2.4(or later)
- Upgrade to Multi Prefix 2.2.4 (or later)
- If you encounter issues open 1 (one) ticket. Please ensure you have a database backup on hand.
Attachments
Last edited: