Support » Plugin: WP Fastest Cache » DONOTCACHEPAGE constant is defined. What should I do?

  • Plugin Author Emre Vona

    (@emrevona)


    If you get a warning like “DONOTCACHEPAGE constant is defined” or “DONOTCACHEPAGE is defined as TRUE”, you need to remove this constant. Let me show how to remove it.

    ssh -p 2222 user-name@hosting-ip-address
    e.g. ssh -p 2222 john@192.354.589.68

    First of all, you need to have SSH connection. If you don’t have, please contact to your hosting provider.

    e.g. grep -r DONOTCACHEPAGE /public_html/

    After connection, you can grep the keyword.

    https://wordpress.org/plugins/wp-fastest-cache/

  • The topic ‘DONOTCACHEPAGE constant is defined. What should I do?’ is closed to new replies.