evanhenry Publish time 2019-12-21 16:25

Checksum bug fix for Geolite2 mmdb

Hey Vot,

Found a fix for the mmdb file showing under "missing files" in the admin center.

The problem was DiscuzML was not checking the file availability. I added the below line to the source\admincp\admincp_checktools.php and it is no longer showing under missing files.
                checkfiles('data/ipdata/', '\.htm|\.dat', 0); - Added the below after line 62
                checkfiles('data/ipdata/', '\.htm|\.mmdb', 0);All set for mmdb now :)

Cheerios.......


vot Publish time 2019-12-25 21:10

Thank you!

#1061 (9246cef70b1d)
v3.4: Fix: check for mmdb files in admincp_checktools

evanhenry Publish time 2020-04-02 15:13

static/image/common/user_online.gif vot static/image/common/clock.gif 2019-12-25 21:10
Thank you!

#1061 (9246cef70b1d)


Thanks mate!
Pages: [1]
View full version: Checksum bug fix for Geolite2 mmdb