• Resolved damonrm

    (@damonrm)


    After updating all plugins and wordpress to 5.0.3 I get errors and break the ability for users to log in when Woo Sensei Shortcodes is active.

    The plugin generated 1 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter damonrm

    (@damonrm)

     <?php
    // Sensei Lesson Video
     function wss_sensei_lesson_video( $atts ) {
        global $post;
        ob_start();
        // ...
    

    Looks like there’s a space at the beginning of the file shortcodes.php .

    • This reply was modified 6 years, 1 month ago by damonrm.
    • This reply was modified 6 years, 1 month ago by damonrm.
    • This reply was modified 6 years, 1 month ago by damonrm.
    Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @damonrm,

    Thank you for notifying this bug to us we will update this in an upcoming version of the plugin.

    Hopefully your issue is resolved for now.

    [ Signature deleted ]

    Thread Starter damonrm

    (@damonrm)

    Yes, removing the space before the tag solved my issue for now.

    Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @damonrm,

    Thank you for updating us that you issue has been resolved. We will soon release an update with the fix.

    [ Signature deleted ]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘unexpected output’ is closed to new replies.