• Resolved Christina

    (@carasmo)


    Using Genesis Sample fresh out of the box.

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

    • This topic was modified 8 years, 1 month ago by Christina.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Andrea Whitmer

    (@nutsandboltsmedia)

    Can you confirm whether WP_DEBUG is set to “true” in your wp-config.php file? I haven’t been able to replicate this yet but I’m still working on it. Were any other plugins activated at the time? I’d like to mimic your environment as closely as I can.

    Thread Starter Christina

    (@carasmo)

    Yes, debug is set to true. I just deactivated all but this one and it still does this. Thanks for addressing this. Your plugin is great. Consider chunking out the Post meta and info into the metabox area on the theme settings page. Genesis Simple Edits writes over the theme filter, yours does not until it’s got something in there. I dig that!

    Plugin Author Andrea Whitmer

    (@nutsandboltsmedia)

    What version of PHP do you have on your server? Where is the site hosted? What type of encoding does your wp-config specify? (Just to overload you with questions!) I’ve tried everything I can think of to get the message to show up but so far no dice. Currently pulling out hair over here.

    Re: the post meta/info, I’ve considered it, but I hate to duplicate an existing one, especially one from StudioPress direct. Personally I prefer doing all of this via the theme files, but I understand most people aren’t comfortable editing PHP. Something to consider in any event!

    Thread Starter Christina

    (@carasmo)

    Can’t find the actual string encod but do you mean:

    define(‘DB_CHARSET’, ‘utf8’);

    in wp-config?

    Server Info: Apache
    PHP Version: 5.6.29
    PHP Post Max Size: 128 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 4000
    cURL Version: 7.45.0, OpenSSL/1.0.1e
    SUHOSIN Installed: –
    MySQL Version: 5.6.33

    Thread Starter Christina

    (@carasmo)

    InMotion hosting is the host.

    Thread Starter Christina

    (@carasmo)

    Okay, I wish I had done this earlier for your sake:

    commenting out:

    //register_activation_hook(__FILE__, ‘nabm_require_genesis’);

    Removes the error from happening.

    Thread Starter Christina

    (@carasmo)

    I replaced the check for Genesis like this:

    https://gist.github.com/carasmo/5cc810755a342e0555079e7b663426c7

    And it stops the error and I think it works as intended. To test I renamed the genesis folder in themes directory.

    Plugin Author Andrea Whitmer

    (@nutsandboltsmedia)

    Fab, thanks! Taking a look now. I probably won’t push a version bump since it’s not happening for everyone, but I’ll update the current files for anyone who installs from this point forward.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘The plugin generated 221 characters of unexpected output during activation. If y’ is closed to new replies.