MyBB Community Forums

Full Version: Attachments and php 7.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Curious if anyone having an issue with the display of attachments in 1822 using php 7.3.  Noticed problems with attachment display on our test forum using php 7.3. Don't have the problem with 5.6 - live or test.  Hoped it might be related to issues documented in this post, which we've implemented in both environments:

https://community.mybb.com/thread-222199...pid1325503

This is different.  Pics illustrate attaching images in test with php 7.3 and 5.6 respectively:

7.3
[attachment=42690]

5.6
[attachment=42691]

Not the best picture - sorry.  Just grabbed anything at hand, but illustrates the point.  Undoubtedly our custom theme, since I've seen no reports, but any thoughts?

Regards - nixer55
Hello,
are you sure it's not just this setting?
[Image: M8Z4xVY.png]
Maybe MyBB automatically changes it depending on the PHP version? Not sure about that though.
Do you have "gd2", a PHP extension for graph/image processing, enabled for the PHP 7.3 environment?
(2020-03-27, 03:10 PM)mTurtle_ Wrote: [ -> ]Hello,
are you sure it's not just this setting?
[Image: M8Z4xVY.png]
Maybe MyBB automatically changes it depending on the PHP version? Not sure about that though.

Setting is for thumbnail...

(2020-03-27, 03:47 PM)noyle Wrote: [ -> ]Do you have "gd2", a PHP extension for graph/image processing, enabled for the PHP 7.3 environment?

Don't seem to have a GD section in 7.3.  Thanks, I'll chase that down and mark as solved if/when it's sorted!

cheers...

Noyle's correct.  Confirmed in test and marked as solved.

regards...