bluecherrydvr / bluecherry-apps

Bluecherry surveillance system (server application)
http://www.bluecherrydvr.com
GNU General Public License v2.0
211 stars 68 forks source link

Multiple errors caused by eventsIndex.php #706

Open curtishall opened 5 hours ago

curtishall commented 5 hours ago

/var/log/nginx/bluecherry-error.log is flooded with:

/usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/
2024/10/09 16:42:40 [error] 655#655: *740770 FastCGI sent in stderr: "uecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key 
2024/10/09 16:42:40 [error] 655#655: *740770 FastCGI sent in stderr: "HP Warning:  Undefined array key "media_duration" in /usr/share/bluecherry/www/ajax/events/eventsIndex.php on line 128; PHP message: PHP Warning:  Undefined array key "media_duration" in 

Log: https://drive.google.com/file/d/1ErOwXbqLmc0ftRLZM0TsrigjbAIRrPqY/view

https://forums.bluecherrydvr.com/t/axis-camera-err-ajax/941

curtishall commented 5 hours ago

The code is assuming $item['media_duration'] always exists, but in some cases, it doesn't. This could be due to:

The query that populates the $item array not including the media_duration field. Some events not having a media_duration value in the database.