• Resolved agawopr

    (@agawopr)


    after installing wp-cleanfix the site doesn′t work anymore. also can′t login to the backend. got this error

    Fatal error: Call to undefined function get_plugins() in /home4/wodageis/public_html/website-seo-check.com/wp-content/plugins/wp-cleanfix/wp_kickstart.php on line 35

    what to do?
    brgds
    Arno

    https://www.ads-software.com/plugins/wp-cleanfix/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please rollback…
    Thank you.

    Hi,

    Got the same error message on my French distribution of WordPress.
    Mandatory to downgrade to previous version 3.0.2

    The WP CleanFix developper should add a function to check if “get_plugins()” function exists…
    Reference: https://codex.www.ads-software.com/Function_Reference/get_plugins

    To do so…
    Edit the file “wp_kickstart.php” and replace lines 34 and 35 by :

    // Get current plugins
        // Check if get_plugins() function exists. This is required on the front end of the
        // site, since it is in a file that is normally only loaded in the admin.
        if ( ! function_exists( 'get_plugins' ) ) {
        	require_once ABSPATH . 'wp-admin/includes/plugin.php';
        }
        $plugins = get_plugins();

    The plugin works now… but I got this disclaimer :
    The WP CleanFix plugin requires the wpXtreme Framework plugin to run properly.
    This forces us to install WP Xtrem extension !
    https://wpxtre.me/

    ?? ?? ??

    Thread Starter agawopr

    (@agawopr)

    tks a lot, works fine now.
    Best wishes for the happy new year 2015
    Arno

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘after installing got fatal error’ is closed to new replies.