• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Fatal Error at Login

Status
Not open for further replies.

eisitio

Chevereto Member
Getting this Error When Trying to log in .

Fatal error: Call to undefined function CHV\mb_strlen() in /home/galerias3ndin/public_html/app/lib/classes/class.user.php on line 399

Can You guys Help me Please , Thanks
 
Last edited:
Many systems have multiple instances of the php.ini file, and it can be confusing which one to trust.
The best course of action is to implement a test page under your site that simply calls phpinfo().

Search the output of that page for "mbstring" module.

If you don't see it there, it's not installed or is not enabled by default in PHP.

Please read the manual for installation details:
http://www.php.net/manual/en/mbstring.installation.php

Cheers!
 
Many systems have multiple instances of the php.ini file, and it can be confusing which one to trust.
The best course of action is to implement a test page under your site that simply calls phpinfo().

Search the output of that page for "mbstring" module.

If you don't see it there, it's not installed or is not enabled by default in PHP.

Please read the manual for installation details:
http://www.php.net/manual/en/mbstring.installation.php

Cheers!

Thanks a Lot for the For the Support ,
I Already Enable the "mbstring" module. And now when i login only see a white Screen ..
 
Refer to the logs for detailed information and send those to your provider. I will label this as solved since the bundled hosting is working for you.
 
Status
Not open for further replies.
Back
Top