liuch / dmarc-srg

A php parser, viewer and summary report generator for incoming DMARC reports.
GNU General Public License v3.0
218 stars 32 forks source link

Cannot read properties of null (reading 'toISOString') #48

Closed jwiwe closed 1 year ago

jwiwe commented 1 year ago

After upgrade to 1.7 from 1.4, i get this error in the list view.

Cannot read properties of null (reading 'toISOString')

I have tryed to make a frech install, in a new folder and different DB prefix. same error message, after repport import.

dmarc.w-app.dk-1669117385866.log dmarc.w-app.dk.har.txt

liuch commented 1 year ago

Hello jmiwe, Judging by the log you gave, you have the old version of list.js. Perhaps it's because of your browser cache?

jwiwe commented 1 year ago

Thanks for quick answers. You are 100% right. My mistake.

liuch commented 1 year ago

It's OK. I also sometimes fall into this trap. Then I swear and press Ctrl+F5.