Get the most out of your Centmin Mod LEMP stack
Become a Member

Beta Branch wp super cache fix centmin.sh menu option 22 for 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 2, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,946
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    5:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    wp super cache fix centmin.sh menu option 22 for 123.09beta01

    in centmin.sh menu option 22 for 123.09beta01 branch, keycdn cacher enabler plugin replaces wp super cache plugin by default. However, on initial wordpress install, the wp super cache plugins are incorrect activated rather than just installed and deactivated

    Code (Text):
    cd /home/nginx/domains/testdomain.com/public
    
    wp plugin status --allow-root
    8 installed plugins:
      I akismet                         3.1.10
      A cache-enabler                   1.0.9
      A cdn-enabler                     1.0.2
      A disable-xml-rpc                 1.0.1
      A optimus                         1.4.5
      A sucuri-scanner                  1.7.17
      A wp-super-cache                  1.4.8
      A wp-super-cache-clear-cache-menu 1.3.1
    
    Legend: I = Inactive, A = Active
    


    fix now shows

    Code (Text):
    cd /home/nginx/domains/testdomain.com/public
    
    wp plugin status --allow-root
    8 installed plugins:
      I akismet                         3.1.10
      A cache-enabler                   1.0.9
      A cdn-enabler                     1.0.2
      A disable-xml-rpc                 1.0.1
      A optimus                         1.4.5
      A sucuri-scanner                  1.7.17
      I wp-super-cache                  1.4.8
      I wp-super-cache-clear-cache-menu 1.3.1
    
    Legend: I = Inactive, A = Active
    



    Continue reading...

    123.09beta01 branch