Hi,
Do you have an error message?
What version of PHP are you using?
C.
Thanks for getting back to me.
I am using wordpress 3.8.1 and get the following error
LinkedIn photo and job title is displayed
Fatal error: Call to undefined function mb_strlen() in E:\domains\xxx\xxxxx.com\user\htdocs\wp-content\plugins\wp-linkedin\wp-linkedin.php on line 253
BTW the plugin is great 🙂
What version of PHP are you using?
seems like multibyte support is not enabled on your server
the weird thing is it was work but wasn’t updating my profile when I updated the content on linkedin and then I accidentally clicked on the clear the cache button
it was working fine but wouldn’t update when my linkedin profile updated
I accidentally clicked on the clear cache button and it all stopped working
there’s a 12h cache, that’s what the “clear the cache” button is for. but the call to mb_strlen is done wether the data comes from the cache or not (unless you have a page cache system in place) so it wouldn’t have work anyway, this is unrelated.
If I set the summary to “0” in the widget the error message goes away?
yes, in that case the mb_strlen function won’t be called
version 1.13 that I just released should solve this problem now