• Resolved nick

    (@nikosff)


    A few weeks ago, i just installed the plugin to check it out.
    Now, i can’t remove the plugin.

    It’s true that the plugin is not compatible with my wp version (4).
    So, except the fact that i can’t remove it, may be is responsible for a problem i am dealing with.

    I’m okay if i just delete the files via an ftp client (filezilla) ?

    Thanks!

    https://www.ads-software.com/plugins/eg-attachments/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi nikosoff,
    I’ve just experienced the same issue.
    There’s a coding error inside uninstall.php which will prevent uninstalling it.
    Just change near the bottom of the file, there’s a line that contains

    ${wpdb->prefix}

    change it to

    {$wpdb->prefix}

    Cheers,
    Guillermo

    Thread Starter nick

    (@nikosff)

    Thank you very much Guillermo!!!
    That did the trick, thanks!

    Plugin Author emmanuelg

    (@emmanuelg)

    Hi

    The problem is solved in the version 2.1.1

    Emmanuel.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘won't remove from wp 4’ is closed to new replies.