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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Raspberry Pi Buster & Nubuilder 4
-
- 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
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
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
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 447 times
- Contact:
Re: Raspberry Pi Buster & Nubuilder 4
Hi,
Check the apache error file for information about why the error ocurred.
Check the apache error file for information about why the error ocurred.
-
- Posts: 249
- Joined: Sun Dec 06, 2020 6:50 am
- Location: Chennai, India, Singapore
Re: Raspberry Pi Buster & Nubuilder 4
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.