Ysurac / FlightAirMap

Open source project displaying live aircrafts, ships or trackers on 2D/3D map. Browse through the data based on a particular aircraft, airline, airport, tracker or vessel to search through the database or see extensive statistics. Can use ADS-B in SBS1 format (dump1090, Radarcape,...), VRS, VA (VATSIM, IVAO whazzup.txt, phpvms,...), ACARS (acarsdec, acarsdeco2), APRS, AIS as datasource.
https://www.flightairmap.com/
GNU Affero General Public License v3.0
517 stars 157 forks source link

Date search #280

Closed me2tkt closed 7 years ago

me2tkt commented 7 years ago

There seems to be a small problem with the correct path in the date search.

If I look at "Flights from Friday March 17, 2017" everything is fine Using the "select date" feature leads to a 404 error.

Link for current date : http://192.xxx.yyy.zz/Website/FlightAirMap/date/2017-03-17 Link for selected date : http://192.xxx.yyy.zz/date/2017-03-08

If I add the missing part to the selected date link URL then the correct page is shown.

Ysurac commented 7 years ago

What is the value of $globalURL in require/settings.php ?

me2tkt commented 7 years ago

$globalURL = '/Website/FlightAirMap'

me2tkt commented 7 years ago

Same problem for date search on the Todays Incidents pages