• Hi
    i have 3 sites using the exact same theme and alot of the same plugins.
    on one site all plugins have auto update enabled.
    on another site the same exact plugin will not auto update and its not even available for that plugin.
    how can i fix this?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    on another site the same exact plugin will not auto update

    Same server?

    If so, check your wp-config.php file for any snippet that might have disabld auto updates.

    Thread Starter ariban99

    (@ariban99)

    hi
    yes same server, i dont see anything in wp-config.php that would stop auto updates. what exactly should i look for?

    Moderator t-p

    (@t-p)

    Something like define( 'AUTOMATIC_UPDATER_DISABLED', true );

    Thread Starter ariban99

    (@ariban99)

    hi
    besides the database and auth keys, this is all that is in my file

    define( ‘WP_DEBUG’, false );
    define( ‘WP_DEBUG_LOG’, false );
    define( ‘WP_DEBUG_DISPLAY’, false );
    define(‘WP_MEMORY_LIMIT’, ‘768M’);
    /* That’s all, stop editing! Happy publishing. */
    /** Absolute path to the WordPress directory. */
    if ( ! defined( ‘ABSPATH’ ) ) {
    define( ‘ABSPATH’, __DIR__ . ‘/’ );
    }
    /** Sets up WordPress vars and included files. */
    require_once ABSPATH . ‘wp-settings.php’;

    Moderator t-p

    (@t-p)

    That looks okay.

    I would bring the issue you are experiencing to the attention of the plugin’s author. They may shed some light.

    Thread Starter ariban99

    (@ariban99)

    when i tried that, they said because it works on some sites and not others, they believe its a wordpress issue

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘wordpress 5.5 autoupdate plugins not enabling’ is closed to new replies.