Open Philip-Wittamore opened 1 year ago
Impossible to install on php 8+ install.php doesn't display - white page
install Bludit with php 8+
Curly braces in bl-kernel/helpers/text.class.php on line 119 change $text .= $characteres{rand(0,41)}; to $text .= $characteres[rand(0,41)];
3.8.1, 3.15.1
8.2.8
@Philip-Wittamore the code is written as you mentioned, https://github.com/bludit/bludit/blob/v3.0/bl-kernel/helpers/text.class.php#L119
Describe your problem
Impossible to install on php 8+ install.php doesn't display - white page
Steps to reproduce the problem
install Bludit with php 8+
Steps to fix the problem
Curly braces in bl-kernel/helpers/text.class.php on line 119 change $text .= $characteres{rand(0,41)}; to $text .= $characteres[rand(0,41)];
Bludit version
3.8.1, 3.15.1
PHP version
8.2.8
PHP logs