Erros a serem corrigidos alguem me ajuda ? (urgente)-Pos graduação

Preciso de ajuda para correção dos erros seguintes:

Tenho 4 sistemas no meu servidor este é 2:

Informações do sistema:

Gibbon Versão v27.0.00

PHP Versão
8.1.8

MySQL Versão
10.6.5

==> error.log <==
[Mon Aug 05 14:04:57.223818 2024] [proxy_fcgi:error] [pid 583799] [client 172.22 .7.134:49486] AH01071: Got error ‘PHP message: Warning: Undefined variable $temp lates in /var/www/html/espsc.com/sigasposgraduacao.com/modules/Help Desk/issues_ discussView.php on line 282’, referer: https://sigasposgraduacao.espsc.saude.sc. gov.br/index.php?q=%2Fmodules%2FHelp+Desk%2Fissues_view.php

[Mon Aug 05 14:05:32.211800 2024] [proxy_fcgi:error] [pid 583773] [client 172.22 .7.47:50574] AH01071: Got error ‘PHP message: PHP Warning: Undefined variable $ absoluteURL in /var/www/html/espsc.com/sigasposgraduacao.com/modules/Help Desk/i ssues_acceptProcess.php on line 74’, referer: https://sigasposgraduacao.espsc.sa ude.sc.gov.br/index.php?q=/modules/Help%20Desk/issues_view.php&return=success0

[Mon Aug 05 14:06:30.699908 2024] [proxy_fcgi:error] [pid 583788] [client 172.22 .7.47:50590] AH01071: Got error ‘PHP message: Warning: Undefined variable $templ ates in /var/www/html/espsc.com/sigasposgraduacao.com/modules/Help Desk/issues_d iscussView.php on line 282’, referer: https://sigasposgraduacao.espsc.saude.sc.g ov.br/index.php?q=notifications.php&sidebar=false

[Mon Aug 05 14:14:57.455155 2024] [autoindex:error] [pid 583790] [client 200.19. 222.46:40436] AH01276: Cannot serve directory /var/www/html/espsc.com/sigasposgr aduacao.com/uploads/: No matching DirectoryIndex (index.html,index.cgi,index.pl, index.php,index.xhtml,index.htm) found, and server-generated directory index for bidden by Options directive

[Mon Aug 05 14:15:19.663884 2024] [proxy_fcgi:error] [pid 583801] [client 172.22 .25.246:53056] AH01071: Got error ‘PHP message: PHP Warning: Undefined variable $gibbonModuleID in /var/www/html/espsc.com/sigasposgraduacao.com/modules/User A dmin/user_manage_passwordProcess.php on line 104’, referer: https://sigasposgrad uacao.espsc.saude.sc.gov.br/index.php?q=%2Fmodules%2FUser+Admin%2Fuser_manage_pa ssword.php&gibbonPersonID=0000000004&search=

[Mon Aug 05 14:15:30.048075 2024] [proxy_fcgi:error] [pid 584015] [client 172.22 .25.246:53064] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redecla re sidebarExtra() (previously declared in /var/www/html/espsc.com/sigasposgradua cao.com - cao Resources and Information.) in /var/www/html/espsc.com/sigaspos graduacao.com/modules/Planner/moduleFunctions.php on line 286’, referer: https:/ /sigasposgraduacao.espsc.saude.sc.gov.br/index.php

[Mon Aug 05 14:17:17.855368 2024] [proxy_fcgi:error] [pid 583850] [client 172.22 .25.246:64761] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redecla re sidebarExtra() (previously declared in /var/www/html/espsc.com/sigasposgradua cao.com - cao Resources and Information.) in /var/www/html/espsc.com/sigaspos graduacao.com/modules/Planner/moduleFunctions.php on line 286’, referer: https:/ /sigasposgraduacao.espsc.saude.sc.gov.br/index.php

[Mon Aug 05 14:24:46.245536 2024] [proxy_fcgi:error] [pid 584029] [client 132.25 5.58.70:50695] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redecla re sidebarExtra() (previously declared in /var/www/html/espsc.com/sigasposgradua cao.com - cao Resources and Information.) in /var/www/html/espsc.com/sigaspos graduacao.com/modules/Planner/moduleFunctions.php on line 286’, referer: https:/ /sigasposgraduacao.espsc.saude.sc.gov.br/

[Mon Aug 05 14:54:41.517606 2024] [proxy_fcgi:error] [pid 584587] [client 172.22 .7.47:52307] AH01071: Got error ‘PHP message: Warning: Undefined variable $templ ates in /var/www/html/espsc.com/sigasposgraduacao.com/modules/Help Desk/issues_d iscussView.php on line 282’, referer: https://sigasposgraduacao.espsc.saude.sc.g ov.br/index.php?q=%2Fmodules%2FHelp+Desk%2Fissues_view.php

[Mon Aug 05 15:03:12.187445 2024] [proxy_fcgi:error] [pid 584850] [client 172.22 .7.47:52477] AH01071: Got error ‘PHP message: PHP Warning: Undefined variable $ absoluteURL in /var/www/html/espsc.com/sigasposgraduacao.com/modules/Help Desk/i ssues_acceptProcess.php on line 74’, referer: https://sigasposgraduacao.espsc.sa ude.sc.gov.br/index.php?q=%2Fmodules%2FHelp+Desk%2Fissues_discussView.php&issueI D=000000000071

Hi @espsc_tecnologia This is a PHP warning message, which is generally only used by developers. In this case, it’s happening in a custom module Help Desk, which is created by members of the community. It’s not an actual error in the system, and shouldn’t cause issues with the function of Gibbon. We can let the developers know about the warning messages. In the meantime, on production systems, be sure your PHP error reporting levels only display errors and not warnings or notifications. You can do this through php.ini, or add the following to the bottom of your Gibbon config.php file: ini_set('error_reporting', E_ALL)