Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have found a solution for it, you require FTP/SSH access to your server.

    Step: 1. Follow the first 4 steps mentioned in this link: (Make sure to follow the first 4 steps correctly to disinfect your server & database of malicious code, do not delete any other files yet).

    Step 2. Navigate to /wp-content/plugins/ folder and locate the following two files in the folder

    a. monit.php
    b. admin_ips.txt

    Using a text editor remove all the contents of it and save it (Be sure to remove all the contents).

    Step 3. With SSH: enter the following commands to make monit.php and admin_ips.txt write protect which will prevent the malicious code from appearing again even after you delete the files and database entries.

    chattr +i monit.php
    
    chattr +i admin_ips.txt
    

    With FTP client: Right click on monit.php, admin_ips.txt and uncheck all the ticks on Read, Write, Execute file permission section to make it write protect. This has worked well on many sites where i have been called to fix this issue.

    *BUMP* I am having the same issue, my mini cart shows blank if the page is kept open for a while. Its a shame an awesome plugin like Comet cache does not have any running support for it right now, out of all the caching plugins this is the best thing that was worked for my woocommerce store. Hoping the developers continue to support this actively in the future.

    Thread Starter kailashaddanki

    (@kailashaddanki)

    Hi, We are not using the premium plugin yet, we would like the solution on the free plugin, could you kindly help us with the issue ? Thank you !

Viewing 3 replies - 1 through 3 (of 3 total)