@d-healey said in Warning: undefined parameter 0:
@orange said in Warning: undefined parameter 0:
undefined parameter 0
That's telling you that the first parameter that you are passing to a function -- the thing in () -- is undefined.
Makes sense :) But it wouldn't warn previously
@dannytaurus said in Warning: undefined parameter 0:
@orange Is there a line number shown with the error message?
Yes the code that I shared above is the dedicated line.