Author Topic: mbstring error [SOLVED]  (Read 2898 times)

wmcheung

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • Email
mbstring error [SOLVED]
« on: March 07, 2011, 12:40:24 am »
I found this error in <FO>/cache/log.php, I would like to know how to fix this, although I haven't got any errors when using FO but this log keeps growing very fast to log this error repeatedly.

#1 ERROR: Error: String functions are overloaded by mbstring in '/srv/www/htdocs/feng/library/utf8/utf8.php' on line 39 (error code: 256)
« Last Edit: March 10, 2011, 11:45:35 pm by wmcheung »

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: mbstring error
« Reply #1 on: March 08, 2011, 12:59:15 pm »
Do you have the mbstring() library correctly installed?

Best regards,
Francisco
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

wmcheung

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • Email
Re: mbstring error
« Reply #2 on: March 09, 2011, 03:08:23 am »
Hi franponce87,

I have install php-mbstring.

And I have set the following in php.ini
[mbstring]
mbstring.internal_encoding = UTF-8
mbstring.func_overload = 7

Do you have any suggestion?

wmcheung

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • Email
Re: mbstring error
« Reply #3 on: March 10, 2011, 11:45:14 pm »
change to
mbstring.func_overload = 0

then it works....