Thank you for responding. It’s happening constantly in our server domlogs. I
Looks like these PHP warnings are coming from bbPress trying to read $_SERVER[‘HTTP_HOST’], which can be undefined in some environments. It might help to define or check that variable first, or test with debugging enabled to narrow down where it’s triggered