Feng Forum

Support => Feng Office 1 => Older versions => 1.4 beta => : gman April 28, 2009, 05:09:57 PM

: Error in document description
: gman April 28, 2009, 05:09:57 PM
When viewing properties for files I sometimes receive the following error:

Fatal error: Call to undefined function mb_detect_encoding() in D:\websetup\basePHP\opengoo\application\controllers\FilesController.class.php on line 1865

This occurs in an area of the window with an expand button? I haven't noticed this before. Is this a new feature in which you are attempting to show a preview of certain file types?
: Re: Error in document description
: alvarotm01 April 30, 2009, 05:02:53 PM
Hi,

That happens because you don't have the php extension "mb_string" that contains the "mb_detect_encoding" function.

We made a fix for next release, for those who doesn't have this extension. This will avoid getting this error, but does not ensure that the texts in documents will always be correctly displayed.
: Re: Error in document description
: gman May 01, 2009, 01:02:56 PM
Thanks for the information. I enabled the mb_string extension and no more error.