View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020182 | phpList 3 application | Configuration | public | 21-04-20 13:04 | 23-05-20 13:53 |
Reporter | duncanc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 3.4.8 | ||||
Target Version | 3.5.3 | Fixed in Version | 3.5.4-RC1 | ||
Summary | 0020182: Unable to update top-level domains | ||||
Description | Trying to fetch the URL to update top-level domains is returning "not found". https://www.phplist.com/files/tlds-alpha-by-domain.txt which makes phplist use the file lists/admin/data/tlds-alpha-by-domain.txt which itself is out of date. | ||||
Tags | No tags attached. | ||||
|
I've put https://www.phplist.com/files/tlds-alpha-by-domain.txt back in place and will re-instate the auto updating of it. |
|
I have also refreshed the default list, that's inside the application and used as a fallback |
|
Great, thanks. |
|
The MD5 file still gives "not found" https://www.phplist.com/files/tlds-alpha-by-domain.txt.md5 |
|
Yes, true. That's resolved now as well. |
|
The cron to update is now in place. @martin when you have a moment, can you add a nagios check to verify that https://www.phplist.com/files/tlds-age.php returns "OK" and not "FAIL" The check is that the TLD file is less than two days old. You can run the check once a day and it's not an urgent issue, just something to check when it happens. Thanks |
|
Check in place (elm - 'TLD file updated') |
|
@michiel I've moved files/ directory outside of site repo on 'elm' (and staging) , to prevent overwriting by gitupdater. So the new location for the tld file is now here: /home/eu/phplist/files/tlds-alpha-by-domain.txt I haven't found the update script, i needs to use the updated path. |