SMF
SMF copied to clipboard
[3.0]: Installer does not provide minimum database version upon failure due to unsupported version.
Basic Information
On running install.php against mysql 8.0.31 The installer does not provide any feedback as to what the minimum version should be.
Steps to reproduce
- Start a new install with any MySQL version < 8.0.35
Expected result
That the UI would provide the minimum required version.
Actual result
Just provides a notice to upgrade.
Version/Git revision
51a1e38
Database Engine
MySQL
Database Version
8.0.31
PHP Version
No response
Logs
No response
Additional Information
No response
Odd, I did get the error message.
https://github.com/SimpleMachines/SMF/blob/51a1e385257b484c11271df33a72d672b687423a/other/install.php#L933-L939
I got the error. It just does not tell you what the minimum required version is. It should.