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
516 stars 157 forks source link

Warning: count() in \require\class.Spotter.php on line 2120 #421

Closed packo888 closed 5 years ago

packo888 commented 5 years ago

I have it all up and working finally. This is a fantastic project and it is something I have wanted for a while now. Thank You.

I have nutted out all the other issues I have had along the way but I can not seem to get rid of this one.

I am constantly getting the following Warning

Warning: count(): Parameter must be an array or an object that implements Countable in \require\class.Spotter.php on line 2120

Am I missing something?

Windows 10 Apache 2.4 PHP 7.2.9 mysql 5.7.23

Thanks for any help you can provide

packo888 commented 5 years ago

That fixed it perfectly. Thanks for your fast response and fix. Love your work.