• Resolved thisisbbc

    (@thisisbbc)


    Hey there,

    We recently noticed that PO was not active (Selective Loading was set to OFF).

    After trying to reactivate it, it seems that our MU file is outdated.

    We deleted and copied it multiple time, both using the provided tool and manually but without luck.

    Any reason why that might happen? We’re using v9.2.1 both for the plugin and MU class file.

    Waiting for your feedback!

    All best,
    B

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    Are you using a caching plugin that will cache the database results? If the database returns an old version number then it will disable itself thinking you are running an old version of the plugin. Are you getting an admin error about plugin organizer not being setup correctly because you are running an old version of the MU plugin? Try running the query below on your database to see if the version number is correct. Replace {DB_PREFIX} with your database table prefix. It will be wp_ unless you set it to something else.

    SELECT * from {DB_PREFIX}options WHERE option_name='po_version_num'

    • This reply was modified 8 years, 11 months ago by Jeff Sterup.
    Thread Starter thisisbbc

    (@thisisbbc)

    Not that we’re aware of but WPEngine is known to heavily cache their ressource so its entirely possible.

    Looking at the settings today it seems the file has been recognized and now everything is working fine.

    Just took a few hours!

    Have a great day ahead

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘MU Class Not Recognized’ is closed to new replies.