XF 1.2 Upgrade 1.1.5 - 1.2 RC

MrC

Active member
I upgraded a test site before disabling addons and got this error:

Admin area: "Mysqli prepare error: Unknown column 'template_map.template_final' in 'field list'"
Forum area: "The requested forum could not be found."

Then I added "$config['enableListeners'] = false" to the config file. The error disappeared and I could access the forum.

Then I tried to disable the addons and got this error: "Please enter a valid callback method (ModEss_Install_105::install)." and could not disable some of the addons.

May be I should have disabled all addons first :D.
 
I would suggest on this:
- Backup all your current Template Modifications (Custom or addons TMS)
- Un-Install TMS (Only few addons that are dependable on this / those that are outdated)
- Disable all addons via config.php ($config['enableListeners'] = false; )
- Upload Latest package (XF 1.2.0 / Overwrite)
- Upgrade your Forum, best way is via CLI
- Now enable addons one by one
- Manually re-apply your template modifications
- Done
 
  • Like
Reactions: MrC
Top Bottom