Hello Community,
I recently got a strange jQuery error when I change this:
array_push($distance, distance($lat1, $lon1, lat2, $lon2));
to this:
$distance[$i][1] = distance($lat1, $lon1, $lat2, $lon2);
Basically I need multidimensional array…
Here is the error:
GET http://localhost/xibo/xibo-cms-1.7.9/index.php?p=module&mod=cab&q=Exec&meth…e4e3&mediaid=30684d357508b04cd0e8716168a16496&lkid=&width=1920&height=1080 500 (Internal Server Error)
With that error I get a black screen.