• Resolved cptkoolbeenz

    (@cptkoolbeenz)


    I have almost 2000 log entries. When I click delete and confirm the prompt, nothing happens. Is it possible to disable logging completely?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author TMM Technology

    (@tmmtechnology)

    @cptkoolbeenz I will add an option to disable the logging in the future.

    Maybe you could give the site access so I could look why logs deletion doesn’t work (our email is [email protected])?

    Or I can give an instruction and you can try yourself:

    • Go to logs tab.
    • Open browser DevTools (Right click on the page -> Inspect) and open Network tab, then select Fetch / XHR subtab.
    • Click “Delete all logs” button.
    • See which request is sent, and which data is returned by the server.

    Here is the video example attached: https://youtu.be/JOsMSfvqzkM

    I just want to see if the request is being sent in the first place, and if you get some response, which is not a error.

    If the request was not even sent, you can look up for the error description in the Console tab (the first one, left to Network).

    Thread Starter cptkoolbeenz

    (@cptkoolbeenz)

    I don’t see anything when I do that. Anything else I should try?

    Thread Starter cptkoolbeenz

    (@cptkoolbeenz)

    After some time, I get this. I assume this is WP heartbeat?

    Plugin Author TMM Technology

    (@tmmtechnology)

    @cptkoolbeenz Wow, that is interesting that no request is being sent for you.

    Can you please check for console errors (Console tab, left to Network) after the Logs delete submission.

    So I suppose that you either will get a console error with some error description, or that the script was not even loaded for you.

    If you see no console errors after you click on the popup, then let’s check if the script was loaded for you.

    Steps

    • Open DevTools
    • Click on DevTools at any place (to focus on DevTools and make the below shortcut to go to them, instead of the page)
    • Press CTRL + SHIFT + F (it will redirect you to the DevTools Search tab)
    • Type “wpCacheWarmer” in there and press ENTER; there should be 3 results returned:

    If you got less than 3 results, send a screenshot to me; and also try deleting the logs from the Chrome Guest Profile (as I would assume some browser extensions are interfering with plugin JS), and report to me if that helps:

    Plugin Author TMM Technology

    (@tmmtechnology)

    @cptkoolbeenz By the way, I watched your GIF more closely, and I see that the console errors counter at the top right corner of DevTools is increasing, which means you’re probably getting some errors after submitting the deletion.

    Just click on it, expand the error (the GIF attached), and send a screenshot to me.

    But I still would recommend to do the “wpCacheWarmer” search as I proposed in my previous message, as it could give me more info. And also would recommend to try the deletion from the Chrome Guest Profile.

    Plugin Author TMM Technology

    (@tmmtechnology)

    @cptkoolbeenz So just send to me the console error you’re getting, and I’m pretty sure I will be able to fix this ASAP.

    Looking forward for your reply! Thanks.

    Plugin Author TMM Technology

    (@tmmtechnology)

    @cptkoolbeenz This feature is released. Thanks for your patience.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Cannot delete logs’ is closed to new replies.