Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2331

[3.3.x] Support Forum • Re: updating php version past 8.0 makes images disappear

$
0
0
Files are served through /download/file.php and It's spitting out the deprecation notice which is going to break the file output. Notices are not errors.The deprecation issue will be fixed in future versions of phpBB and of no concern now because it's still supported.

In the php.ini turn the logging level down so it's not displaying notices -or- Turn off display_errors so they are only logged to error log file -or- open file.php and add this to the top after php tag.

Code:

error_reporting(E_ALL & ~E_NOTICE);

Statistics: Posted by thecoalman — Fri Jul 19, 2024 10:21 am



Viewing all articles
Browse latest Browse all 2331

Trending Articles