Hello,
if I running PHP 8.3. 21 With Joomal 5.5 during start up of my homepage the following failure message comes up.
Deprecated: ScssPhp\ScssPhp\Compiler::multiplyMedia(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in xxxx/plugins/system/helixultimate/vendor/scssphp/scssphp/src/Compiler.php on line 5055
Deprecated: ScssPhp\ScssPhp\Compiler::pushEnv(): Implicitly marking parameter $block as nullable is deprecated, the explicit nullable type must be used instead in xxxx/plugins/system/helixultimate/vendor/scssphp/scssphp/src/Compiler.php on line 5147
Deprecated: ScssPhp\ScssPhp\Compiler::set(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in xxxx/plugins/system/helixultimate/vendor/scssphp/scssphp/src/Compiler.php on line 5211
Deprecated: ScssPhp\ScssPhp\Compiler::get(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in xxxx/plugins/system/helixultimate/vendor/scssphp/scssphp/src/Compiler.php on line 5317
Deprecated: ScssPhp\ScssPhp\Compiler::has(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in xxxx/plugins/system/helixultimate/vendor/scssphp/scssphp/src/Compiler.php on line 5382
If I run PHP8.2.28 there is no failure.
What is nesessary to do to make Helix Ultimate PHP8.3 compatible?
Best Regards