The MU forums have moved to WordPress.org

I found a bug (select) in ms_muXmlSitemap-Plugin with MU1.5.1 (3 posts)

  1. OlafB
    Member
    Posted 15 years ago #

    Hi,
    in private function getPermealinkStructure() look at option 'option_type', this field never exist in MU. I changed this line (~83) and the Plugin works perfect:

    // $sql = "select option_name, option_type, option_value from ".$wpdb->options." where option_name = 'permalink_structure'";
    $sql = "select option_name, option_value from ".$wpdb->options." where option_name = 'permalink_structure'";

    Thanks for all your work here :)

  2. tdjcbe
    Member
    Posted 15 years ago #

    You may also want to contact the plugin author and let them know.

  3. awarner20
    Member
    Posted 15 years ago #

    I just installed this plugin, and followed the instructions for changing the .htaccess file.

    However, I do not see any configuration option in my MU Site Admin area. Is there supposed to be? How do I know if this plugin is working?

About this Topic