• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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