Jump to content

mb_detect_encoding error in php 5.2.5v


saravananr

Recommended Posts

That error message means that it isnt.

 

Saravananr - you have to go into your php.ini and enable the multibyte string functions.

 

If you want to confirm for sure that they aren't already enabled, create a new file, then insert this code into it:

 

<?php phpinfo(); ?>

 

Then run that code on your server. scroll down until you find the section labeled mbstring, and see if it is enabled or not.

 

But I'm 99% sure it isnt.

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.