- Issue created by @chike
- πΊπΈUnited States TolstoyDotCom L.A.
After line 1309 in ContentEntityBase.php, add if (!$definition) {echo $field_name; exit;}
You might need to recreate that field.If that doesn't work, replace what you added with if (!$definition) {return NULL;}
Remove whatever you added afterwards.
- π³π¬Nigeria chike Nigeria
simple_like_button
doesn't offer fields, it offers a block. So I placed d block on a content type and now the problem is some nodes were liked and probably I should have removed those likes before uninstalling but it is not easy locating which nodes where liked.