• Resolved cookiemonster258

    (@cookiemonster258)


    I thought I deleted this plugin but I still see some parts of it under Plugins > Drop-ins.

    There is no delete option for this drop-in. How can I completely delete SQLite from my website?

    When I view with FTP, the plugin files are gone but there are some SQlite files in the root of the wp-content folder. Is it safe to delete those?

    I also get this error: The SQLite Object Cache temporarily failed. Please try again now.

    My server resource usage has gone up ever since I installed this plugin and now I can’t get rid of it. What a nightmare!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author OllieJones

    (@olliejones)

    Thanks for letting me know about this problem.

    Deactivating the plugin should delete the drop-in module and the SQLite files from your .../wp-content/ directory. As you might imagine, I’ve tested that deactivate operation under many scenarios, but it sounds like I missed one, sorry about that.

    Is it possible you deleted the plugin by deleting its files from .../wp-content/plugins/sqlite-object-cache/ without first deactivating it? That would cause the problem you’re seeing.

    If the plugin is not active or not present, you can simply delete the drop-in file .../wp-content/object-cache.php and the SQLite files (often in .../wp-content/*.sqlite*) with no ill effects. Once the drop-in file is deleted, any overhead related to this SQLite cache will no longer be present.

    (If the plugin is still active it will put back the those files if they’re missing.)

    Please, if you have time, let me know a bit more about what happened.

    • This reply was modified 1 year, 6 months ago by OllieJones.
    Thread Starter cookiemonster258

    (@cookiemonster258)

    I did deactivate the plugin and then deleted it via admin. Was surprised to still see it under the drop-ins and getting errors about it.

    I have now deleted the files under wp-content and so far so good.

    Plugin Author OllieJones

    (@olliejones)

    Another possible route to the problem you have: using wp-cli with the wrong permissions.

    If, on Linux, you run wp-cli with webserver permissions by saying

    sudo -u www-data wp plugin activate sqlite-object-cache

    things work OK, but if you say

    wp plugin activate sqlite-object-cache

    the drop-in and/or the .sqlite files may be created with the wrong permissions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin not completely deleted’ is closed to new replies.