Godzilla
Member
I just want to remove this whole thing from my website
UPDATE xf_option
SET option_value = '{"iconType":"fontAwesome","customText":false,"fontAwesome":"birthday-cake"}',
default_value = '{"iconType":"fontAwesome","customText":false,"fontAwesome":"birthday-cake"}'
WHERE option_id = 'cakedayIcon';
-- this command replaces the unicode emoji, with a font-awesome icon
I'm sorry I don't really understand how to do thisI understand it doesn't let you uninstall this add-on?
Try running the following query:
SQL:UPDATE xf_option SET option_value = '{"iconType":"fontAwesome","customText":false,"fontAwesome":"birthday-cake"}', default_value = '{"iconType":"fontAwesome","customText":false,"fontAwesome":"birthday-cake"}' WHERE option_id = 'cakedayIcon'; -- this command replaces the unicode emoji, with a font-awesome icon
and retry.
Let me know if any other errors pop-up that prevent the uninstallation process.
and when i try removing it, i get an error too with the same message as above, and when i completely remove the file from /src/addons/ and when i click a post on the forums i can't see the post it says
Exception: Could not find class Datio\Cakeday\XF\Entity\Post when attempting to extend XF\Entity\Post in src/XF/Extension.php at line 174
We use essential cookies to make this site work, and optional cookies to enhance your experience.