opcodesio / log-viewer

Fast and beautiful Log Viewer for Laravel
https://log-viewer.opcodes.io
MIT License
3.39k stars 237 forks source link

Fix Request failed with status code 500: Undefined array key 1 error when searching #350

Closed lparede closed 3 months ago

lparede commented 3 months ago

When searching in a certain log file for a specific term, sometimes I get the following messages: Request failed with status code 500: Undefined array key 1.

It seems that in somes cases, index 1 of array variable $matches is not defined. If I make a eval of $matches[1], then the errors occurs in $matches[7].

$matches[1] and $matches[7] are now beeing evaluated.