Support » Plugin: WP-FFPC » Unable to uninstall

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter xpil

    (@xpil)

    I commented out:

    unlink ( $this->acache ); (line 257)

    and

    $this->plugin_options_delete (); (line 261)

    and it uninstalled correctly. Not sure if there is any garbage collection required though.

    Plugin Author petermolnar

    (@cadeyrn)

    There is; you really need to remove wp-content/advanced-cache.php

    The issue is a PHP language restriction which I’ll work around somehow in the next release. ( namely a final function in an abstract class )

    Plugin Author petermolnar

    (@cadeyrn)

    solved in 1.3

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to uninstall’ is closed to new replies.