jpatokal / openflights

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
http://openflights.org
GNU Affero General Public License v3.0
1.4k stars 393 forks source link

Site statistics is giving a 404 (top10.dat) #1136

Open reedy opened 1 year ago

reedy commented 1 year ago

https://github.com/jpatokal/openflights/issues/1096#issuecomment-1283009711

https://openflights.org/about - Site statistics is giving a 404

Screenshot 2022-10-18 at 22 11 55
reedy commented 1 year ago
        <h2>Site statistics</h2>
        <pre><small>
<!--#include virtual="/data/top10.dat" -->
            </small></pre>

top10.dat is missing?

reedy commented 1 year ago

Looks like sql/top10.sql needs running...

And cron-job-ing? And presumaly adding to the INSTALL for setup too, like account expiry - https://github.com/jpatokal/openflights/blob/master/INSTALL#L59-L64