Page 1 of 1

1st Installation - blank page on start

Posted: Mon Jan 03, 2022 7:06 pm
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

Re: 1st Installation - blank page on start

Posted: Mon Jan 03, 2022 7:54 pm
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!

Re: 1st Installation - blank page on start

Posted: Mon Jan 03, 2022 9:49 pm
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