Jump to content

Problem. VPS. mb_


fb92

Recommended Posts

I am having some problems with a Wordpress/WHM integration plugin I have purchased.

 

I get this error:

Fatal error: Call to undefined function mb_strrchr() in /home/fb92webh/public_html/wp-content/plugins/whmcs-wordpresss-integration/lib/url_to_absolute.php on line 119

 

 

I own a VPS so I can do the changes that need to be done.

Link to comment
https://forums.phpfreaks.com/topic/277937-problem-vps-mb_/
Share on other sites

  • 2 weeks later...

You said you were using WHM, so you can enable the PHP extension "mbstring" via EasyApache. You do have to recompile Apache to get it working though.

 

If you're working with a bare VPS server (I considered that you may have a different server for WHM and running your Wordpress/WHM integration script on another VPS), you can enable PHP in the following way (considering you installed PHP through the system's package manager and not through source building):

# For CentOS/RHEL/Fedora
yum install php-mbstring

You need to have the EPEL repository for that to work though.

Link to comment
https://forums.phpfreaks.com/topic/277937-problem-vps-mb_/#findComment-1432001
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.