Support » Plugin: Simply Exclude » [Plugin: Simply Exclude] conflict with Google XML Sitemap Plugin beta version

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Paul Menard

    (@pmenard)

    Hmm, Sorry to hear there is a fatal error. Best option for you is to edit the simplyexclude.php file and comment out the lines 2069-2074

    if (is_file(WP_PLUGIN_DIR . ‘/google-sitemap-generator/sitemap-core.php’))
    {
    include (WP_PLUGIN_DIR. ‘/google-sitemap-generator/sitemap-core.php’);
    $simplyexclude->GA_generatorObject = new GoogleSitemapGenerator();
    $simplyexclude->GA_generatorObject->LoadOptions();
    }

    Thread Starter sadupa

    (@sadupa)

    commenting those lines fix the issue.

    I think better if there is a solution for this in a future release.

    Plugin Author Paul Menard

    (@pmenard)

    Yes, of course the better solution is to patch the official released code. But as the Google XML plugin is also still in beta that will have to wait.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Simply Exclude] conflict with Google XML Sitemap Plugin beta version’ is closed to new replies.