Fixed XF2.0 Likes without template cause error in XF2.1

Jon W

Well-known member
Affected version
2.1.0 Beta 6
I appreciate that this is a bit of an edge case, but if there is no like_item... template for a like in XF2.0 and this add-on is not converted to use reactions on XF2.1, this causes a template error when viewing the "Reactions received" page:
  • Template public:like_item_xxxxx: Template public:like_item_xxxxx is unknown (src/XF/Template/Templater.php:610)

In XF 2.0, this would have just ignored that the template was missing.
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.0 B7/RC1).

Change log:
Re-implement the renderable check for likes/reactions in the account/reactions list.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom