Installation problem, please help

Hi,

It seems i have a little installation problem! After i uploaded all files in subdirectory and issued http://yoursite/subdirectory/install/index.php - gives me the folowing error:

Fatal error: Call to undefined function mb_internal_encoding() in /home/knet/public_html/portal/install/index.php on line 541

Thank you in advance

Quote · 24 Aug 2008

mb_internal_encoding:

encoding is the character encoding name used for the HTTP input character encoding conversion, HTTP output character encoding conversion, and the default character encoding for string functions defined by the mbstring module.

Return Values

If encoding is set, then Returns TRUE on success or FALSE on failure. If encoding is omitted, then the current character encoding name is returned.

Examples

Example #1 mb_internal_encoding() example

<?php
/* Set internal character encoding to UTF-8 */
mb_internal_encoding("UTF-8");

/* Display current internal character encoding */
echo mb_internal_encoding();
?>

Notes

Note: The internal encoding or the character encoding specified by mb_regex_encoding() will be used as the character encoding for this function.

this is something you need to contact your hosting provider on, this has nothing to do with a problem with the script. your php needs to be compiled with mb_internal_encoding enabled.

this is discussed multiple times on the forum, and had you used the search feature of the forum prior to posting, you would have found your answer.

later,
DosDawg
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 24 Aug 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.