SMF icon indicating copy to clipboard operation
SMF copied to clipboard

[3.0]: Installer does not provide minimum database version upon failure due to unsupported version.

Open tyrsson opened this issue 1 year ago • 2 comments

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

  1. 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

tyrsson avatar Jun 04 '24 03:06 tyrsson

Odd, I did get the error message.

https://github.com/SimpleMachines/SMF/blob/51a1e385257b484c11271df33a72d672b687423a/other/install.php#L933-L939

DiegoAndresCortes avatar Jun 04 '24 15:06 DiegoAndresCortes

I got the error. It just does not tell you what the minimum required version is. It should.

tyrsson avatar Jun 06 '24 01:06 tyrsson