Notice: Trying to get property of non-object
-
Hi,
Just debugging and see that the Code Snippets plugin is generating several notices as follows:
– Notice: Trying to get property of non-object in /”path to code”/wp-content/plugins/code-snippets/php/snippet-ops.php(433) : eval()’d code on line “1234”
Where: /”path to code” is the path to my /wp-content/ folder, and “1234” is different for many of the notices. I see that in snippet-ops.php line 433 is:
– $result = eval( $code );
But not sure what the “1234”‘s refers to and how to find where to address it specifically as I see no reference to Snippet title. I assume its the line of code in a Snippet, if so, anyway to zero-in on the particular Snippet in to find the issue a but quicker?
Thanks
- The topic ‘Notice: Trying to get property of non-object’ is closed to new replies.