Illegal string offset
-
Hello. I write here just to report a bug which is visible on pages using simple-social-buttons plugin with the newest 4.9.6 wordpress and php7.:
Warning: Illegal string offset ‘icon_selection’ /wp-content/plugins/simple-social-buttons/simple-social-buttons.php on line 122
Warning: Illegal string offset ‘icon_style’ in wp-content/plugins/simple-social-buttons/simple-social-buttons.php on line 127
Warning: Illegal string offset ‘position’ in wp-content/plugins/simple-social-buttons/simple-social-buttons.php on line 133To solve it I just changed array calls to object calls ($networks[‘icon_selection’] to $networks->icon_selection) and it works. But it ment customizing your plugin localy. I would like to be able to update in the future ??
- The topic ‘Illegal string offset’ is closed to new replies.