Error when i install my project in server

Hi, i have last SC verson: 9.13.016 (3)
i just installed my new project in my server, when i try enter, i getting this error:
image

And not allow enter.

The AI say:
That warning appears because PHP 8.2 discouraged creating dynamic properties in objects. Scriptcase generated outdated code that does exactly that.

You can remove the deprecated message

error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);