Title: Warnings
Last modified: August 22, 2016

---

# Warnings

 *  [Frank](https://wordpress.org/support/users/fmacdonald/)
 * (@fmacdonald)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/warnings-18/)
 * 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/](https://wordpress.org/plugins/simple-social-share/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Frank](https://wordpress.org/support/users/fmacdonald/)
 * (@fmacdonald)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/warnings-18/#post-5197822)
 * 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](https://wordpress.org/support/users/perialscom/)
 * (@perialscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/warnings-18/#post-5198046)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-social-share.svg)
 * [Simple Social Share](https://wordpress.org/plugins/simple-social-share/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-social-share/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-social-share/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-social-share/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-social-share/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-social-share/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Perials](https://wordpress.org/support/users/perialscom/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/warnings-18/#post-5198046)
 * Status: not resolved