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.
InP_I wrote: Fri May 24, 2024 11:49 am What is the source for that last sentence? From the phpBB 3.3.11 Release announcement
/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.bf17a83 wrote: Fri May 24, 2024 9:06 am Hi. I installed phpbb 3.3.11, sqlite3, php version 8.3.1.
I installed phpbb, created new forum, but when uploaded image attachment, it is not clickable.
It is not supposed to be wrapped in an <a>. See it has a javascript onclick tag.bf17a83 wrote: Fri May 24, 2024 9:45 am This is example of html and image, it's not even wrapped in <a>.
offtopic:ssl wrote: Fri May 24, 2024 1:07 pm My remark was just to verify that version 8.3 of PHP could be the source of the problem, obviously not.
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.bf17a83 wrote: Fri May 24, 2024 11:02 am I have installed imagemagick and it is in /usr/bin/convert.