Welcome to the nuBuilder forums!

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

1st Installation - blank page on start

Questions related to installing, updating, setting up and configuring
Post Reply
Lars
Posts: 2
Joined: Wed Dec 22, 2021 11:53 pm
nuBuilder Version: 4.5

1st Installation - blank page on start

Unread post by Lars »

Hi, everyone!

I'm new to nuBuilder, new to php, but capable and willing to learn. I hope, you can help me. :-)

I've set up an Ubuntu-Server with mySQL, Apache2 etc. and followed the installation instructions. Calling up nuBuilder in Mozilla with "http://127.0.0.1/myFolder/index.php" I'm getting a blank page.

In /var/log/apache2/error.log I find the following errors:

Code: Select all

[Mon Jan 03 18:54:47.441696 2022] [php7:warn] [pid 21093] [client 127.0.0.1:34072] PHP Warning:  require_once(/var/www/html/myFolder/nuconfig.php): failed to open stream: Permission denied in /var/www/html/myFolder/core/nuchoosesetup.php on line 3
[Mon Jan 03 18:54:47.441748 2022] [php7:error] [pid 21093] [client 127.0.0.1:34072] PHP Fatal error:  require_once(): Failed opening required '/var/www/html/myFolder/core/../nuconfig.php' (include_path='.:/usr/share/php') in /var/www/html/myFolder/core/nuchoosesetup.php on line 3
Thanks in advance and greetings from Germany,
Lars
kev1n
nuBuilder Team
Posts: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: 1st Installation - blank page on start

Unread post by kev1n »

Hi Lars,

It looks like a permission problem. Check out the answers in this stackoverflow thread:
https://stackoverflow.com/questions/119 ... ion-denied.

Grüße nach Deutschland!
Lars
Posts: 2
Joined: Wed Dec 22, 2021 11:53 pm
nuBuilder Version: 4.5

Re: 1st Installation - blank page on start

Unread post by Lars »

Hi kev1n,

thanks for your quick answer. It was a permission problem!

After that was resolved the next error occured. But I only used to install mbstring and restart Apache2 service to get nuBuilder working.

I will start testing tomorrow and I'm sure, that there are more questions to come. :-)

Thanks and good night!
Lars
Post Reply