Skip to content
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

FPM Admin php7.3 redirectoed to 7.2 file names #51

Closed
LotusJeff opened this issue Mar 31, 2019 · 4 comments
Closed

FPM Admin php7.3 redirectoed to 7.2 file names #51

LotusJeff opened this issue Mar 31, 2019 · 4 comments

Comments

@LotusJeff
Copy link

Clean install of 3.9.4.3
Server: Ubuntu 18.04

Site Command Used:
wo site create domain.com --wpredis --php73 --user=user --pass=password --email=email_address

Within the admin section domain.com:22222 all the end pages are getting a 502 Bad Gateway error.

The pages are directed to the php7.2 files versus the 7.3 equivalents.

@VirtuBox
Copy link
Member

VirtuBox commented Apr 1, 2019

Hello @LotusJeff,

WordOps backend on port 22222 is only running on PHP 7.2 (not related to the domain used to access it) , so if you only setup a site running with PHP 7.3, backend will not work properly until you install php7.2. The easiest to install WO's base stacks is to run :

wo stack install

@LotusJeff
Copy link
Author

So from a user perspective, the system should install both 7.2 and 7.3. Both are required for the basic functionality to run.

If the install is not going to install both, then the documentation needs to be updated indicating if you choose to run 7.3, you will also need to install 7.2 for the admin utilities to accessible.

@VirtuBox
Copy link
Member

VirtuBox commented Apr 1, 2019

You are right. Feel free to use the button "edit" available on the documentation and to open a pull-request with changes you have made. All contributions are welcome.

@VirtuBox
Copy link
Member

VirtuBox commented Apr 3, 2019

Issue has been fixed with PR #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants