neelayza
Member
Hello everyone,
I'm running xenforo in a docker environment launched via docker-compose, I also use S3 to store the files (internal_data and data) and Cloudfront as reverse proxy for S3 and also to a simple VPS :
My dockerized env is very basic : Nginx + PHP + MySQL + Redis
Everything works fine but after a few hours errors start appearing : I can no longer connect to ACP or my XF forum (I have to try again several times).
Here is the stack trace :
If I restart my docker container (PHP image), the bug disappears
I wonder what could be the cause of this error, any idea ?
Theme (premium) :
- DohTheme Flow (compatible with XF 2.2)
Server config :
XF version : 2.2.12
Addons :
Regards
Nyleza
I'm running xenforo in a docker environment launched via docker-compose, I also use S3 to store the files (internal_data and data) and Cloudfront as reverse proxy for S3 and also to a simple VPS :
My dockerized env is very basic : Nginx + PHP + MySQL + Redis
Everything works fine but after a few hours errors start appearing : I can no longer connect to ACP or my XF forum (I have to try again several times).
Here is the stack trace :
Code:
An exception occurred: [ErrorException] [E_WARNING] Cannot modify header information - headers already sent by (output started at php://input:1) in src/XF/Http/Response.php on line 388
XF::handlePhpError()
header() in src/XF/Http/Response.php at line 388
XF\Http\Response->sendHeaders() in src/XF/Http/Response.php at line 280
XF\Http\Response->send() in src/XF.php at line 574
XF::runApp() in index.php at line 20
If I restart my docker container (PHP image), the bug disappears
I wonder what could be the cause of this error, any idea ?
Theme (premium) :
- DohTheme Flow (compatible with XF 2.2)
Server config :
- PHP 8.0
- MySQL 8.0
- Redis 7
XF version : 2.2.12
Addons :
- [DohTheme] RE-MI 1.2.0
- Amazon S3 for XenForo 2.3.0
- Math 3.1.0
Regards
Nyleza