• Resolved MattV

    (@mattv)


    I tested WP CSV on a multisite install and everything seems to work as expected.

    In WP debug mode, the plugin does throw a bunch of errors on the settings page. (Not sure if that’s due to the multisite environment:)

    Notice: Undefined index: action in /path/to/wp-content/plugins/wp-csv/wpcsv.php on line 126
    Notice: Undefined index: action in /path/to/wp-content/plugins/wp-csv/wpcsv.php on line 131
    Notice: Undefined index: action in /path/to/wp-content/plugins/wp-csv/wpcsv.php on line 161
    Notice: Undefined variable: error in /path/to/wp-content/plugins/wp-csv/wpcsv.php on line 179

    The errors didn´t seem to influence the functionality of the plugin as I´ve imported many custom posts succesfully.

    Thanks for the plugin, a real time saver!

    http://wordpress.org/plugins/wp-csv/

Viewing 1 replies (of 1 total)
  • Plugin Author CPK Web Solutions

    (@cpkwebsolutions)

    Hi Matt

    Thanks for your message (and for the positive review).

    I can confirm that the errors above are nothing to worry about. They just mean I didn’t initialize variables as I should. It’s more of a best practice than something that will cause a problem though. When I rewrite the plugin I’ll use a stricter error reporting setting to ensure these notices are prevented from occurring.

    Take care with multi-site. I haven’t done much testing with it at all, so I’m not sure of compatibility status. I’ll look into this also when I have more free time.

    Best wishes

    Paul

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite compatability’ is closed to new replies.