PHP Notice


(Gab) #1

Hi I am getting a PHP Notice which says "trying to get property of non-object" Does anyone know what this means? I have deleted a "thank-you" body copy from my form and now I cant do anything with this notice.


(Ashish Karelia) #2

Hi Gayle,

The error/warning "trying to get property of non-object" is a very generic one. It just means that at some point in the code, Matrix is trying to get a property, probably of an asset, which isn't on the system anymore.

When you say you deleted the thank-you bodycopy, did you manually do it? If yes then the error is likely because of that. You should ALWAYS use the checkboxes to add/hide the bodycopies. These checkboxes are on  'Form Contents" screen.

 

Hope this helps.

 

Ash