Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

enabling mbstring on ec2


  • Please log in to reply
1 reply to this topic

#1 web guy

web guy

    Member

  • Members
  • PipPip
  • 17 posts

Posted 01 June 2012 - 01:03 AM

The error message "Call to undefined function mb_detect_encoding" will
typically result when the "mbstring" extension is not loaded in PHP.


i'm having this error ..usually i go into php.ini and enable some extension on solaris ...now i'm working on amazon ec2 and they have a different php.ini ...i don't see any mbstring extension to enable ..... i read somewhere that you can install in using YUM but not sure i need to do that either...


please disregard i think i found out how to get mbstring happening with yum install

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 03 June 2012 - 10:50 PM

Were you able to install mbstring with yum?