• Hello,

    plugin appears to throw the following warning any time a page is hit

    [16-Aug-2014 16:57:17 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/xxxxxx/public_html/wp-content/plugins/simple-social-share/simple-social-share.php on line 106

    would be cool if this could be resolved as it fills up log files quickly,

    regards,

    Frank

    https://wordpress.org/plugins/simple-social-share/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Frank

    (@fmacdonald)

    for now i’ve patched it like this:

    if ( $s3_options == NULL ) {
         $s3_options = [];
    }

    at like 102ish just before

    $s3_options = get_option('s3_options');
    Plugin Author Perials

    (@perialscom)

    Dear f.macdonald,

    Kindly download the plugin once again and replace your old files with the new ones. This bug was there in the previous code of the plugin. Few days ago we have updated some of the plugin files. Since we are very close to releasing a modified version 2 of our plugin we didn’t update the version number.

    If the problem persists even with the new files, then let us know.

    Thanks & Regards,
    Perials Team.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warnings’ is closed to new replies.