Page 1 of 1
first time login error
Posted: Sat Apr 14, 2018 7:53 pm
by btz
hello guys
ive just installed nuform on my hosting
everything is ok except i cant login
i get 500 error
nuform.png
Re: first time login error
Posted: Sat Apr 14, 2018 9:01 pm
by admin
btz,
You may not have configured your database properly in nuconfig.php
Steven
Re: first time login error
Posted: Sun Apr 15, 2018 1:10 pm
by btz
if i change pass in nuconfig.php the login form its not showing
so i quess previous credentials were good
Re: first time login error
Posted: Sun Apr 15, 2018 6:39 pm
by btz
in error log i get this
Code: Select all
5-Apr-2018 16:36:53 UTC] PHP Fatal error: Call to undefined function mb_internal_encoding() in /home/patratel/test.patratel.net/nudatabase.php on line 5
Re: first time login error
Posted: Sun Apr 15, 2018 6:55 pm
by toms
Hi,
Your PHP environment is missing the MBSTRING extension.
This thread might help you get your configuration setup correctly:
https://stackoverflow.com/questions/478 ... l-encoding
Re: first time login error
Posted: Mon Apr 16, 2018 8:30 am
by btz
10q toms
you were right
so if other encounter the same error
go to cpanel -> select php version - > activate mbstring from there

Re: first time login error
Posted: Mon Apr 16, 2018 10:31 am
by admin
.