Received the following error when creating a new biblio node. Node was not created. Error is repeatable. "Preview" mode works, "Save" causes the error.

Fatal error: Call to undefined function mb_regex_encoding() in /var/www/mnopedia/sites/all/modules/biblio/includes/biblio.util.inc on line 15

Comments

rjerome’s picture

That function requires Multibyte String to be enabled on your server. On Linux machines, it's usually a separate php-mbstring... package. Given that Drupal works with UTF-8 strings exclusively, mbstring is a good one to have enabled.

Ron.

rjerome’s picture

By the way, I should have mentioned that if mbstring is a problem, I can (and probably will anyway) create an alternative path if mbstring is not installed.

Ron.

rjerome’s picture

Status: Active » Fixed

I've added an check for the existence of mbstring and if it doesn't exist, I use an alternative.

http://drupalcode.org/project/biblio.git/commit/655181e

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.