Error in plugin .php file after upgrade
-
Hello,
After upgrading to latest version of plugin, site cannot be displayed, and the following error message appears:
Fatal error: Call to undefined function mb_strtolower() in /home/USER/public_html/wp-content/plugins/media-downloader/mediadownloader.php on line 214
Line 214 seems to be:
if ( count( $arrline ) >= 2 ) $replaceheaders[ mb_strtolower( trim( array_shift( $arrline ) ) ) ] = implode( ‘:’, $arrline );When I disable the plugin, site is displayed properly.
Any idea what is going wrong?
- The topic ‘Error in plugin .php file after upgrade’ is closed to new replies.