I tested the plugin on PHP 8 and saw only such errors.
Also, this code in the gsconfig.php file leads to a link to the 404 page.
This code on the link leads to a blank page.
Code:
Deprecated: Function strftime() is deprecated in D:\OSPanel\domains\gsphp8.ia\plugins\news_manager\inc\functions.php on line 150
Deprecated: Function strftime() is deprecated in D:\OSPanel\domains\gsphp8.ia\plugins\news_manager\inc\functions.php on line 156
Deprecated: Function strftime() is deprecated in D:\OSPanel\domains\gsphp8.ia\plugins\news_manager\inc\functions.php on line 158
Also, this code in the gsconfig.php file leads to a link to the 404 page.
Code:
define('NMNOPARAMPOST',true);
This code on the link leads to a blank page.
Code:
<?php nm_list_archives(array( 'tag'=>'mytag' )); ?>