• Resolved Keanan Koppenhaver

    (@kkoppenhaver)


    Hi there,

    After the latest update to the plugin, it seems as though there is some output getting sent when it shouldn’t, which is breaking any Javascript-related functionality in the admin area.

    Upon activating the latest version, we get the following message in wp-admin:

    The plugin generated 102 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

    And occasionally the admin area white screens with only a stylesheet with two “display: none” selectors shown instead of the normal admin output.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Keanan Koppenhaver

    (@kkoppenhaver)

    After looking into the plugin, it seems the output we were seeing was in wp-easy-pay.php on lines 202-210. I think there needs to be a check as to whether this output should be sent to the browser or not based on where we are in the WP page load lifecycle.

    The code in question:

    <style>
    .activate-license {
    display: none !important;
    }

    .upgrade {
    display: none;
    }
    </style>

    wpexpertssupportteam

    (@wpexpertssupportteam)

    Hi @kkoppenhaver,

    Thank you for contacting us, We have replicated the mentioned issues on our staging site.
    We will be releasing an update with the fixes ASAP.

    kimgorga

    (@kimgorga)

    Is there an estimated release-date for the update? Our hosting vendor has disabled this plug in on our site until the update happens and we’re trying to determine if we need to install an interim solution.

    wpexpertssupportteam

    (@wpexpertssupportteam)

    Hi @kimgorga,

    We have fixed the issue and released the update. Please update the plugin to its latest version.

    Hi @kkoppenhaver @kimgorga,

    Due to a lack of activity, we are going to mark this thread as resolved. If you have any other issues, please feel free to open a new thread.

    Have a great day!

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Admin area (Media and Gutenberg) not working after latest update’ is closed to new replies.