Attempt to assign property "DetailEdit" on null

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
elonmusk
User
Posts: 48

Attempt to assign property "DetailEdit" on null

Post by elonmusk »

How to fix this ?

"Attempt to assign property "DetailEdit" on null"


arbei
User
Posts: 9384

Post by arbei »

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


elonmusk
User
Posts: 48

Post by elonmusk »

Thanks for your response .
Solved.


Post Reply