Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.