What is the source for that last sentence? From the phpBB 3.3.11 Release announcement
All my boards are running phpBB 3.3.11 quite nicely without issue on PHP 8.2.
In
/docs/install.html
Code: Select all
<li><strong>PHP 7.2.0+</strong> up to and including <strong>PHP 8.1</strong> with support for the database you intend to use.</li>
It might be time to ask you to please fill out the Support Request Template and post it back here to enable us to assist you better.
Thumbnails is set to yes? Is the uploaded image smaller than the thumbnail size? Thumbnails are not created if the image is smaller than the thumb size.
phpBB does not use Imagick, it uses php's GD extension. If you have option for Imagick in phpBB's ACP you are using an older version. You may want to check to see if the GD extension is installed and enabled.