Title: Error in Admin Panel &#8211; Multisite Version
Last modified: August 21, 2016

---

# Error in Admin Panel – Multisite Version

 *  Resolved [Gnoam](https://wordpress.org/support/users/gnoam/)
 * (@gnoam)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-in-admin-panel-multisite-version/)
 * I updated recently to the 2.15 version of the Really Simple Share Buttons plugin
   and am receiving two errors on the back-end admin panel of the network of the
   website where the plugin is install.
 *     ```
       Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/mryan/public_html/wp-content/plugins/really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php on line 1197
   
       Warning: Invalid argument supplied for foreach() in /home/mryan/public_html/wp-content/plugins/really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php on line 1200
       ```
   
 * Hopefully there’s a fix for this or is this something that only a complete fresh
   re-install can fix?
 * Thanks.
 * [http://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/](http://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/)

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

 *  [whiletrue](https://wordpress.org/support/users/whiletrue/)
 * (@whiletrue)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-in-admin-panel-multisite-version/#post-4307088)
 * Hi Gnoam,
    I’m fixing it soon.
 * If you’re able to modify plugins through the WP admin page, you can try to add
   this command to the `really-simple-facebook-twitter-share-buttons.php` file, 
   on line 1180:
    `if (!is_array($option)) { $option = array(); }`
 *  Thread Starter [Gnoam](https://wordpress.org/support/users/gnoam/)
 * (@gnoam)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-in-admin-panel-multisite-version/#post-4307098)
 * Awesome. That got it. Thanks for the quick response and the fix.
 *  [SteveWebWorks](https://wordpress.org/support/users/stevewebworks/)
 * (@stevewebworks)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-in-admin-panel-multisite-version/#post-4307226)
 * Got the same error and used your fix to get rid of the warning messages…
 * BUT – I cannot save new settings now – the defaults are there but I cannot update
   them.
 * Please help…
 * Thanks
 *  [whiletrue](https://wordpress.org/support/users/whiletrue/)
 * (@whiletrue)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-in-admin-panel-multisite-version/#post-4307260)
 * Hi SteveWebWorks,
    it looks like the command is placed wrongly. Please check 
   that you’re on the 2.15 plugin release and that the newly added command is just
   after this one: `$option = get_option('really_simple_share');`
 *  [SteveWebWorks](https://wordpress.org/support/users/stevewebworks/)
 * (@stevewebworks)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-in-admin-panel-multisite-version/#post-4307389)
 * Thanks, I had put the new code in the wrong place.
 * All fixed and working now.

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

The topic ‘Error in Admin Panel – Multisite Version’ is closed to new replies.

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

 * 5 replies
 * 3 participants
 * Last reply from: [SteveWebWorks](https://wordpress.org/support/users/stevewebworks/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/error-in-admin-panel-multisite-version/#post-4307389)
 * Status: resolved