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

Creation of dynamic property - DirectorySource::$path is deprecated #59

Closed OldToys closed 1 year ago

OldToys commented 1 year ago

Running into this issue now. image I saw the closed cases and it looks like this issue happens with many components of the scripts but none of them mention it happening with DirectorySource::$path. Any thoughts? Would really love to get this tool up and running.

Thank you,

liuch commented 1 year ago

What version of php do you have?

OldToys commented 1 year ago

The latest version. 8.2.4. Just installed it today. The GUI upload feature is working for now, which is great, but it would be even better to point the tool to a directory and get the reports from there.

liuch commented 1 year ago

Oh, I thought I got rid of all the deprecated code. I was wrong. Thank you for the report.

liuch commented 1 year ago

Fixed with f68dc63b5355106dccbc9108350a287c4d06145f. Could you check it please?

liuch commented 1 year ago

but it would be even better to point the tool to a directory and get the reports from there

There is such possibility. You can specify one or more directories and load reports from them via cron or Web GUI.

OldToys commented 1 year ago

Yes, everything works flawlessly now. Thank you so much for the quick reply/fix.