Thread Rating:
  • 4 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get simple 3.3.16 support for php 8.0
#86
You could try adding something like:
PHP Code:
$errorlevel=error_reporting();
$errorlevel=error_reporting($errorlevel & ~E_DEPRECATED); 
or
PHP Code:
error_reporting(E_ALL & ~E_DEPRECATED); 

to your "php.ini"

or possibly:
PHP Code:
php_flag display_errors Off 

in ".htaccess"


GS Community Edition with php8.x compatibility, new features and much more!  Support Me


Reply


Messages In This Thread
RE: Get simple 3.3.16 support for php 8.0 - by islander - 2022-12-17, 21:12:14



Users browsing this thread: 1 Guest(s)