-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP5 issues with Raspian Stretch #38
Comments
https://packages.debian.org/stretch/php/ lists all the php packages. I edited the line containing "libapache2-mod-php5 php5-cli php5-common php5-cgi php5 " to So far, so good - at least the install is continuing anyway! |
Having the same issue. I hate to use php5 as it is getting old, but using 7 and I got a blank screen. Answer here suggests adding jessie to the sources list |
I can't recall if I tried 7 or not, however with it updated as above, and with Raspain Stretch as the OS, BrewPi has been running absolutely flawlessly. |
I loaded the jessie repository and sourced php5. We'll see how it goes. |
This got me most of the way there, however like @uSlackr I was getting a HTTP 500 error from the server, after checking the apache error logs php was dying because of:
I installed it then restarted apache, and it the server appears to be working.
|
As a total noob with Raspian Pi I'm having 'fun' with the brew pi install - the issue being that it appears the new version of Raspain Stretch has been 'upgraded' to PHP7, removing all PHP5 code, so the brew pi tools install fails. It seems there are some workarounds for the OS, although I'm still working on persuading them to work... Meanwhile is there any likelyhood of the brewpi tools being upgraded to use PHP7?
this is the line in the install that causes the issue :
sudo apt-get install -y apache2 libapache2-mod-php5 php5-cli php5-common php5-cgi php5
none of libapache2-mod-php5 php5-cli php5-common php5-cgi php5 are included in the Raspian Stretch
The text was updated successfully, but these errors were encountered: