PHP Notice: Trying to get property of non-object…
-
We’re trying to reduce our PHP Memory usage on our multisite and while looking at our debug.log, we got these errors:
[04-Jan-2016 19:34:23 UTC] PHP Notice: Trying to get property of non-object in /public_html/wp-content/plugins/simple-fields/simple_fields.php on line 2344 [04-Jan-2016 19:34:23 UTC] PHP Notice: Trying to get property of non-object in /public_html/wp-content/plugins/simple-fields/simple_fields.php on line 2342
Just thought I’d let you know! If I’m not mistaken, I think you can just add isset() around the troublesome objects.
- The topic ‘PHP Notice: Trying to get property of non-object…’ is closed to new replies.