this is happen because your php has disabled putenv() funtion on your server. To solve it, please remove putenv() from the list of disabled functions in your configuration.
you can go to "App Store > PHP 8.0 (according to the php version you are using) > Settings > Disabled functions > find putenv() and select delete
I hope this helps