XF 2.0 Xenforo Upgrade Error anyone can Help?

I have started the Upgrade to 2.0.12 and i recive the Error

Line 21: Unknown tag fa encountered. - Template modifications: public:message_macros

anyone can Help?
 
At this point, I can only guess that you somehow have a 2.1-only add-on installed. I'm a bit confused as to how the template modification may have applied there in the first place though.

If you add this code to your src/config.php file temporarily, I believe you'll be able to access the control panel:
Code:
$config['checkVersion'] = false;
From there, you can disable the add-on (or the template modification) that has been applied incorrectly/unexpectedly. Once you do that, you should be able to go back to the upgrade and complete the process.
 
Disabling is fine in the short term, though you should contact the author to let them know that they haven't set the XF requirements for their add-on correctly. They would likely then be able to advise. If they don't release a 2.0 compatible version though, you may need to uninstall the add-on.
 
Top Bottom