Page 1 of 1

Attempt to assign property "DetailEdit" on null

Posted: Mon Jan 22, 2024 1:27 pm
by elonmusk

How to fix this ?

"Attempt to assign property "DetailEdit" on null"


Re: DetailEdit on null

Posted: Mon Jan 22, 2024 3:33 pm
by arbei

You cannot use $foo->DetailEdit if $foo is null, you should check if $foo is not null first.


Re: Attempt to assign property "DetailEdit" on null

Posted: Mon Jan 22, 2024 6:15 pm
by elonmusk

Thanks for your response .
Solved.