• In plugins/apcu-manager/assets/object-cache.php version 4.5.3, line 27 there is a fatal typo:

    if ( isset( $_POST['action'] ) && str_contains( $_POST['action'], 'wpmdb' ) && ! tr_contains( $_POST['action'], 'flush' ) ) {

    it should be

    ! str_contains( $_POST['action'], 'flush' )

    an “s” is missing

Viewing 1 replies (of 1 total)
  • Plugin Author Pierre Lannoy

    (@pierrelannoy)

    OMG!

    I confirm the typo. A fix is on its way.

    Note, an error will be fired only if you force WP Migrate to load APCu Manager while attempting a migration (pull or push). It is not recommended by WP Migrate authors, nor by me.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.