Forums
Forums / Plugin: Social Slider Feed – Social Media Feed & Gallery Widgets / Error
(@nashmag)
12 years, 2 months ago
That is what shows up on my site when widget was added
Warning: Wrong parameter count for strstr() in /wp-content/plugins/instagram-slider-widget/inc/functions.php on line 33
what can I do about it? Anyone?
https://ww.wp.xz.cn/plugins/instagram-slider-widget/
(@jetonr)
The PHP version you’re using does not support the third parameter of strstr, hence the error message. The function requires PHP 5.3.0 or higher.
If you can’t upgrade your php to 5.3.0 or higher, try replacing line 33 on inc/functions.php with the following:
$json = substr( $json, 0, strpos($json, '</script>' ) );
12 years, 1 month ago
Fixed on latest version 1.0.2!
The topic ‘Error’ is closed to new replies.