Hello,
there is a bug in uninstall function which throws some ugly errors.
This patch should fix that! Cheers.

CommentFileSizeAuthor
uninstall-honeypot-1.patch393 byteszambrey

Comments

geerlingguy’s picture

Status: Needs review » Fixed

It seems it should actually be:

  cache_clear_all($table, 'cache');

(See cache_clear_all() API docs). Thanks for catching this bug!

Committed to both branches (in -dev releases):

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.