• Firstly, great plugin.

    Whenever I change the excerpt limit from Characters to Words I get this error when searching.

    PHP Fatal error: Call to undefined function mb_strtoupper() in G:\Insite\insite\wp-content\plugins\relevanssi\lib\excerpts-highlights.php on line 197

    It happens on both 3.5 and 3.5.1

    I can live with limiting by Characters for now but just listing it here in case it’s a common problem. Any answers on this would be appreciated.

    Thanks!

    https://www.ads-software.com/extend/plugins/relevanssi/

Viewing 1 replies (of 1 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Strange problem; that code is inside a block that checks if mb_strpos() function is defined and hence the multibyte string operations are available. The code does not check the availability of mb_strtoupper(), assuming it is also available if mb_strpos() is.

    You might want to ask your host about this, in case the multibyte string support is not properly installed on your server. This problem is related to your server and doesn’t have to do with Relevanssi or WordPress.

Viewing 1 replies (of 1 total)
  • The topic ‘Error when changing excerpt limit from Characters to Words.’ is closed to new replies.