max_file_size
setting only takes K
, M
, and G
suffixes, but your host has specified B
. They need to change that to something PHP actually recognizes.Code: Select all
08/06/2024 02:45:54 [error] - www.lordphobos.com - AH00286: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
The easiest way to diagnose if this is the problem is disable OPcache. Your host can do this by blacklisting the path to your files in OPcache's configuration or more specifically blacklist the path to phpBB's cache folder. If they are unwilling to help you diagnose this issue then find someone that will.If clearing phpBB's cache solves the issue that would suggest phpBB's cache files are possibly being cached by the server and are only invalidated by deleting them.