Good morning,
how can I solve these errors?
Currently to get the site working I had to deactivate the display error in the php.ini

I use php 8.3
Thank you.

Disable deprecation warnings in your php installation.

    luceos Yes, that's what I did and it solves the problem.
    I was wondering though if there is anything I can do, like uninstalling some extension that gives this problem?
    Thank you.

      Gatsu it's just a warning for the developer of the software, in this case the extension visible in the path to the PHP file. You don't need to worry about it. You can let the developer know about it if they aren't already aware, but they don't really need to change anything until a new major PHP version gets released.

      Note that some deprecation warnings (maybe not this one) are inevitable. Because Flarum 1.x supports PHP 7.3+, it's possible that sometimes the only way to implement a feature to work all PHP version from 7.3 to 8.3 will throw deprecation warnings for people on PHP 8.3.