Snipe-IT PHP 5.6 upgrade to 7.1
-
So now to annoy @JaredBusch, is there a reason why with the install script that it can't pull down these updates?
I know you didn't create it from scratch, just poking you.
-
@dustinb3403 said in Snipe-IT PHP 5.6 upgrade to 7.1:
So now to annoy @JaredBusch, is there a reason why with the install script that it can't pull down these updates?
I know you didn't create it from scratch, just poking you.
https://dobrador.com/wp-content/uploads/2017/02/Do-Not-Poke-the-Dragon.jpg
-
So just spun up a new Fedora VM and installed Snipe-IT via script.
If I click the link about testing the .env file, it goes to the 404 page as expected. If I click next...
-
the 404 page, IIRC means its working as intended
and that this test, actually is a false alarm.
-
@dustinb3403 said in Snipe-IT PHP 5.6 upgrade to 7.1:
the 404 page, IIRC means its working as intended
and that this test, actually is a false alarm.
Correct. Looking for logs now to post and see if someone can help spot the issue. Can't remember where I found them before.
-
@zachary715 said in Snipe-IT PHP 5.6 upgrade to 7.1:
So just spun up a new Fedora VM and installed Snipe-IT via script.
If I click the link about testing the .env file, it goes to the 404 page as expected. If I click next...
Temporary disable SELinux and try again.
setenforce 0
-
@black3dynamite said in Snipe-IT PHP 5.6 upgrade to 7.1:
@zachary715 said in Snipe-IT PHP 5.6 upgrade to 7.1:
So just spun up a new Fedora VM and installed Snipe-IT via script.
If I click the link about testing the .env file, it goes to the 404 page as expected. If I click next...
Temporary disable SELinux and try again.
setenforce 0
So that makes the .env file section of the pre-flight page go green, but next page still shows the "Whoops" page. Should I try to reinstall but precede the installation with
setenforce 0
? -
@zachary715 said in Snipe-IT PHP 5.6 upgrade to 7.1:
@black3dynamite said in Snipe-IT PHP 5.6 upgrade to 7.1:
@zachary715 said in Snipe-IT PHP 5.6 upgrade to 7.1:
So just spun up a new Fedora VM and installed Snipe-IT via script.
If I click the link about testing the .env file, it goes to the 404 page as expected. If I click next...
Temporary disable SELinux and try again.
setenforce 0
So that makes the .env file section of the pre-flight page go green, but next page still shows the "Whoops" page. Should I try to reinstall but precede the installation with
setenforce 0
?The script for Fedora should already be configured correctly, related SELinux.
-
@black3dynamite said in Snipe-IT PHP 5.6 upgrade to 7.1:
@zachary715 said in Snipe-IT PHP 5.6 upgrade to 7.1:
@black3dynamite said in Snipe-IT PHP 5.6 upgrade to 7.1:
@zachary715 said in Snipe-IT PHP 5.6 upgrade to 7.1:
So just spun up a new Fedora VM and installed Snipe-IT via script.
If I click the link about testing the .env file, it goes to the 404 page as expected. If I click next...
Temporary disable SELinux and try again.
setenforce 0
So that makes the .env file section of the pre-flight page go green, but next page still shows the "Whoops" page. Should I try to reinstall but precede the installation with
setenforce 0
?The script for Fedora should already be configured correctly, related SELinux.
Yes, this is an issue with F27. I remember that now. I never did figure it out as F27 dropped around SpiceWorld I think and I was a little busy being drunk.
I have a thread on here about it someplace I think.
-
@zachary715
You can turn on debug by changingfalse
totrue
in .env file, so you can see more information instead of Whoops, looks like something went wrong.# REQUIRED: BASIC APP SETTINGS # -------------------------------------------- APP_ENV=production APP_DEBUG=true APP_KEY= APP_URL= APP_TIMEZONE=America/Denver APP_LOCALE=en