Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Raspberry Pi Buster & Nubuilder 4

Questions related to using nuBuilder Forte.
Post Reply
orthinologist
Posts: 1
Joined: Thu Jan 07, 2021 4:22 pm

Raspberry Pi Buster & Nubuilder 4

Unread post by orthinologist »

Hello All,

I have a textbook installation on an old PiB with Apache2, PHP7.3, MariaDB, phpmyadmin and everything seems to test out fine.

I then imported the Nubuilder files into /var/www/html and made sure that permissions were correct. Then the disappointment that index.php would not load.

I have checked & checked and I have a suspicion that the problem is to do with PHP.

Any ideas would be much appreciated.

Thanks
Janusz
nuBuilder Team
Posts: 506
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 8 times
Been thanked: 18 times

Re: Raspberry Pi Buster & Nubuilder 4

Unread post by Janusz »

Hi,
If you create in the same folder for example phpinfo.php will it run properly?
(provided that php info is not blocked by other settings in the php config)

phpinfo.php

Code: Select all

<?php

// Show all information, defaults to INFO_ALL
phpinfo();

// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);

?>
If you like nuBuilder, please leave a review on SourceForge
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Raspberry Pi Buster & Nubuilder 4

Unread post by kev1n »

Hi,

Check the apache error file for information about why the error ocurred.
apmuthu
Posts: 249
Joined: Sun Dec 06, 2020 6:50 am
Location: Chennai, India, Singapore

Re: Raspberry Pi Buster & Nubuilder 4

Unread post by apmuthu »

You may not have installed the necessary php-* files and the glue to link php with mysql and apache. Check the Apache-PHP-MariaDB install for self-sufficiency and restart the webserver or reboot.
Post Reply