splittingred / SimpleSearch

A simple search component for MODx Revolution
http://docs.modxcms.com/display/ADDON/SimpleSearch
36 stars 36 forks source link

Warning: mb_strpos() [function.mb-strpos]: Offset not contained in string in .... #71

Closed randomdave closed 10 years ago

randomdave commented 11 years ago

Using revo 2.2.6 and Simplesearch 1.6.1, I'm seeing this error returned with most search results.

Warning: mb_strpos() [function.mb-strpos]: Offset not contained in string in ......core/components/simplesearch/model/simplesearch/simplesearch.class.php on line 263

line 263: $pos = min(mb_strpos($text, ' ', $length - 1, $encoding), mb_strpos($text, '.', $length - 1, $encoding));

Is there a fix/work around?

Thanks

randomdave commented 10 years ago

I found in the end that re-installing SimpleSearch fixed the problem.