• Resolved dlsstudios

    (@dlsstudios)


    This plugin is throwing a bunch of PHP Notices because of the multi-dimensional arrays being compared.

    [06-Sep-2013 16:58:34 UTC] PHP Notice:  Array to string conversion in .../wp-content/plugins/wordpress-file-monitor-plus/classes/wpfmp.class.php on line 178
    [06-Sep-2013 16:58:34 UTC] PHP Notice:  Array to string conversion in .../wp-content/plugins/wordpress-file-monitor-plus/classes/wpfmp.class.php on line 179

    Switching the array_diff_assoc() to array_diff_key() on those two lines seems to do the trick, though.

    Thanks for the great plugin!

    http://wordpress.org/plugins/wordpress-file-monitor-plus/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Notice: Array to string conversion being thrown during scans’ is closed to new replies.