Bug Report with WordPress 3.8
-
I’m getting the following error after upgrading to WP 3.8:
Warning: Illegal string offset 'status_txt' in /home/carolynbaker/carolynbaker.net/wp-content/plugins/share-and-follow/share-and-follow.php on line 1243
I fixed it as follows:
if(empty($this->_options['cdn']) || (!empty($this->_options['cdn']) && !empty($this->_options['cdn']['status_txt']) && $this->_options['cdn']['status_txt']!='OK'))
Maybe you’d like to include this in a future update?
B
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug Report with WordPress 3.8’ is closed to new replies.