Author Topic: Fatal Error when saving General settings  (Read 4784 times)

0 Members and 1 Guest are viewing this topic.

niceboy

  • Jr. Member
  • **
  • Posts: 2
Fatal Error when saving General settings
« on: June 13, 2015, 03:34:46 PM »
Hi,

First.. Thanks for such a great script.

I installed v2.0 on my hosting account without any issues.

But, when I try to save anything in Settings >> General tab, it shows the following error..

"Fatal error: Call to undefined function True\mb_strlen() in /home/xxxxx/public_html/vendor/true/punycode/src/Punycode.php on line 280"

what should be the problem?

thanks for your time.

niceboy

  • Jr. Member
  • **
  • Posts: 2
Re: Fatal Error when saving General settings
« Reply #1 on: June 15, 2015, 03:12:11 PM »
It seems the issue shows up only when saving email id. All other fields can be changed/saved without any issues.

I used phpmyadmin to update my email id.

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: Fatal Error when saving General settings
« Reply #2 on: June 15, 2015, 04:02:35 PM »
Make sure PHP's mbstring extension is installed. According to your error message it seems that the extension is missed.