Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

first time login error

Questions related to using nuBuilder Forte.
Locked
btz
Posts: 6
Joined: Sat Apr 14, 2018 7:26 pm

first time login error

Unread post by btz »

hello guys
ive just installed nuform on my hosting
everything is ok except i cant login
i get 500 error
nuform.png
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: first time login error

Unread post by admin »

btz,

You may not have configured your database properly in nuconfig.php

Steven
btz
Posts: 6
Joined: Sat Apr 14, 2018 7:26 pm

Re: first time login error

Unread post by btz »

if i change pass in nuconfig.php the login form its not showing
so i quess previous credentials were good
btz
Posts: 6
Joined: Sat Apr 14, 2018 7:26 pm

Re: first time login error

Unread post 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
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: first time login error

Unread post 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
btz
Posts: 6
Joined: Sat Apr 14, 2018 7:26 pm

Re: first time login error

Unread post by btz »

10q toms
you were right
so if other encounter the same error
go to cpanel -> select php version - > activate mbstring from there

:mrgreen: :mrgreen: :arrow: :idea: :D
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: first time login error

Unread post by admin »

.
Locked