Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi Gina,

    It must be something on your side since the plugin has not been updated in a few months. Did you make any changes to your site recently? Did you add any new plugins and/or upgraded any of them?

    Thread Starter gmroos

    (@gmroos)

    Hi Hector,

    No new plugins but I’ve upgraded several of them. I deactiviated the plugin, and when I activated it again, this is the following message I receive:

    “The plugin generated 1473 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.”

    Do you know what this means?

    Thank you,
    Gina

    Plugin Author Hector Cabrera

    (@hcabrera)

    Unfortunately, no. As you can tell, WordPress isn’t very good at comunicating issues.

    Try the following:

    1. On your wp-config.php file (located at the root of your site), find define('WP_DEBUG', false); and change it to define('WP_DEBUG', true);.
    2. Add the following two lines right below it:
      define('WP_DEBUG_LOG', true); // Saves error messages to wp_content/debug.log
      define('WP_DEBUG_DISPLAY', false); // Disables the output of error messages on screen
    3. Save changes.

    This will save all error/warning messages to a file called debug.log on your wp-content folder. Disable all plugins, then enable WPP again and send me the debug.log file so I can take a look.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sorry no data so far’ is closed to new replies.