-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Update GeoIP Database #1301
Comments
Hi, |
Hi, the file cannot be extracted root@rz1:/opt/mailwatch/mailscanner/temp# tar -zxvf GeoLite2-Country.tar.gz Like this error in nginx 2024/07/04 22:20:09 [error] 1753887#1753887: *43 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught UnexpectedValueException: internal corruption of phar "/opt/mailwatch/mailscanner/temp/GeoLite2-Country.tar.gz" (__HALT_COMPILER(); not found) in /opt/mailwatch/mailscanner/geoip_update.php:161 |
What do you see when you |
Hi, Like this root@rz1:/opt/mailwatch/mailscanner/temp# cat GeoLite2-Country.tar.gz Need account ID and license key, I have entered a valid license key in MAXMIND_LICENSE_KEY in the conf.php file, and for account ID, where should I insert it? |
Ah, great they changed download method again, without notification... |
Issue summary
Cannot update GeoIP Database
On page geoip_update.php, show success download, but no database downloaded when I check on Software Version page
Geoip_update.php :
Downloading file, please wait...
Download complete, unpacking files...
Software Version Page :
GeoIP Database Version: No database downloaded
I check on directory, show like this, size file just 23 bytes, there are no mmdb geolite files
root@rz1:/opt/mailwatch# ls -ltrh /opt/mailwatch/mailscanner/temp/
total 4.0K
-rw-r--r-- 1 www-data www-data 23 Jul 4 22:20 GeoLite2-Country.tar.gz
I've tried changing the maxmind key, but the geolite file is not downloaded
Installation
Version and method
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: