actwebdesigns

Registered
Jun 7, 2010
2
0
51
Hi, this is my first post here and only my second day dealing with my own dedicated server. I have no previous experience in this field so please bear with me.

I have successfully created a package and linked up my domain yesterday. I am getting an error regarding mb_convert_encoding() wich after doing some reading discover I have to enable or install a module??

Any way, my cpanel is "cPanel 11.25.0-R46156 - WHM 11.25.0 - X 3.9" and after some searching found main>>software>>Module Installers but cannot find any to do with mbstrings.

Could anyone point me in the right direction in what or where I should be looking??

Any help much appreciated,

Regards,

Phil
 

actwebdesigns

Registered
Jun 7, 2010
2
0
51
Thanks for the reply. Like i said I've never done anything with a server before so Im not sure what I'm doing.

Where I go to the easy Apache option, there are 7 radio options and "build profile now" and Start customizing based on profile"... what should I click??
 

cPanelDavidG

Technical Product Specialist
Nov 29, 2006
11,212
13
313
Houston, TX
cPanel Access Level
Root Administrator
Thanks for the reply. Like i said I've never done anything with a server before so Im not sure what I'm doing.

Where I go to the easy Apache option, there are 7 radio options and "build profile now" and Start customizing based on profile"... what should I click??
Let me give you the EasyApache 101:

1. You can access EasyApache by going to the Software section of WHM and clicking on EasyApache. Command-line folks can just use /scripts/easyapache.

2. If you're asked to update, do so then come back to this screen. Updates often contain enhancements to allow EasyApache to support updated technologies.

3. On the first screen ("1. Profile"), select "Previously Saved Config (** DEFAULT **)" and then click on "Start customizing based on profile."

This setting will display your current settings throughout the rest of the EasyApache interface. This way you don't need to lookup what your current configuration is, you just change the items you want to have changed (e.g. adding mbstring support to PHP)

4. Continue clicking "Next" until you get to "5. Short Options List" then click "Exhaustive Options List" at the bottom of the page.

5. Under PHP, check the checkbox for "Mbstring" then click "Save and Build"

6. Follow any further on-screen instructions that appear.

The cool thing about EasyApache is that it will ensure everything will work before attempting to apply it to your server. In the relatively rare event that something fails, your current configuration is restored and you will be prompted to allow us to investigate what happened so we can resolve the issue.