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

[Enhancement] Disable PHP Version selection when you create a WordPress site #7

Open
MalteKiefer opened this issue Oct 15, 2021 · 0 comments

Comments

@MalteKiefer
Copy link
Contributor

Enhancement

When creating a WordPress website, the dropdown field for PHP versions should be disabled and the min. PHP version should be selected according to the WordPress documentation.

Otherwise, problems can occur if the latest WordPress version is used but not the correct PHP version.

I found this in the code:

field=models.CharField(choices=[('7.1', 'PHP 7.1')], max_length=20),

If this part is to adjust the PHP version for WordPress installation, it does not work or the dashboard still shows the version you selected when you created the website.

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

1 participant