PHP Notice: Trying to get property of non-object
-
I have debugging turned on trying to figure out exhausted memory issues on a client’s site and in doing so I’m seeing a lot of PHP notices from the dynamic text extension on line 331.
Trying to get property of non-object in /*domain-path*/wp-content/plugins/contact-form-7-dynamic-text-extension/contact-form-7-dynamic-text-extension.php on line 331
Here’s what’s on line 331:
$val = $post->$key;
The plugin itself seems to be working properly and since this is a notice I guess this goes more into the FYI bucket.
Thanks!
PHP 7.0
WP: 5.1
CF7: 5.1.1
CF7 DTE: 2.0.2.1
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP Notice: Trying to get property of non-object’ is closed to new replies.