• Resolved aga2442

    (@aga2442)


    I uninstalled the plugin after using it for a few days.

    I cleared all cache.

    but the interface still works as if you have a plugin.

    I also tested it on several different devices. the situation is the same.

    User logged in does not have this problem.

    I wonder how can I clean all the waste files? How can I fix the problem I mentioned?

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

    (@johndarrel)

    Hi @aga2442,

    If you use Cloudflare or other CDN service, you need to purge the cache from it.

    Once the plugin is not installed, the paths should change to default.

    You can search in DB if there is any custom path saved by builders, using a find/replace plugin like https://www.ads-software.com/plugins/better-search-replace/

    John

    Thread Starter aga2442

    (@aga2442)

    @johndarrel

    hello,

    After telling you the problem, I’ve been trying to find a solution for about 1 week. but no results.

    The problem persists on some pages, not on my entire website.

    On these pages, your plugin works as if it is active.

    I did a clean on cloudflare and cdn. I have cleared the cache many times. the result does not change.

    I also tested on different devices.

    sitename.com/modules/…
    sitename.com/core/…

    continues to work.

    Also, because the faulty pages don’t work properly, they slow down and there are many bugs in the developer tools section.

    please help.

    Plugin Author John Darrel

    (@johndarrel)

    Hey,

    It is strange to see that the paths are still changed even though nothing changes them.

    Did you search in DB if there is any chance for the custom paths to be saved by a plugin?

    A solution to avoid the website’s slow loading is to add the rules in .htaccess until you find the source of the issue.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^([_0-9a-zA-Z-]+/)?core/modules/(.*) /wp-content/plugins/$2 [QSA,L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?core/views/(.*) /wp-content/themes/$2 [QSA,L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?storage/(.*) /wp-content/uploads/$2 [QSA,L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?core/(.*) /wp-content/$2 [QSA,L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?lib/(.*) /wp-includes/$2 [QSA,L]
    </IfModule>

    John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem after uninstalling plugin’ is closed to new replies.