Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.40 veröffentlicht (28.05.26)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Seit Umstieg auf PHP 8.3 Warnungen
#1
Habe seit dem Umstieg auf PHP 8.3 Warnungen im Fehlerlog bei dem Kalendar. Ich weiß, dass Warnungen keine Fehler sind, aber es "spamt" doch den Fehlerlog voll und ich verändere ungern Core-Dateien. Sind denn diese Warnungen schon bekannt?

PHP-Code:
<error> <dateline>1702119189</dateline> <script>inc/functions_calendar.php</script> <line>244</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined array key 4</message> <back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153] #1  errorHandler->error_callback() called at [/inc/functions_calendar.php:244] #2  get_calendar_permissions() called at [/calendar.php:2309] </back_trace> </error> <error> <dateline>1702119189</dateline> <script>inc/functions_calendar.php</script> <line>313</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined array key "canviewcalendar"</message> <back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153] #1  errorHandler->error_callback() called at [/inc/functions_calendar.php:313] #2  fetch_calendar_permissions() called at [/inc/functions_calendar.php:262] #3  get_calendar_permissions() called at [/calendar.php:2309] </back_trace> </error> <error> <dateline>1702119189</dateline> <script>inc/functions_calendar.php</script> <line>313</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined array key "canaddevents"</message> <back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153] #1  errorHandler->error_callback() called at [/inc/functions_calendar.php:313] #2  fetch_calendar_permissions() called at [/inc/functions_calendar.php:262] #3  get_calendar_permissions() called at [/calendar.php:2309] </back_trace> </error> <error> <dateline>1702119189</dateline> <script>inc/functions_calendar.php</script> <line>313</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined array key "canbypasseventmod"</message> <back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153] #1  errorHandler->error_callback() called at [/inc/functions_calendar.php:313] #2  fetch_calendar_permissions() called at [/inc/functions_calendar.php:262] #3  get_calendar_permissions() called at [/calendar.php:2309] </back_trace> </error> <error> <dateline>1702119189</dateline> <script>inc/functions_calendar.php</script> <line>313</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined array key "canmoderateevents"</message> <back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153] #1  errorHandler->error_callback() called at [/inc/functions_calendar.php:313] #2  fetch_calendar_permissions() called at [/inc/functions_calendar.php:262] #3  get_calendar_permissions() called at [/calendar.php:2309] </back_trace> </error> <error> <dateline>1702119189</dateline> <script>inc/functions_calendar.php</script> <line>313</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined array key "cid"</message> <back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153] #1  errorHandler->error_callback() called at [/inc/functions_calendar.php:313] #2  fetch_calendar_permissions() called at [/inc/functions_calendar.php:262] #3  get_calendar_permissions() called at [/calendar.php:2309] </back_trace> </error> <error> <dateline>1702119189</dateline> <script>inc/functions_calendar.php</script> <line>313</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined array key "gid"</message> <back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153] #1  errorHandler->error_callback() called at [/inc/functions_calendar.php:313] #2  fetch_calendar_permissions() called at [/inc/functions_calendar.php:262] #3  get_calendar_permissions() called at [/calendar.php:2309] </back_trace> </error> <error> <dateline>1702119189</dateline> <script>inc/functions_calendar.php</script> <line>308</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined array key 3</message> <back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153] #1  errorHandler->error_callback() called at [/inc/functions_calendar.php:308] #2  fetch_calendar_permissions() called at [/inc/functions_calendar.php:262] #3  get_calendar_permissions() called at [/calendar.php:2309] </back_trace> </error> <error> <dateline>1702119189</dateline> <script>inc/functions_calendar.php</script> <line>308</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined array key 6</message> <back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153] #1  errorHandler->error_callback() called at [/inc/functions_calendar.php:308] #2  fetch_calendar_permissions() called at [/inc/functions_calendar.php:262] #3  get_calendar_permissions() called at [/calendar.php:2309] </back_trace> </error> <error> <dateline>1702119189</dateline> <script>inc/functions_calendar.php</script> <line>308</line> <type>2</type> <friendly_type>Warning</friendly_type> <message>Undefined array key 8</message> <back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153] #1  errorHandler->error_callback() called at [/inc/functions_calendar.php:308] #2  fetch_calendar_permissions() called at [/inc/functions_calendar.php:262] #3  get_calendar_permissions() called at [/calendar.php:2309] </back_trace> </error>
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Folgende Warnungen nach Umstellung auf PHP 8.4.. eberhardst 6 227 21.03.2026, 18:41
Letzter Beitrag: Gerti
  Warnungen bei Umstellung php 7.4 zu php8.4.4 tc4me 4 1.757 05.03.2025, 14:09
Letzter Beitrag: tc4me
  Warnungen bei Umstellung php 7.4 zu php8.2 schauan 7 2.116 20.08.2024, 06:47
Letzter Beitrag: schauan
  Seltsame Post ansicht seit Update auf mybb Version 1.8.22 Sunny1980 8 2.788 27.02.2020, 22:49
Letzter Beitrag: Sunny1980
  Probleme bei Umstieg auf eine SSL Domain Plexxart 3 2.641 30.04.2018, 08:49
Letzter Beitrag: Plexxart