Closed dotps1 closed 6 years ago
In install.sh, change the line containing "libapache2-mod-php5 php5-cli php5-common php5-cgi php5 " to "libapache2-mod-php php-cli php-common php-cgi php"
That should work until this repo is updated. Good luck!
thanks much, I'm trying now, I totally screwed up my installs yesterday, so I'm starting from scratch, ill let you know.
well, the script now completes, but I noticed it puts the files in /var/www/html. and the manual install instructions show /var/www. perhaps that's the issue?
So, if I re run the installer, and change the install path to /var/www I get this:
but if I let it go to /var/www/html I get a 500 error. I'm really not sure what the issue is.
i just tried to manually run /home/brewpi/brewpi.py and i get this:
pi@brewpi:~ $ /home/brewpi/brewpi.py
Conflict: same config file as another BrewPi instance already running.
Nov 19 2017 12:40:11 Another instance of BrewPi is already running, which will conflict with this instance. This instance will exit
so its running, but the web server just seems to the issue.
maybe this will help, from /var/log/apache2/error.log
[Sun Nov 19 12:28:23.230539 2017] [:error] [pid 464] [client 10.0.0.182:51053] PHP Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding() in /var/www/html/index.php:53\nStack trace:\n#0 /var/www/html/index.php(24): prepareJSON('{"beerName": "S...')\n#1 {main}\n thrown in /var/www/html/index.php on line 53
missing dependency.
sudo apt-get install php7.0-mbstring && sudo service apache2 restart
fixes have been applied to PR #40. Closing this issue.
still getting this exact problem on a fresh install
Just use my fork.
Get Outlook for Androidhttps://aka.ms/ghei36
From: RacerEvan55 notifications@github.com Sent: Saturday, December 30, 2017 4:22:39 PM To: BrewPi/brewpi-tools Cc: Thomas Malkewitz; State change Subject: Re: [BrewPi/brewpi-tools] install script doesn't work (#39)
still getting this exact problem on a fresh install
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHubhttps://github.com/BrewPi/brewpi-tools/issues/39#issuecomment-354569073, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA-EpOF4zUlsE-k7_LgD91wFn5-kdCdGks5tFqmfgaJpZM4QjGy6.
following instructions per this article: http://docs.brewpi.com/en/latest/automated-brewpi-install/automated-brewpi-install.html and I get this:
bummer.......