• Resolved stephenmurphyjr

    (@stephenmurphyjr)


    I am getting the following errors on installation:

    WP-FFPC found errors, please correct them!
    WP_CACHE is disabled, plugin will not work that way. Please add define ( 'WP_CACHE', true ); in wp-config.php » WP-FFPC Settings
    Memcached cache backend activated but no PHP memcached extension was found.
    Please either use different backend or activate the module!

    thanks.

    Stephen

    http://wordpress.org/plugins/wp-ffpc/

Viewing 1 replies (of 1 total)
  • Plugin Author petermolnar

    (@cadeyrn)

    Well…

    First, add
    define ( 'WP_CACHE', true );
    into your root directory/wp-config.php

    After that either install PHP-Memcached module or use the one that’s available on your system.

    Reading the README file of the plugin, reading some of the previous topics or just using Google would also help a lot.

Viewing 1 replies (of 1 total)
  • The topic ‘How Do I Correct These Errors?’ is closed to new replies.