[TH] Reactions [Deleted]

From whom a similar error:
InvalidArgumentException: Attempted to convert NULL to serialized array [react_users] src\XF\Mvc\Entity\Entity.php:697
UPDATE xf_post SET react_users = 'a:0:{}' WHERE react_users is NULL

You can also do this:
SQL:
UPDATE xf_thread SET first_react_users = 'a:0:{}' WHERE first_react_users is NULL;
UPDATE xf_conversation_master SET first_react_users = 'a:0:{}' WHERE first_react_users is NULL;
UPDATE xf_conversation_message SET react_users = 'a:0:{}' WHERE react_users is NULL;
UPDATE xf_profile_post SET react_users = 'a:0:{}' WHERE react_users is NULL;
UPDATE xf_profile_post_comment SET react_users = 'a:0:{}' WHERE react_users is NULL;
 
After uninstalling the add-on I'm getting tons of these error. Anyway to get rid of it?
  • ErrorException: Template error: Function react_handler_status is unknown
  • src/XF/Template/Templater.php:860
 
After uninstalling the add-on I'm getting tons of these error. Anyway to get rid of it?
  • ErrorException: Template error: Function react_handler_status is unknown
  • src/XF/Template/Templater.php:860
I've started a conversation with you in relation to the error your experiencing.
 
Top Bottom