Closed (fixed)
Project:
Signwriter
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2009 at 01:35 UTC
Updated:
18 Feb 2009 at 06:40 UTC
I just installed Signwriter, but when I try to add a profile I get the following error:
Fatal error: Call to undefined function mb_detect_encoding() in /home/action/public_html/6/modules/signwriter/signwriter.module on line 1034
I have the GD library installed.
Comments
Comment #1
agileware commentedLooks like your PHP installation does not have the mbstring extension installed. See http://www.php.net/manual/en/mbstring.installation.php
Have you checked phpinfo(); to see if it is listed as being available?
Comment #2
njehlen commentedThat was it - thank you for your help!
Comment #3
agileware commentedCool bananas. Closing :)