• I’m getting a fatal error when activating the plugin. Here’s the error:

    Fatal error: Cannot redeclare wp_cache_add() (previously declared in /public_html/wp-includes/cache.php:41) in?/public_html/wp-content/plugins/memcached/object-cache.php?on line?19

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same!

    Answer here: https://www.ads-software.com/support/topic/cannot-redeclare-wp_cache/

    Same Problem! Fatal Error at the installation.

    n.b. this plugin installation is absolutely user-unfriendly. Installations that start with an error?! bad setup, very complicated and poorly explained. That must have been done better.

    MrNight

    Plugin Contributor Andrija Vu?ini?

    (@aidvu)

    Hi @mcgoofy, suggestions are welcome.

    To make the plugin user friendly it should support normal activation.

    On activation, should test if it can write to wp-content folder and if memcached extension is available (test any of memcached functions/classes exist).

    Ideally, if it can write, it should ask the user to accept the caching php script to be copied to the correct location.

    A hook for uninstall/delete could be to also delete the cache script (testing if could do it for alerting the user if not).

    With the idea of the user to do manual steps, makes the plugin available only for developers and more technical people.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal Error at Activation’ is closed to new replies.