Mysterious jQuery error

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.

Well the way this error appeared, the way it disappeared again :confused:

Aaaaand it’s back again.

In fact I didn’t change my code in any way. I’m really confused.

I don’t think that is a jQuery error? You need to enable server logging to see whats up.