Hi
i registerd one of your free web hosts and upload a blogging cms named DotClear on it.
but i got this error:
Fatal error: Call to undefined function mb_internal_encoding()

i searched for this error on net and i get this guide:

-----------------

[b]I get this error message throughout my site: Fatal error: Call to undefined function: mb_internal_encoding ¶

The default PHP installation does not always have the mb_string extension enabled, but the program requires that you run the PHP multibyte-string extension which is not enabled by default. In brief, in order to do this you will need to (in Windows):

* uncomment out the line

extension=php_mbstring.dll

in the php.ini file

* ensure that the path to this file is set correctly, again in php.ini, for example:

extension_dir = "./ext"

* Note that you can ensure that this file is correctly loaded by setting in php.ini:


display_errors = on

* Restart your webserver, e.g. restart Apache
* You can check via phpinfo() that mbstring appears within the information page
* Here's how to do it in UNIX-based systems: http://php.net/mb_string [/b]

-------------------

but this must do on your host,can you do it for me, i enjoy your CPanel and your free hosting Plan and i don't want to switch on other web hosts, but i have this problem. please complete your cool site with this modification

thanks in advance...