Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Blank page after installation

Questions related to installing, updating, setting up and configuring
Post Reply
Bernsnoop
Posts: 3
Joined: Fri May 01, 2020 3:04 am

Blank page after installation

Unread post by Bernsnoop »

Hello, tried 3 different installations on different Apache servers and got all the time a blank page. Just turned on the PHP error reporting after research on PHP sites and I think I found the reason. Here's the copy of the PHP error-log :

[01-May-2020 00:57:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding() in /var/www/html/nubuilder4/nudatabase.php:3
Stack trace:
#0 /var/www/html/nubuilder4/nuchoosesetup.php(21): require_once()
#1 /var/www/html/nubuilder4/index.php(3): require_once('/var/www/html/n...')
#2 {main}
thrown in /var/www/html/nubuilder4/nudatabase.php on line 3


It look like a problem with 3 different .php files. Sorry I'm more familiar with networking and IT structure than with PHP programing. May be PHP packages missing?
I downloaded nuBuilder4-master.zip on GitHub on CentOS server version 8 + MySQL version 8.0.17 + PHP 7.2.11 & Apache 2.4.37

Thanks
Bernsnoop
Posts: 3
Joined: Fri May 01, 2020 3:04 am

Re: Blank page after installation

Unread post by Bernsnoop »

Thank you for your fast answer!!
Installed php-mbstring and still have the blank page but with a new error message :

Next PDOException: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client in /var/www/html/nubuilder4/nudatabase.php:12
kev1n
nuBuilder Team
Posts: 3848
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: Blank page after installation

Unread post by kev1n »

In MySQL 8 the default method of authentication has changed, maybe you will need to change something in your server configuration. Another thing you can do is downgrade your MySQL version.

https://stackoverflow.com/questions/523 ... unknown-to
Bernsnoop
Posts: 3
Joined: Fri May 01, 2020 3:04 am

Re: Blank page after installation

Unread post by Bernsnoop »

Thank you for your help, it's working now!
I had to install : php-json and php-mbstring.
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Blank page after installation

Unread post by admin »

.
Post Reply